I agree with SQLSister ... GETDATE() is a SQL Server intrinsic function and is most likely the cause of your error. If you are using a "known" application or language to send the sql statement to your 3rd party s/w then perhaps you could build the sql statement dynamically and use the...
This article is a little old but does reference the RAC tool mentioned in hmscott's post and provide additional informatio you may find useful to solve your delima.
http://www.fawcette.com/vsm/2002_04/online/online_eprods/c_rjennings_4_29/
From BOL
"If a local temporary table is created in a stored procedure or application that can be executed at the same time by several users, SQL Server has to be able to distinguish the tables created by the different users. SQL Server does this by internally appending a numeric suffix to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.