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 |
|
rajesha
Starting Member
36 Posts |
Posted - 2002-06-04 : 04:53:20
|
| while i was trying to replicate a db it is showing in the error details "line 1: incorrect syntax near '12'what might be the problem |
|
|
setbasedisthetruepath
Used SQL Salesman
992 Posts |
Posted - 2002-06-04 : 09:45:31
|
First, isolate the problem. Determine which DML statement is causing the error (which insert/update/delete action, when replicated, causes the exception to occur).Next, determine what's going on. You might have a trigger on a replicant table which is causing the problem.quote: while i was trying to replicate a db it is showing in the error details "line 1: incorrect syntax near '12'what might be the problem
setBasedIsTheTruepath<O> |
 |
|
|
|
|
|