Activity overview
Latest activity by sonicm
Yes the SQL files are not actually part of the build but are in the same code stream. / comments
Yes the SQL files are not actually part of the build but are in the same code stream.
SQL Source Control And Gated Checkin
Hi,
We are using SQL source control and have it pointing to a development stream in source control, the development stream is set-up in TFS for Gated check in.
This seems to cause SQL Source contro...
Hi,
Yes that makes perfect sense I've changed our procedures to follow these guidelines.
Many thanks / comments
Hi,
Yes that makes perfect sense I've changed our procedures to follow these guidelines.
Many thanks
Hi,
Thanks for the response. I did wonder if it was good practice or not.
So I feel we should look at the following:
Devs work on local machine out of source control.
Devs then update the shared DB with their changes and check it in.
We can then use a migration script to deploy to the UAT box
Sound about right? / comments
Hi,
Thanks for the response. I did wonder if it was good practice or not.
So I feel we should look at the following:
Devs work on local machine out of source control.
Devs then update the shared DB...
Shared & Private on Same Database
Hi,
We have a database that is on our main development server so is liable to be tweaked as development progresses. This has been setup as a shared database against TFS. We have also have our DBA t...