Hello, I am in the process of upgrading a client database from SQL Server 7 to SQL Server 2005 and I have to use compatibility mode = 70. The reason being is our application has a lot of SQL within it that uses old SQL syntax like *=. My questions are as follows:
1) If I set it to run in SQL Server 2005 mode will the old SQL syntax not work?
2) What is the performance impact of running in compatibility mode=70? We do a lot of updates and inserts.
Thank you.
David