Interview Questions

Can a deterministic computed column be full-text indexed in SQL Server 2005? Submitted by Matija Lah

Microsoft SQL Server FAQs


(Continued from previous question...)

Can a deterministic computed column be full-text indexed in SQL Server 2005? Submitted by Matija Lah

Answer: Yes

Explanation: Yes. While full-text indexes are not supported on deterministic computed columns in SQL 2000, this limitation no longer exists in SQL 2005. You cannot index non-deterministic and imprecise computed columns.

(Continued on next question...)

Other Interview Questions