|
Posted by Erland Sommarskog on 10/01/10 11:20
(John@ViridianTech.com) writes:
> Actually, we're not using any source control on the stored procs, like
> we do on the project source code. How would you do that?
You just do it!
> is there something in MSSQL for that? the .NWT IDE for VB make it easy
> to integrate with Source Safe,
Hrmpf! Nothing in Visual Studio is easy. (I understand less and less of
it for each new version they come out with.) And in our shop, you may
use the SourceSafe integration for the VB code, but if you mess up,
our build people will tell you to stop doing it.
The absolutely best too to work with SourceSafe is the VSS Explorer.
> what do you use for stored procs, views and
> table creation scripts? You advice would be much appreciated.
Actually, we don't even use QA for editing, but use Textpad instead,
simply because it's a better editor.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
[Back to original message]
|