Prior to downloading this Software, you must review the Software Transaction Agreement located here and confirm, by clicking the I agree check box below, that your organization accepts and is bound by the terms and conditions of the Software Transaction Agreement for this Software.
If you purchased the licenses for this Software by executing an order form with Quest or if you have an agreement with Quest that states that all purchases are governed by such agreement, then the terms and conditions of that agreement supersedes and takes precedence over the Software Transaction Agreement.
ApexSQL Source Control is a SQL Server Management Studio add-in to version control SQL databases and objects. It integrates with all major source control systems and allows database developers to work together on a shared or dedicated database copy. ApexSQL Source Control provides full object versioning features such as object locking with team policies management, a detailed view of changes his...
Description:1) Install the latest ApexSQL Source Control2) Open SSMS and execute the following script in the one database:"CREATE TYPE DictionaryStringStringDT AS TABLE([Key] NVARCHAR(255),[Value] NVARCHAR(255));CREATE PROCEDURE [dbo].[Test]@ExternalOrderData DictionaryStringStringDT READONLYASBEGINDECLARE @EsimPhoneId INT = 0;-- Check if the Key 'EsimPhoneId' exists and has a non-nul...
When the application is upgraded to ApexSQL Source Control version 2024.01.2215, SSMS does not recognize a valid license for the product either with logging in the tool, licensing portal or offline activation.
After clicked on Link static data on the selected table, nothing happened. The icon didn't change and it never showed up in the Action center tab. The different collation between ApexSQL and linked databases is what caused the issue: The database collation for ApexSQL is Latin1_General_CI_AS_KS_WS and the linked database collation is SQL_Latin1_General_CP850_BIN2.
Repro Steps: Install SSMS 18, version: 18.12.1Install ApexSQL Source Control, version: 2022.01.2138Install RedGate SQL PromptOpen SSMS 18Link database to the Source Control -> everything works just fineTry to open a new query window -> application crashes/restarts
Repro steps:- Create a database- With the attached SQL procedure create a storage procedure [documentation].[SprocGetWorkflowCategorySQLObjects]- link a database in for example dedicated Git source control system- The Action Center will open with the following message "Database and source control are synced", although the mentioned procedure isn't linked and does not exist on the rep...
Whole error: “Parse error: Incorrect syntax near 'LEFT'] at [position: 1235, line: 42, column: 64]Parse error: [FROM [dt_map].[DataHub].[vw_appr_rawdata_unitinfo] (NOLOCK) a LEFT JOIN SYN_ESU_properties p on TRIM(a.Prty_Ref) = p.esu_unitreferenceuprn ] at [position: 1235, line: 42, column: 64]”Repro steps: Create a Cognito database With the attached script (Error_table.sql) create a tabl...