First of all, I'm connecting to SQL 2005 database and everything that I use in MSSMS has been working fine.
Just got the update notice for 17.3. After updating, when I connect to the server I'm getting the following message:
TITLE: Microsoft SQL Server Management Studio
------------------------------
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
ADDITIONAL INFORMATION:
Cannot assign a default value to a local variable.
Must declare the scalar variable "@ServiceStartMode".
Must declare the scalar variable "@ServiceStartMode". (Microsoft SQL Server, Error: 139)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=09.00.5000&EvtSrc=MSSQLServer&EvtID=139&LinkId=20476
I click the OK button and everything appears to be working but just wanted to ask if this is an issue I should be concerned enough about to go back a version.