DBA > Job Interview Questions > Microsoft SQL Server FAQs

Can a deterministic computed column be full-text

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(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 Job Interview Questions