 |
The command-line command "net" can be used to for many administrative tasks such as creating shares, creating mapped drives, and much more. Go to command-line, and execute the command "net help" for more details
|
|
 |
Helpful Tools for your SQL Server: Lumigent's Log Explorer is a great tool that allows you to read the transaction log and even undo transactions - very helpful in a crunch
|
|
 |
Don't forget that calls to @@ERROR and @@ROWCOUNT change after each statement. Most programmers prefer to store these global variables in a local variable immediately for later processing
|
|