Hi,
I want to create a PUSH subscription( using Transactional Replication) from an SQL-2000 DB to SQL 6.5 and Access Databases via ODBC.
After creating the subscription, (and restarting the Snapshot agent) the Syncronization tasks fails when creating the tables on the SUBSCRIBER
It seams that Access and SQL-6.5 don't like this part of the CRATE TABLE statement:
[msrepl_tran_version] [uniqueidentifier] NOT NULL CONSTRAINT [DF__Internet___msrep__70C8B53F] DEFAULT (newid())
What do I haveto do in order to work around this?
TIA
Sverrir