If you use computed columns a lot, you might want to know about some new behavior in SQL Server 2005.
One of the changes in SQL Server 2005 was to evaluate expressions in queries to match computed column expressions and identify redundant expressions, in order to prevent run-time errors in queries that have unsafe expressions. This is documented in the behavior changes topic:
http://msdn2.microsoft.com/en-us/library/ms143359.aspx
Check it out,
-Kev
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using
About KKline
Kevin Kline is a well-known database industry expert, author, and speaker. Kevin is a long-time Microsoft MVP and was one of the founders of PASS, www.sqlpass.org.