Author: Yavuz Selim Kart

Listing All Subfolders in Main Folder in SQL Server

Hello to everyone, In this article, I will provide information about listing all subfolders in the main folder in SQL Server. In SQL Server, in some cases, you may want to list all subfolders within the main folder. You can easily do this using the code below. DECLARE @Table TABLE...

Getting File’s Directory and Parent Directory in SQL Server

Hello to everyone, In this article, I will try to give information about getting the directory and parent directory of the file in SQL Server. In SQL Server, in some cases you may want to get the directory and parent directory of the file. You can easily do this using...

Function to Fix Turkish Character Problem in SQL Server

Hello to everyone, In this article, I will give information about the function that fixes the Turkish character problem in SQL Server. First of all, there are other solutions to this process. Please also research these methods before using functions. You may experience Turkish character problems in SQL Server in...

Phone Formatting Function in SQL Server

Hello to everyone, In this article, I will provide information about the phone formatting function in SQL Server. In SQL Server, in some cases, you may want to format and display phone numbers in order to make them more readable. You can easily do this by using the function below....

Extracting Schema List of All Databases in SQL Server

Hello to everyone, In this article, I will provide information about extracting the Schema list of all databases in SQL Server. In SQL Server, in some cases, you may want to extract the Schema list of all databases. You can easily do this using the code below. DECLARE @SQL NVARCHAR(MAX);...

Don`t copy text!