Activity overview
Latest activity by Fraser.Moore
Thanks for your prompt reply, Michelle.
The synchronisation did in fact run fine. I was just slightly alarmed by the warning message.
In this case the computed column is NOT NULL because the columns it depends on are all NOT NULL, handily worked out by SQL Server 2005. Would be nice to see this fixed in a future release, but in the meantime at least I know about the issue and can cast an educated eye over it.
In general tho I love the product - truly a thing of beauty (in a nerdy kind of way). :-)
Cheers,
Fraser. / comments
Thanks for your prompt reply, Michelle.
The synchronisation did in fact run fine. I was just slightly alarmed by the warning message.
In this case the computed column is NOT NULL because the colum...
SQL Compare 6.2.0.271: Computed column problem
Hi,
I have created a new computed column in the database I'm synchronising from, and I get the following warning. Surely adding a computed column should be easy as pie? Looks like it's applying c...