Timeline for SQL Server 2016 support

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
plebsori
Posts: 2
Joined: Fri 22 Jul 2016 00:37

Re: Timeline for SQL Server 2016 support

Post by plebsori » Fri 22 Jul 2016 01:14

fkhan wrote:I just installed SMSS 2016 and then tried to install SQL Complete v5.5.136 Express and it does not recognize that SSMS 2016 is installed on my computer. The option is grayed out. What is the problem?

UPDATE: I got it working by creating a registry entry for SMSS 2016 in the right place as follows:

The setup program was looking for en entry at: SOFTWARE\WOW6432Node\Microsoft\AppEnv\10.0\Apps\ssms_13.0

However SMSS 2016 during its installation created its entry at
SOFTWARE\WOW6432Node\Microsoft\AppEnv\14.0\Apps\ssms_13.0

By duplicating the 14.0 key at 10.0, the setup program detected the correct location and went forward with the installation.
Thanks! This worked for me.

Reg patch for reference

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\AppEnv\10.0\Apps\ssms_13.0]
"AppName"="ssms"
"StubExePath"="C:\\Program Files (x86)\\Microsoft SQL Server\\130\\Tools\\Binn\\ManagementStudio\\ssms.exe"

alexa

Re: Timeline for SQL Server 2016 support

Post by alexa » Fri 22 Jul 2016 10:04

Thank you for bringing this to our attention.

We will fix this issue in the next product build.

johnstraka
Posts: 1
Joined: Mon 25 Jul 2016 18:46

Re: Timeline for SQL Server 2016 support

Post by johnstraka » Mon 25 Jul 2016 18:48

Thanks for the registry fix, worked here too.

alexa

Re: Timeline for SQL Server 2016 support

Post by alexa » Tue 26 Jul 2016 14:58

We would like to let you know that dbForge SQL Complete v5.5.145, where the issue you reported is fixed, is available for downloading https://www.devart.com/dbforge/sql/sqlc ... nload.html

Thank you for your help in improving dbForge SQL Complete.

asharovarov
Posts: 10
Joined: Mon 29 Feb 2016 21:55

Re: Timeline for SQL Server 2016 support

Post by asharovarov » Sat 30 Jul 2016 14:15

Thank you for SQL Complete!

What is the timeline for SQL Server 2016 support for SSMS add-ins?
- Source Control
- Unit Test
- Object Search

alexa

Re: Timeline for SQL Server 2016 support

Post by alexa » Mon 01 Aug 2016 11:14

The new versions of the products should be released within a month.

asharovarov
Posts: 10
Joined: Mon 29 Feb 2016 21:55

Re: Timeline for SQL Server 2016 support

Post by asharovarov » Wed 31 Aug 2016 14:50

Hi, Do you have any update on SQL Server 2016 support for other SSMS add-ins?
- Source Control
- Unit Test
- Object Search

alexa

Re: Timeline for SQL Server 2016 support

Post by alexa » Thu 01 Sep 2016 09:13

The new versions of the products with support for SQL Server 2016 should be released soon. We will update you on this.

asharovarov
Posts: 10
Joined: Mon 29 Feb 2016 21:55

Re: Timeline for SQL Server 2016 support

Post by asharovarov » Mon 12 Sep 2016 13:26

Hi,

Schema Compare is failing to compare Snapshots / Script Folders created for SQL Server 2016 (I've already reported it to Devart Support). Do you have any updates on SQL Server 2016 Support?

alexa

Re: Timeline for SQL Server 2016 support

Post by alexa » Mon 12 Sep 2016 13:42

Could you please provide us the ticket numbers and product names?

asharovarov
Posts: 10
Joined: Mon 29 Feb 2016 21:55

Re: Timeline for SQL Server 2016 support

Post by asharovarov » Mon 12 Sep 2016 17:05

Devart Support Tickets: 186518, 186644
dbForge Schema Compare for SQL Server Professional Edition Version: 4.1.37
SQL Server: Microsoft SQL Server 2016 (RTM-CU1) (KB3164674) - 13.0.2149.0 (X64)

alexa

Re: Timeline for SQL Server 2016 support

Post by alexa » Mon 12 Sep 2016 18:03

The new product build with the fixes hasn't been released yet. It's to be released this month.

asharovarov
Posts: 10
Joined: Mon 29 Feb 2016 21:55

Re: Timeline for SQL Server 2016 support

Post by asharovarov » Fri 16 Sep 2016 18:26

I saw in the new that new versions of Developer tools are ready with SQL Server 2016 support.
https://www.devart.com/news/2016/sql-de ... undle.html

But if I log in into Customer Portal, I see new version except for these:
* Schema Compare - there is a link for the new version, but on the download page I see "File not found." error.
* Source Control - still have the old version
* Object Search - is pointing to old 1.0 version

alexa

Re: Timeline for SQL Server 2016 support

Post by alexa » Mon 19 Sep 2016 15:27

We have fixed this issue. Please try again.

asharovarov
Posts: 10
Joined: Mon 29 Feb 2016 21:55

Re: Timeline for SQL Server 2016 support

Post by asharovarov » Mon 19 Sep 2016 19:17

Thank you. New versions work fine.

Post Reply