Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: RadicalSoftwareSolutionsPosted on 2006-08-25 at 05:56:39ID: 17388978
I've answered my own question but I'll post the answer here just in case anyone else encounters the same problem
Identifying the culprit script was easy - I opened the cab file and extracted the view definition and tried to run it manually in SQL Management Studio. This revealed that it was attempting to select 2 columns that I had excluded from the source table by using vertical filters. DOH!
I think SQL Server replication will check for table dependancies if you select to replicate a view (not sure about this though) but it is clear it doesn't check for column level dependancies.
Ian