Activity overview
Latest activity by Glebby
The same issue with the stand-alone installer. / comments
The same issue with the stand-alone installer.
I have SSMS 17.9 with SQLPrompt, recently installed SSMS 18 side by side. However, after I run Toolbelt upgrade to 9.5, only Prompt at SSMS 17.9 is upgraded, SSMS 18 does not show Prompt. Moreover, Toolbelt installer does not recognize that Prompt 9.5 is installed and suggests to install it again. / comments
I have SSMS 17.9 with SQLPrompt, recently installed SSMS 18 side by side. However, after I run Toolbelt upgrade to 9.5, only Prompt at SSMS 17.9 is upgraded, SSMS 18 does not show Prompt. Moreover...
Unicode lost during deployment of ntext columns
I have a table on Azure database, with the following structureCREATE TABLE [dbo].[cmsPropertyData](
[id] [INT] IDENTITY(1,1) NOT NULL,
[contentNodeId] [...
Synchronizing nvarchar(max) columns, data gets truncated
When I synchronize two nvarchar(max) columns, the data in the destination table gets truncated up to 4000 characters. I am using "Deploy using SQL Data Compare" deployment method.
version 11.5.7.12...