Activity overview
Latest activity by rand
James, thanks for the response.
Can you point me in the right direction? I want to be able to deploy the latest from source control (TFS) to either a database instance or a creation script. I need the schema and static data from source control.
Currently we are managing the schema and data outside of source control, just in a regular SQL instance. We are using an automated task to kick off sqlpubwiz to generate a big creation script during our daily build. This works, but we want to use the sql source control product and make TFS be the storage mechanism rather than a regular sql instance.
Any suggestions are greatly appreciated.
Thanks! / comments
James, thanks for the response.
Can you point me in the right direction? I want to be able to deploy the latest from source control (TFS) to either a database instance or a creation script. I nee...
How to deploy DB from command line in automated build?
My company is evaluating SQL Source Control 3.
What is the recommended way to deploy (unattended) the latest database to a SQL instance, from an automated nightly test build? We need to deploy bot...
Undo Static Data Changes (or workaround)
My company is evaluating SQL Source Control 3. Static data management is the primary motivation in exploring this software.
I realize you can't undo static data changes (yet???). But seems like t...