Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I place my Stored Procedures in VSS

Status
Not open for further replies.

essa2000

Programmer
Dec 6, 2000
299
CA
Dears ,
I want to know that can I work with VSS in SQL Server. I want to place my Stored Procedures in Visual Sources Safe and check out in Stored Procedure Editor.

essa2000
 
Yes, you may place your Stored Procedures in Visual Source Safe.
 
To follow up on bbturner's comment, you can place any kind of file in VSS, including .SQL files you've saved out of a tool like Query Analyzer. Its not really the stored procedure itself, but a script that will create the SP.

and check out in Stored Procedure Editor.

I don't know about SQLS 2000, but that's not possible in v7, except for the technique I described in the first paragraph.
Robert Bradley
Do you have too much money? Visit
 
But remember -- (as I just read in a Text Book for SQL Server 7 & 2000).. Stored Procedures themselves do not avail themselves to self-administering versioning - yet.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top