Activity overview
Latest activity by sdoran
What does this configuration change do? What are the effects of changing this? / comments
What does this configuration change do? What are the effects of changing this?
Hi. Thanks for your reply. I still have a couple questions. I appreciate your recommendation for us to use the dedicated environment, but we are a small shop and usually have only 2 people working a application db at a time and we are setup to operate using a shared model.
I am not clear on how the local working base files are used in the shared model. Here is an example scenario. DevA makes changes to TheAppDB and DevB makes changes to TheAppDB. DevA commits the changes. Sql source control will compare the TheAppDB on the server which has both developers changes and will update the source file scripts based on the changes. Is that correct? If so, what is the purpose of the working bases folder scripts? How are they used?
Second question - DevA makes changes to TheAppDB. Will DevB see a indicator that there are uncommited changes for the db? / comments
Hi. Thanks for your reply. I still have a couple questions. I appreciate your recommendation for us to use the dedicated environment, but we are a small shop and usually have only 2 people worki...
Are there local files stored for shared development
We have been trying out the shared development model. Is this the basic setup? In shared there files stored on the source control server in the specified directory ONLY. Meaning there are NO fil...
sdoran wrote:
I get an error trying to link the database to source control. I am a newbie to VS really so I am sure its a no brainer for most. I am not sure what value to enter in the source control folder box below where the server url is entered. I tried $\local system path and i tried the source control system path but niether works.
ah ha! no brainer. Check in folder you created before you can link db to it. :-) / comments
sdoran wrote:
I get an error trying to link the database to source control. I am a newbie to VS really so I am sure its a no brainer for most. I am not sure what value to enter in the source ...
I get an error trying to link the database to source control. I am a newbie to VS really so I am sure its a no brainer for most. I am not sure what value to enter in the source control folder box below where the server url is entered. I tried $\local system path and i tried the source control system path but niether works. / comments
I get an error trying to link the database to source control. I am a newbie to VS really so I am sure its a no brainer for most. I am not sure what value to enter in the source control folder bo...
Sounds great! thanks / comments
Sounds great! thanks
Track Table Depedancy if it was dropped and recreated.
We find that sql server's dependancy feature will not identify a dependancy between and stored procedure and a table if the table was dropped and recreated (using the same table name). Does this t...