I am trying to modify the system stored procedure sp_addlogin, but getting the following error:
"Msg 208, Level 16, State 6, Procedure sp_addlogin, Line 73
Invalid object name 'sys.sp_addlogin'."
I can obviously see and open the stored procedure in Management Studio but not alter it using the ALTER PROCEDURE statement. This is a 2005 SP1 server, on which I am a sysadmin.
Thanks in advance,
Dan
"Msg 208, Level 16, State 6, Procedure sp_addlogin, Line 73
Invalid object name 'sys.sp_addlogin'."
I can obviously see and open the stored procedure in Management Studio but not alter it using the ALTER PROCEDURE statement. This is a 2005 SP1 server, on which I am a sysadmin.
Thanks in advance,
Dan