Here is a feature that I have been waiting for since I started working with SQL Server 6.5: the ability to script the data from a table. When you deploy a SQL Server database, you often need to ...
I have a script that connects to all servers for a particular datacenter, and attempts to pull out SQL version/edition information via WMI. It works, but it does not properly account for any ...
We are running SQL 7 and SQL 2000 here at work and have decided to use the DTS package scheduling utilitiy to do realitively simple to more complex tasks for us.<BR><BR>So, I've created an active ...