all groups > sql server replication > february 2004 >
You're in the

sql server replication

group:

Replicating tables with greater than 255 columns


Replicating tables with greater than 255 columns Jason Hodge
2/5/2004 5:30:27 PM
sql server replication:
I am having a problem where SQL Server 2000 SP 3 will not replicate tables
that have more than 255 columns. I am trying to find an efficient way
around this. Does anyone have any experience making this sort of thing
work? Strategies? Etc...?

Thanks,

Jason/Dave
jason.hodge@unishippers.com

RE: Replicating tables with greater than 255 columns Paul Ibison
2/6/2004 3:26:05 AM
Jason,
have a look at Bill's question yesterday - basically the same thing. There's no inbuilt way round this limit. One solution is to partition the table ie create some subtables and replicate them each as separate articles. You could use views to join together the subtables and use instead-of triggers so they are treated much like real tables
Regards
AddThis Social Bookmark Button