Hi,
I have created a SQL Server 2005 stored procedure. This procedure calls xp_cmdshell.
In 2005 it works just fine.
When i try to create the sp on SQL Server it send the following message:
Cannot add rows to sysdependents because of missing objects xp_cmdshell, still the stored procedure will be created.
Can sameone help on this?
Thank you