Comments
Sort by recent activity
Sorry for any confusion. You should be able to do what you want, here's a summary of what happens:
Whenever you run a SQL Source Control installer (through the bundle or frequent updates) it will install into all supported versions of SSMS (Currently SSMS 2012, 2014, 2016, 17).
So if you have SSMS 17.2 installed on the machine and run any of our installers since 5.5.7 , then SQL Source Control will be installed into SSMS 17.2.
Your configuration will hold over as this is done by SQL Server not SSMS.
(If you have migrated your databases to a new SQL Server then SQL Source Control will detect them as new databases, so will need re-linking) / comments
Sorry for any confusion. You should be able to do what you want, here's a summary of what happens:
Whenever you run a SQL Source Control installer (through the bundle or frequent updates) it will i...
Apart from upgrading to a newer version, there is currently no supported way of installing into SSMS 17.2 without uninstalling SQL Source Control first. / comments
Apart from upgrading to a newer version, there is currently no supported way of installing into SSMS 17.2 without uninstalling SQL Source Control first.
Hi @cguanes you can get the latest SQL Source Control installer from this link, ftp://support.red-gate.com/patches/sqlsourcecontrol/22Aug2017/SQLSourceControl_5.8.3.6733.exe
Or from your current SQL Source Control install you can enable Frequent updates: https://documentation.red-gate.com/display/SOC5/Configuring+frequent+updates / comments
Hi @cguanes you can get the latest SQL Source Control installer from this link,ftp://support.red-gate.com/patches/sqlsourcecontrol/22Aug2017/SQLSourceControl_5.8.3.6733.exe
Or from your current SQL...
Hi,
We released a fix for this a few days ago in version 5.8.3, it is currently on Frequent Updates.
To see how to enable frequent updates see https://documentation.red-gate.com/display/SOC5/Configuring+frequent+updates / comments
Hi,
We released a fix for this a few days ago in version 5.8.3, it is currently on Frequent Updates.
To see how to enable frequent updates see https://documentation.red-gate.com/display/SOC5/Config...
The problem we had with synonyms was when we called a function that used the synonym it would fail to find the function. The build itself was fine, it was only when we played with the database afterwards that things started failing. If the usage of synonyms is working for you, then there should be no issue. / comments
The problem we had with synonyms was when we called a function that used the synonym it would fail to find the function. The build itself was fine, it was only when we played with the database afte...
Hi,
I'm guessing the issue is when you build the first database we delete it afterwards, so when you try and build the second database it has disappeared. For this I would suggest creating two databases on the same server - such that the synonyms correctly point at the first database. Then in your build steps in teamcity specify the server and database instead of relying on the defaults. (Database Name is under advanced options). / comments
Hi,
I'm guessing the issue is when you build the first database we delete it afterwards, so when you try and build the second database it has disappeared. For this I would suggest creating two data...
Hi,
You can do that, there are two options here:
1. When you are specifying the server you can add in the port number using a comma (for more information see https://documentation.red-gate.com/disp ... connection)
2. If you are using the DLM Automation cmdlets directly you can pass in your entire connection string instead of using the New-DlmDatabaseConnection cmdlet / comments
Hi,
You can do that, there are two options here:
1. When you are specifying the server you can add in the port number using a comma (for more information see https://documentation.red-gate.com/disp...
Hi Brujah,
We are actively working on this and will be releasing DLM Automation using Compare 12 in the next few weeks. / comments
Hi Brujah,
We are actively working on this and will be releasing DLM Automation using Compare 12 in the next few weeks.
Hi Brujah,
We have just released DLM Automation 2 which contains SQL Compare 12. You can download it as part of the SQL Toolbelt - http://www.red-gate.com/dynamic/product ... t/download / comments
Hi Brujah,
We have just released DLM Automation 2 which contains SQL Compare 12. You can download it as part of the SQL Toolbelt - http://www.red-gate.com/dynamic/product ... t/download
Hi Mattias,
Apologies for making another change. We've trying to simplify our DLM offering and that included making it all one tool instead of several. There are no further changes planned for the DLM Tools and you can continue with your current setup just fine.
If you are using a plugin you don't need to make any changes, and if you are using the command line it will still be available but won't be worked on. If your current builds are working then you can continue to use SQL CI without any problems.
Peter / comments
Hi Mattias,
Apologies for making another change. We've trying to simplify our DLM offering and that included making it all one tool instead of several. There are no further changes planned for the ...