RE: Multiple SP Versions
From: John Bell (jbellnewsposts_at_bhotmail.com)
Date: 03/23/04
- Next message: Hari: "Re: Copy DB,Packages etc to another computer .."
- Previous message: Tibor Karaszi: "Re: db restoration via shared folder"
- In reply to: Greg Bacchus: "Multiple SP Versions"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Mar 2004 01:06:07 -0800
Hi
Stored procedures can contain a verson number see "; number" in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_create_4hk5.asp?frame=true. I would not call the stored procedure through the application but not by using dynamic SQL everywhere.
You may well have serious maintenance issue with running more than a few versions of a stored procedure, therefore you may want to think about a more formal upgrade process.
John
- Next message: Hari: "Re: Copy DB,Packages etc to another computer .."
- Previous message: Tibor Karaszi: "Re: db restoration via shared folder"
- In reply to: Greg Bacchus: "Multiple SP Versions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|