Sql-server – find a compatible version of SSMS for SQL Server 2016 CTP

sql serversql-server-2016ssms

Microsoft seem to have many versions of SQL Server 2016 CTP available at a time to download, at only 2.5GB a piece, but only one version of SSMS 2016 CTP, and if your db engine is the wrong version for SSMS, they don't suggest another version of SSMS, but another bloody version of the actual engine. This is quite ridiculous. I have a trial version of Toad that easily connects to any nearly DB engine version.

My SQL Server engine version is:

Microsoft SQL Server 2016 (CTP3.0) - 13.0.700.242 (X64) 
Oct 26 2015 18:46:06 
Copyright (c) Microsoft Corporation Express Edition (64-bit)
    on Windows 10 Pro 6.3 <X64> (Build 10586: ) (Hypervisor)

Does anyone know where I can get a version of SSMS 2016 that is compatible with this version?

The version of SSMS I have is the one downloaded from Rob Klimes's link in his comment below. It is version v13.0.800.111. When I try and run it, it shows me this:

enter image description here

The log file is large, and I don't know which parts are relevant enough to post here, but I don't see any glaring errors.

Best Answer

The SSMS November 2015 preview works against the SQL Server 2016 CTP versions. I actually use this version of SSMS (November 2015 preview) against my local 2012 and 2008 R2 instances and don't have any problems.