hi there,
i've to downgrade a bunch of queries from sql server 2008 to 2000. some functions are not supported in 2k, like cte or row_number().
i've copied the database to an sql-2008 server, setting compatibility level to 80, hoping this db would behave like in a 2k-server. but i can easily run a query using cte or "not-supported" functions, what makes it difficult to determine which functions or queries have to be tuned!
what's my fault? thanks in advance!