Sql-server – Connect to SQL Server 2012 from an Windows XP client

sql serversql-server-2008sql-server-2012

We have an SQL Server 2012 Standard database, to connect to it we use SQL Server 2008 Management Studio (since 2012 SSMS is not supported on Windows XP).
The problem is that SQL Server 2008 gives all the time an exception (Index outside the bounds of the array) and it's not possible to edit table in visual editor or open table. Client can work now only with database objects through queries.
So the question is – is there any solution on Windows XP to work properly with 2012 database ?

Best Answer

You can try upgrading SSMS to the SQL Server 2008 R2 version. A client that I had I was using SSMS 2008 R2 to connect to SQL 2012 without issue. It doesn't support the new features but it'll work.

The best option would be to upgrade to a new OS which is under support (I say as I boot up my Windows XP VM to do some stuff).