M
Mr G
Hi
I have some C++ code which creates a database fine under SQL Server 2000 but
when I attempt to create the same database under SQL Server 2005 Beta 2 I
get an error "Incorrect syntax near UPDLOCK". The line in the code which
this relates to includes a table hint in the SQL statement - FROM myTable
(ROWLOCK UPDLOCK). Is this table hint handled differently in SQL 2005 and if
so what is the correct syntax?
Any help would be much appreciated.
Many Thanks
Paul
I have some C++ code which creates a database fine under SQL Server 2000 but
when I attempt to create the same database under SQL Server 2005 Beta 2 I
get an error "Incorrect syntax near UPDLOCK". The line in the code which
this relates to includes a table hint in the SQL statement - FROM myTable
(ROWLOCK UPDLOCK). Is this table hint handled differently in SQL 2005 and if
so what is the correct syntax?
Any help would be much appreciated.
Many Thanks
Paul