Hi Experts!
I am trying to use xp_cmdshell, an extended stored procedure in MS SQL 2000.
In the update trigger, I EXECUTE a stored procedure. In this stored procedure is the statement:
EXEC xp_cmdshell 'copy c:\sqldumps\pubs.dmp \\server2\backups\sqldumps',
NO_OUTPUT
However, I get a message:
Could not find stored procedure 'xp_cmdshell'.
The User account initiating the update trigger has a system administrator role.
HYCH
Regards,
Rene-PCSO