To continue reading for free, register below or login
To read more you must become a member of SearchSQLServer.com
');
// -->

In SQL Server 2000, you would need to shell out to run a command to do this (via xp_cmdshell) or create an extended stored procedure that you call from the code. In SQL Server 2005, you could do this with a CLR stored procedure.
View questions and answers from all of our SQL Server experts here.
|