Welcome to my box of tricks (SQL scripts) for Microsoft SQL Server instance and database administration! I've put considerable effort, over many years, into creating my own scripts, as well as ...
Create a database. Add data or log files, to an existing database. Increase the size of an existing file (including autogrow operations). Restore a database or filegroup. Enabling instant file ...
In part1, we learned about effective indexes. In this part I am going to explain how to find SQL server bottlenecks by the help of Dynamic Management View. In order to query Dynamic Management View, ...