More DBA job interview questions and answers at
http://dba.fyicenter.com/Interview-Questions/
(Continued from previous question...)
Which of the following columns can be indexed with SQL Server 2005 Full-Text Search?
Answer
char, varchar, nvarchar, and varbinary, text, ntext, and image
Explanation
All character columns, char, varchar and nvarchar columns including max, text and ntext, and image columns are valid for full-text searching.
(Continued on next question...)