Re: Help with SQL 2005 and Sourcesafe 6
- From: "Nomad" <nonsense@xxxxxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 20:44:27 -0000
Thanks for your reply. One thing with VB code is that once you have checked
it in, the code is not compiled, but it is the latest version. That doesn't
seem to be the case with stored procedures. My question is if you have your
scripted stored procs in VSS, do you then have to, say, run an alter script
@ the end of the day which updates the databases stored procs with the
modified procs from VSS?
Appreciate your time.
"Erland Sommarskog" <esquel@xxxxxxxxxxxxx> wrote in message
news:Xns98C1F402F4B7EYazorman@xxxxxxxxxxxx
Nomad (nonsense@xxxxxxxxxxxxxx) writes:
Thanks very much for the reply. If the stored procedures are in the
database and also SourceSafe, when checking the stored proc back in,
would that update the stored proc in the database, or do you just simply
update it manually, when deploying it?
If you check in a piece of VB codes does that also compile the VB
code?
Checking-in and updating the database are two different things. SourceSafe
does not even know about the database. Nor should it. From a version-
control perspective there is no *the* database. Shipping is something
you typically to do many places.
I don't think I've mentioned it, but you can set up integration with
SourceSafe in Mgmt Studio. I know I played a little with it during the
beta, but I've forgotten the details. Personally I have never liked
the various integration features, be it VB or whatever, but I prefer to
work directly in VSS Explorer.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- References:
- Help with SQL 2005 and Sourcesafe 6
- From: Nomad
- Re: Help with SQL 2005 and Sourcesafe 6
- From: Erland Sommarskog
- Re: Help with SQL 2005 and Sourcesafe 6
- From: Nomad
- Re: Help with SQL 2005 and Sourcesafe 6
- From: Erland Sommarskog
- Help with SQL 2005 and Sourcesafe 6
- Prev by Date: Re: Why I can't change collation w/ Query Analyzer, but can do that w/
- Previous by thread: Re: Help with SQL 2005 and Sourcesafe 6
- Next by thread: Re: Database Tuning Advisor question (against sql server 2000 trace fi
- Index(es):
Relevant Pages
|