SQL SERVER – Wrap SQL Code in SSMS – SQL in Sixty Seconds #038 – Video
SQL SERVER – Take Database Backup using SSMS – SQL in Sixty Seconds #037 – Video
Whenever I am suggesting something which changes how database works or the existing status of the database, my suggestion along with it is to take the database backup before making such changes. If the changes are in configurations, that can be easily revert but if the changes are such that it will impact the data, I always suggest to take backup. The nature of this blog is such that we have readership from readers with different expertise, some are experts and some are novice.
SQL SERVER – Select and Delete Duplicate Records – SQL in Sixty Seconds #036 – Video
SQL SERVER – Inviting Ideas for SQL in Sixty Seconds – 12/12/12
SQL SERVER – Concat Strings in SQL Server using T-SQL – SQL in Sixty Seconds #035 – Video
SQL SERVER – Auto Recovery File Settings in SSMS – SQL in Sixty Seconds #034 – Video
Every developer once in a while facing an unfortunate situation where they have not yet saved the work and their SQL Server Management Studio crashes. Well, you can minimize the loss by optimizing auto recovery settings. In this video we can see how to set the auto recovery settings.