Comments
Sort by recent activity
Hello Jim,
We realize that a lot of users work in a shared database model and hope to offer better support for this model in a future version.
We considered sharing the same set of "internal working files" across all the developers, but this can lead to a few problems because you could actually connect to the database from SSMS on another machine and then you might not have access to these "internal working files."
Another reason is SQL Source Control does not make any changes to the database. Therefore, there's no way for us to know if a different user has linked the database to source control or not.
There are probably some other issues that we'll hit when we start to work on supporting this better.
For now, linking the db is a one time thing, so I hope that is not too hard for each developer to do. If you have SSMS on a laptop and a desktop, you'll have to link each of these seperately because again, the "internal working files" are not shared.
On a shared db model, getting latest doesn't really make sense unless changes are made directly to the source control system or committed externally. In most of these cases, as the development continues, these will disappear from the different lists once everything is in synch. The issues are definitely caused by the "internal working files" being out of synch. The more often users visit the commit tab, the less likely this will happen. For now, I hope you can just ignore some of these descrepancies and just concentrate on committing the objects that you have made changes too.
I'm glad you found our recommendations post. I hope it helped.
Thank you!
Stephanie M. Herr :-)
SQL Source Control - Project Manager / comments
Hello Jim,
We realize that a lot of users work in a shared database model and hope to offer better support for this model in a future version.
We considered sharing the same set of "internal workin...
If anyone has any concerns about switching from a shared model to a dedicated model, please post here or contact us at support@red-gate.com. We would really like to discuss these concerns. / comments
If anyone has any concerns about switching from a shared model to a dedicated model, please post here or contact us at support@red-gate.com. We would really like to discuss these concerns.
This error occurs because we currently don't support the SQL Server 2008 DATA_COMPRESSION keyword. We will be looking into this soon.
For now, you would need to turn off the data compression on your tables to work with SQL Source Control. We'll update this posting once this is supported.
You can vote/comment on this feature in our Suggestion Forum at http://redgate.uservoice.com/forums/390 ... ?ref=title
Thank you!
Stephanie M. Herr :-)
SQL Source Control - Project Manager / comments
This error occurs because we currently don't support the SQL Server 2008 DATA_COMPRESSION keyword. We will be looking into this soon.
For now, you would need to turn off the data compression on yo...
We have tested against the 2008 R2 RC, which works. We are currently configuring a 2008 R2 RTM server to test against.
If SSMS is open during the install, then you will need to re-start SSMS before you can start using SQL Source Control.
I saw your email that you got it working now, so maybe re-starting was the issue??? I'm glad it is working for you now.
Thanks!
Stephanie M. Herr :-)
SQL Source Control - Project Manager / comments
We have tested against the 2008 R2 RC, which works. We are currently configuring a 2008 R2 RTM server to test against.
If SSMS is open during the install, then you will need to re-start SSMS befor...
Hi Jim,
Recovering the working base should let you continue. I'm glad everything seems to be ok. Please get in touch if you experience any additional problems.
It seems like you are using SVN. This problem could occur if any subversion operations where performed outside of our tool on the working base, C:\Users\Jim Fennell\AppData\Local\Red Gate\SQL Source Control 0\WorkingBases. Do you know if any SVN operations were performed on these folders?
Thank you for your help!
Stephanie M. Herr :-)
SQL Source Control - Project Manager / comments
Hi Jim,
Recovering the working base should let you continue. I'm glad everything seems to be ok. Please get in touch if you experience any additional problems.
It seems like you are using SVN. T...
I just wanted to clarify that we are NOT supporting SSMS 2008 Express. We can prevent SQL Source Control from loading in SSMS 2005 Express, but we can NOT prevent it in 2008 Express.
It may work, but unfortunately, if there are any issues we will NOT be able to support them at this time.
The supported versions can be found on our website at http://www.red-gate.com/Products/SQL_Source_Control and then select "Requirements and prerequisites" on the right.
Thank you!
Stephanie M. Herr :-)
SQL Source Control - Project Manager / comments
I just wanted to clarify that we are NOT supporting SSMS 2008 Express. We can prevent SQL Source Control from loading in SSMS 2005 Express, but we can NOT prevent it in 2008 Express.
It may work, ...
Thank you for emailing the files. We are looking into this now. Our internal reference number is SOC-1020. / comments
Thank you for emailing the files. We are looking into this now. Our internal reference number is SOC-1020.
Hello,
To answer your last question, the "trial period" for SQL Source Control will be 28 days. So, after installing the full release version, you will have 28 days to evaluate the software.
Thank you!
Stephanie M. Herr :-)
Project Manager - SQL Source Control / comments
Hello,
To answer your last question, the "trial period" for SQL Source Control will be 28 days. So, after installing the full release version, you will have 28 days to evaluate the software.
Thank...
We haven't seen this, but doing a quick Google search, it seems to be a permission thing with Subversion.
It looks like you need to add the following line to your authz file.
* = r
Google hits: http://geekgok.blogspot.com/2009/01/svn ... dable.html http://sdesmedt.wordpress.com/2006/11/0 ... ubversion/
Please let us know if this doesn't work.
Thank you!
Stephanie M. Herr :-)
SQL Source Control - Project Manager / comments
We haven't seen this, but doing a quick Google search, it seems to be a permission thing with Subversion.
It looks like you need to add the following line to your authz file.
* = r
Google hits:http...