Activity overview
Latest activity by wtjones
error:shouldn't be a difference between Head -> Working Base
I have SSC 3.2.0.27
I have our database linked to a folder in a TFS project. I want to test out some of the comparison options so I tried to unlink/relink to a different folder in the same TFS proj...
I was able to work around this by copying Microsoft.VisualBasic.PowerPacks.Vs.dll to the Redgate folder.
I obtained this from my VS 2010 installation at C:\Program Files (x86)\Reference Assemblies\Microsoft\VBPowerPacks\v10.0\Microsoft.VisualBasic.PowerPacks.Vs.dll
Redgate may want to bundle this into the installer [image] / comments
I was able to work around this by copying Microsoft.VisualBasic.PowerPacks.Vs.dll to the Redgate folder.
I obtained this from my VS 2010 installation at C:\Program Files (x86)\Reference Assemblies\...
microsoft.Visualbasic.powerpacks error in 3.1.4.72
I just upgraded to 3.1.4.72 from a fresh install and I get this when I try to 'edit comparison options'
Could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Cultu...
I tried the filter feature and it works well. I think it could use a import/export feature to aid in relinking. / comments
I tried the filter feature and it works well. I think it could use a import/export feature to aid in relinking.
I was thinking about ways to solve this and database level schema triggers could be a solution:http://chrismay.org/CommentView,guid,a21c17f9-e200-4033-8309-75d6ebbc293a.aspx
The client could first pull all schema from db and then refresh + compare to TFS only on schema changes noted by the trigger.
The slight annoyance of requiring us to add a trigger to each db + maybe a red gate "audit db" could make the product scalable.
On a side note I noticed that someone posted a feedback item on this issue. Please vote!: http://redgate.uservoice.com/forums/39019-sql-source-control/suggestions/1591845-not-scalable?ref=title / comments
I was thinking about ways to solve this and database level schema triggers could be a solution:http://chrismay.org/CommentView,guid,a21c17f9-e200-4033-8309-75d6ebbc293a.aspx
The client could first ...
Commit screen showing identical function as an edit
I added a DB to SC for the first time and performed the initial commit on all objects. When I immediately refreshed the commit changes screen it detected an edit to a UDF (no one is on this db) but...
Slow performance when DB has many objects
I am working to get our team on SSC 2.0.10.4 / TFS 2010 and I am having pretty severe performance issues with our largest db of 8000+ objects. I am not linking static data yet.
It took over 20 minu...
The main reason I want this is because we develop our own objects on a vendor-created database and are not as concerned with source controlling their code.
It would not be a huge deal to have then in SC except that we have a large number of objects in the db and I suspect this as the reason for slow performance. / comments
The main reason I want this is because we develop our own objects on a vendor-created database and are not as concerned with source controlling their code.
It would not be a huge deal to have then ...
"Get latest" and isolation level serializable conflict
I am using SQL Source Control_2.0.10.4_x86_r155986.exe
After answering all the questions on the "get latest" conflict screen I hit "get latest" to push them out and I was halted on step 2 "Applying...
Sproc decryption of sql 2005 allowed in Compare but not Doc?
SQL Doc can only decrypt sql 2000 procs as explained here:
you are documenting a SQL Server 2000 database that contains an encrypted user-defined function, stored procedure, trigger, or view and y...