Find SQL objects missing from the original control

We use Source Safe and go to Source Gear. We know that we have sql objects (procs, triggers, views, functions) that are in sql but have not been added to the source code repository. What is the best way to search for them so I can add them?

0


a source to share


2 answers


Create an empty database and run all SourceSafe scripts.



Then run Sql Compare to see what's missing.

+2


a source


There is an early release of SQL Source Control that links your database in SSMS to the SourceGear repository. This can make your database management source easier to move forward, http://www.red-gate.com/messageboard/viewtopic.php?t=12265 .



0


a source







All Articles