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 |
|
pontifikas
Starting Member
32 Posts |
Posted - 2004-07-26 : 04:37:33
|
| I'm trying to perform a transactional replication to a set of tables.The distribution procedure works for a while, some tables are distributed to the subscriber and suddently,while copying a table,the Distribution Agent stops and produces this error:"Incorrect syntax near the keyword 'DESC'"From a brief search I conducted, it appears to be a compatibility Issue since the Publisher is on SQL Server 2000 and the Subscriber is on SQL 7.0Is that so?What can I do to solve this? |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-07-28 : 01:40:56
|
| I'm guessing that you have a descending index which you are replicating. Don't think it was available for v7.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|