Click here to Skip to main content
15,889,844 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Our system recently started behaving strangely due to a specific query not functioning as it used to.

It is possible (but unlikely) that this has been an undetected problem since the last release. I want to make sure that it might not have been a change in SQL server.

It has to do with how SQL interprets non-aliased column names in sub-queries used within delete statements.

Where can I get a complete change-log for SQL Server?
Posted

1 solution

This link http://sqlserverbuilds.blogspot.co.uk/[^] has an unofficial list of all of the builds/patches etc for SQL Server.

Although it is unofficial, the links provided take you through to the Micro$oft Support notes for that specific release
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900