cg2001 (Cristina Vancea)
I have a table in SQL Server 2005 who has a column with a name longer than 30 characters. The method I use for replication is transactional and the subscriber is an Oracle Subscriber. The error I get when trying to synchronize is an oracle error : "Identifier too long" and this appears when executing the "create table" statement on the Oracle side.
Do you have any idea how can I resolve this (I know I can take out that colum from the article but I need to replicate the data in it).
And another question : Does anyone know how can I monitor the replication without using the Replication Monitor but using stored procedures
Thx,
Cris.