This is required because all developers are on Windows XP desktops and SSMS 2012 is not supported on XP. All developers have SSMS 2008 installed on their desktop. If one could connect from SSMS 2008 to SQL Server 2012, what are the limitations - if any ?
Asked
Active
Viewed 8,256 times
1
-
1http://stackoverflow.com/q/10303791/62576 – Ken White Jan 29 '13 at 17:33
-
This is different .. development will be done against 2012 and deployed to 2012 but developers desktop is XP and thus they cannot run Server Studio 2012 but only 2008 – vivek arya Jan 29 '13 at 18:33
-
The linked answer explains that this will work, but **only** if no SQL Server 2012 specific features are used. In what way is that different? If the developers are using SS2008, they cannot add or use any SS2012 features anyway. If they need 2012 features, they cannot use SSMS 2008. That should be clear from the answer to the question I linked. – Ken White Jan 29 '13 at 18:56
-
Windows XP stopped receiving security updates in April 8th 2014 – Mitch Wheat Jan 07 '21 at 07:24
-
1The world has changed. If you are looking for alternatives, you can use Azure Data Studio on Linux to connect to SQL Server. I never would have picked this back in the windows XP days. https://learn.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio?view=sql-server-ver15#download-azure-data-studio – Nick.Mc Sep 06 '21 at 00:05
1 Answers
0
No, you can't.
It's not supported.
Unless they released an Update/ServicePack that I don't know anything about..
You need to install SSMS 2012.
Since you can't do that on XP, maybe Navicat works.

Stefan Steiger
- 78,642
- 66
- 377
- 442
-
1But you can use SSMS2012 on a 2008 DB. The tools know how to connect to the matching level DB and older. – Joel Coehoorn Jun 30 '17 at 04:18