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.