SQL Server 2005 Deprecated Table Hint
While working with SQL Server 2005 CTP December 2004, I ran into a deprecated feature last week. It appears that Microsoft is no longer supporting the WITH (INDEX = "index_name") syntax. They have been saying since 7.0 to use WITH (INDEX("index_name"), but it appears that they really mean it this time. :)

0 Comments:
Post a Comment
<< Home