Comments
Sort by recent activity
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...