If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I'm looking for the best way to modify schemas through the development >> QA >> production process in a repeatable manner. It must have a way to determine if accidently running a script again is benign or not allowed. The environment I have is MSSQL2K, SourceSafe for storing the scripts, and ant to push the script(s) to the next level. Specific questions:
1. Should each version update be contained in one script or many? (Unfortunately there are multiple people doing schema changes)
2. How can I set up Source Safe to allow ant to pull the correct script?