News

SQL Server is one of the best products to come out of Microsoft, but not every professional knows how to use it effectively. For example, some might find it difficult to create a stored procedure ...
First of all, we have to create a database which needs to be renamed. Select any database in your SQL Server Management System (SSMS). If you don’t have any you can create one by following this ...
Now with the introduction of the new method “DROP IF EXISTS” in SQL Server 2016 developers can write brief code. First, create a database named “appuals”. Creating a database Now, we will create a ...
Server console application stored in ObserverServiceHost directory. I havent build release version yet, so all functionality in Debug. There's a sql script (CreateDB.sql) that creates a mysql database ...
Windows Firewall’s default function is to block unauthorized connections to protect your system; therefore, configuring it properly on Windows 11 is vital, especially when setting up SQL Server for ...
In this post, I want to cover how you can create a dacpac for SQL Server 2022 databases using sqlpackage. So that you keep the new SQL Server 2022 compatibility level when you deploy new databases.