SQL Server 2016 Release Candidate First Look

  Download is available at this link: SQL Server Management Studio (SSMS) 2016     The setup file is of 634 MB which is supported across the platform : Windows 10, Windows 8, Windows 8.1, Windows 7 (SP1), Windows Server 2012 (64-bit), Windows Server 2008 R2 (64-bit). Refer here for more details: https://msdn.microsoft.com/en-in/library/mt238290.aspx   The installation UI looks a … Read more

[Solved] The Backend version is not supported to design database digrams or tables.

I Came across this error when I got to work on some other machine with SQL Server Management Studio 2008 R2 installed. This error is thrown up when I tried to modify the design of a table by right-clicking on a table and selecting the “Design” option. Solution: Check Database version using “SELECT @@VERSION”In my … Read more