Author: Yavuz Selim Kart

About Job Setup and Configuration Information in SQL Server

Hello everyone, In this article, I will try to give information about getting information about Job setup and configuration in SQL Server. If you are using Job in SQL Server, you may want to learn about its installation and configuration. You can also get this information using the code below....

Text Encryption and Decryption in SQL Server

Hello everyone, In this article, I will provide information about text encryption and decryption in SQL Server. You can use this type of encryption for data security in SQL Server. The point you need to pay attention to here is that you will use the key when decoding the key...

Listing Updated Tables in SQL Server

Hello everyone, In this article, I will talk about how to list updated tables in SQL Server. In SQL Server, in some cases, it may be desirable to know which tables have been updated. I will describe my transactions using the Northwind database. Let’s check if there is a change...

Using the Nested While Loop in SQL Server

Hello everyone, In this article, I will talk about the use of the nested while loop in SQL Server. Using a nested while loop in SQL Server is the process of adding another loop inside a loop. The logic of the loop works as follows. The outermost loop returns first....

Don`t copy text!