All Tags »
DBA »
PowerShell »
Development »
Best Practices »
SQL Server 2000 »
Documentation »
Administration »
Tips (RSS)
Sorry, but there are no more tags available to filter with.
-
In SQL Server, there are times that you need to do things in the operating system, and to allow that there is a feature called CmdExec. This is not always a good thing –whenever you leave the confines of SQL Server and go out to the operating system, you can cause issues, not the least of which are security-related.
This best practice is ...