How to change the TCP/IP port for a SQL Server instance
I wrote this script sometime back. I thought it would be a good idea to share this script. The background …
I wrote this script sometime back. I thought it would be a good idea to share this script. The background …
SQL Server startup parameters -d, -l, -e which store the information about the master database data file, log file and …
This can be done using the following script ******* START OF SCRIPT ******** ******* END OF SCRIPT ******** This uses …
Our domain security policy requires us to change our Domain Account passwords every once in a while. This security feature …
There are quite a few blog posts out there to manage SQL Server 2005 services using the :\\.\root\Microsoft\SqlServer\ComputerManagement However, WMI …