Activity overview
Latest activity by chadhattabaugh
Just downloaded the release and it causes SSMS to crash with an error saying it could not load RedGate.Shared.Utils version 9.5.0.875. or one of it's dependencies... Had to uninstall the SIP framework and SSMS integration pack then reinstall to fix. / comments
Just downloaded the release and it causes SSMS to crash with an error saying it could not load RedGate.Shared.Utils version 9.5.0.875. or one of it's dependencies... Had to uninstall the SIP framew...
Hide tabs and features not used
Is there a way to hide tabs that are not used.
We use a shared model which means that the get latest tab is not used.
We do not use the migrations tab
Also, we a custom (working folder) model so th...
Any update on when SQLDoc will support SQL 2014? / comments
Any update on when SQLDoc will support SQL 2014?
That worked. How is differecneFilter.xml applied if there is a filter stored in source control for a database? / comments
That worked. How is differecneFilter.xml applied if there is a filter stored in source control for a database?
Interestingly, this works in SQLCompare 10.7 but not in Source Control 3.7.1 / comments
Interestingly, this works in SQLCompare 10.7 but not in Source Control 3.7.1
This worked:
<Expression>(name LIKE '\_%%' ESCAPE '\')</Expression> / comments
This worked:
<Expression>(name LIKE '\_%%' ESCAPE '\')</Expression>
Default Settings
I s there a way to set the "My Defaults" as the default setting when SQLCompare loads?
Using Underscores in a filter
We rename tables with "_" before we physically remove them.
Is there a way to specify an underscore without it being interpreted as a wildcard?
I am trying to populate a new SSDT project with objects using SQL Compare. I compare my source to the project and apply changes to the project. creates the objects, and adds them to the .sqlproj file, but when I try to open the project I get the following message:
error : Length cannot be less than zero. Parameter name: length in the output window of SSDT
I have screen shots but there is no way to add them to the forum
Incidently, this is not an issue going the other way. I can compare an existing project to a database and push changes.
Chad / comments
I am trying to populate a new SSDT project with objects using SQL Compare. I compare my source to the project and apply changes to the project. creates the objects, and adds them to the .sqlproj fi...
SSDT Project synchronization
I am trying to use SQLCompare to synchronize a database project for a very large database (over 10K scripts) When I try to load the project in Visual Studio after the compare I receive the followi...