on ‎2008 Jul 07 8:00 AM
Hello Everyone,
I have created a function in SQL Server 2005 through coding using Sapbobs->Recordset Object.It works well in Sql Server 2005.But on a machine using SQl Server 2000 the same doesnt work.What could be the problem.Updating the machine to 2005 is not an option.Do i have to change anything in coding for create function?
Please help
raghu
Request clarification before answering.
In 2000 should be other syntax. Try to create the function in management studio and check, if you will receive some syntax error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, CTE is for 2005 and 2008 only. Youll have to change it to tmp tables. Nice explanation is at
http://www.databasejournal.com/features/mssql/article.php/3502676
| User | Count |
|---|---|
| 27 | |
| 15 | |
| 10 | |
| 9 | |
| 5 | |
| 5 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.