DBA > Job Interview Questions > Microsoft SQL Server FAQs

Which framework would you use to manage this dat

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

(Continued from previous question...)

Which framework would you use to manage this database programatically?

You have an old database that needs to run in compatability mode 65 on your SQL Server 2005 server. Which framework would you use to manage this database programatically?

Answer
SQL-DMO

Explanation
SMO does not support compatibility modes 60 or 65, so you would ned to use DMO insead.

(Continued on next question...)

Other Job Interview Questions