What specific functions are you trying to run? I'm also moving this thread to T-SQL so they can help answer your questions.
Thanks,
Sam
Older sample databases like pubs, northwind are in 80 compatibility mode. So newer keywords or certain syntax of statements or functions behave differently in that compatibility mode. You can either change the compatibility mode of the northwind database by running "sp_dbcmptlevel 'Northwind', '90" or create a new database which will automatically be in 90 compat mode or use the new AdventureWorks sample database. For more details on older compatibility modes and what it affects, see the topic below:
http://msdn2.microsoft.com/en-us/library/ms178653.aspx
No comments:
Post a Comment