OVERI am getting an error when trying to run a query in MS SQL Server Management Studio. We use MS SQL Server 2005 on a windows 2003 server.
Here is the query:
Check the compatibility level on the particular database
There is some more detail @ http://msdn.microsoft.com/en-us/library/ms178653(v=SQL.90).aspx
If the compatibility level is less than 90, then new features, like the OVER clause, available only in SQL 2005, are turned off.