How to find out the detail of MSSQL server instance
Sometimes it is required to find out the details like product version, edition and server version of MSSQL...
How to update identity column in SQL
There are times when we required identity columns values to updated as per the application logic and flow....
Read-Only access to MSSQL Database – using SQL Queries
Some times it is required you to share some database on MSSQL server to users with read-only access....
How to move MSSQL database files to new location
As we all know when installing MSSQL server it creates database files on the system drive (C Drive)....
How to setup MSSQL Server in 5 minutes (Ubuntu)
Open Terminal in Ubuntu Pull docker and install Start MSSQL docker with your custom configuration like -e’MSSQL_SA_PASSWORD=sa@123sa’ ->...
you're currently offline