Comments
Sort by recent activity
You're right, we are using SQL Data Compare to deploy. We are using SQL Data Compare version 9.0.0.117.
We definitely unlinked the tables via Red Gate SQL Source Control. There is no longer a MyTable_Data.sql file in the Data folder, but the information still exists (and keeps getting repopulated) in the RedGateDatabaseInfo.xml file.
The schema of this table hasn't been touched for a while. / comments
You're right, we are using SQL Data Compare to deploy. We are using SQL Data Compare version 9.0.0.117.
We definitely unlinked the tables via Red Gate SQL Source Control. There is no longer a MyT...
We are using SQLCompare.exe version 9.0.0.79. I verified this locally and on our build machine. / comments
We are using SQLCompare.exe version 9.0.0.79. I verified this locally and on our build machine.
Thanks, this is exactly what I was looking for. / comments
Thanks, this is exactly what I was looking for.
james.billings wrote:
Thanks for your post. I've had a look and couldn't see this already requested so I've added an enhancement request for it to be investigated.
That's great.
It's nice to know how long each step takes. We usually manually execute the scripts in a mirrored production environment beforehand and it's critical to identify which steps take a long time. / comments
james.billings wrote:
Thanks for your post. I've had a look and couldn't see this already requested so I've added an enhancement request for it to be investigated.
That's great.
It's nice to k...
james.billings wrote:
Thanks for the clarification.
I think the scenario you have here is one that we'd not usually expect - we'd normally assume that static data you want to source control lives in its own table, and isn't "mixed" in with other records- so the short answer is you'd need to split it out.
We can certainly look at implementing source-controlling views, but I'm not sure as to the complexity it would involve. I'd suggest you add it as a request over on our Uservoice so that we can gauge the interest from other users to see how in-demand this would be.
Thanks!
Yes, I understand that this is probably an unusual scenario that is spurned by a questionable design pattern, so I'll probably be a lone voice. In any case, I'll submit the request shortly.
Moving forward, we'll probably refactor the single table into two tables. / comments
james.billings wrote:
Thanks for the clarification.
I think the scenario you have here is one that we'd not usually expect - we'd normally assume that static data you want to source control live...
JackAce wrote:
Is there something I can change to extend the timeout period of SQL Source Control? Is there something else going on that needs to change on my end? Obviously, using the command line tool to update source control manually is not the optimal solution.
So I unlinked and relinked the database to SSC and it seems to have solved the issue. / comments
JackAce wrote:
Is there something I can change to extend the timeout period of SQL Source Control? Is there something else going on that needs to change on my end? Obviously, using the command...
ccollins wrote:
From our experience, up to 25 tables is not so bad, between 25 and 50 it is a long inconvience, after 50 unbearable.
We have one database with 304 static data linked tables. The Calculating changes spinner has been going for two hours now... The get latest might take all day for our other programmers.
So have you been doing anything besides just waiting the X hours for the change list to show up? I was hoping that others have figured out a workaround.
I'm even getting the "timeout expired" with another database that has very few linked tables. It's a small database and it's brand new, so there are just a few dozen tables and stored procedures. I'm still trying to figure out why. / comments
ccollins wrote:
From our experience, up to 25 tables is not so bad, between 25 and 50 it is a long inconvience, after 50 unbearable.
We have one database with 304 static data linked tables. The...