does SQLDMO work with MS SQL Server 2005?
I am unable to connect to a 2005 server using SQLDMO com object. I even tried installing "SQLServer2005_BC.msi" and still I'm unable to connect. It keeps giving me a message that I need to use SMO. Is there a way around this? Could I still use SQLDMO to connect to SQL server 2005?
Re: does SQLDMO work with MS SQL Server 2005?
Unfortunately nope. Doesn't work.
BUT, SMO can connect to both SQL2000 AND SQL2005.
SMO has a lot more to it than SQLDMO did.
-tg
Re: does SQLDMO work with MS SQL Server 2005?