Quote Originally Posted by stingrae
I'm just a simple programmer and I have my orders!
I totally agree with si_the_geek and techgnome. You should never write directly to the system tables. Use DDL (Data Definition Language, like CREATE, ALTER, DROP) and system stored procedures like sp_rename if you want to do modifications to objects.

Tell your boss that the guys at VBForums told you not to do what he told you to do