|
-
Sep 2nd, 2005, 03:49 AM
#4
Re: Stored Proc for new record in SysObjects
 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|