Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
chilledmj
Starting Member
2 Posts |
Posted - 2009-05-11 : 10:58:07
|
Hi all, My application SCHEDUALL runs off a SQL2005 database. Via the application in my environment (not the vendors) only, when I attempt to add a date start to a certain transaction I get the following native error 102:SQL_ERROR: SqlState = '42000', ErrorMsg = [microsoft][ODBC SQL server] Incorrect syntax near 'ANDT_START.', Native Error = 102. is this a permissions issue?? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-05-11 : 11:06:00
|
it seems like a syntax error. can you post query used? |
|
|
chilledmj
Starting Member
2 Posts |
Posted - 2009-06-02 : 18:29:28
|
issue all sorted. The record id allocation was attempting to allocat ID's which already existed. We used an "update counter" command to re-set the record ids |
|
|
|
|
|