all groups > sql server mseq > april 2004 >
You're in the

sql server mseq

group:

Msg:15335


Msg:15335 new
4/15/2004 6:46:16 AM
sql server mseq: Server: Msg 15335, Level 11, State 1, Procedure
sp_rename, Line 342
Error: The @newname value 'BC_SLATFix' is already in use
as a object name and would cause a duplicate that is not
permitted.

Re: Msg:15335 Vishal Parkar
4/15/2004 8:06:50 PM
hi,

While using sp_rename stored procedure make sure the value that you are
passing as a new name of the object, does not exists in the database .
Ex:
sp_rename 'old_name,'new_name' --object with the new_name must be existing
in the database.

--
Vishal Parkar
vgparkar@yahoo.co.in


AddThis Social Bookmark Button