Where can I find Microsoft.SqlServer.Management.Smo?

Proposed Answer Where can I find Microsoft.SqlServer.Management.Smo?

  • Friday, March 28, 2008 7:18 PM
     
     

     

    Where can I find Microsoft.SqlServer.Management.Smo?  Is this a separate download?

     

All Replies

  • Friday, March 28, 2008 7:21 PM
     
     Proposed Answer
    I found a post in this forum saying that I should download SQLServer2005_XMO.msi

    which I did and ran, but I still cannot find the assembly when I try to add a reference to my VS2008 project.

     

     

    • Proposed As Answer by Mike McCarthy Monday, March 19, 2012 9:09 PM
    •  
  • Monday, March 31, 2008 2:36 PM
     
     
    By default the DLL files are in directory C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies

     

    Hope that helps.

  • Monday, March 31, 2008 3:06 PM
     
     

    I finally found it.  When a do a Add Reference in VS2008, it is in Microsoft.SqlServer.Smo.

  • Monday, March 31, 2008 7:51 PM
    Moderator
     
     

    Hello,

     

    Don't forget Microsoft.SqlServer.ConnecttInfo

     

    Have a nice day

  • Friday, December 16, 2011 6:50 PM
     
     
    Yes Thanks that helped... now searching the import for  Microsoft.SqlServer.Dts.Runtime
    ~Mohan
  • Friday, December 23, 2011 10:57 AM
    Moderator
     
     

    Hello,

    Have you tried in  C:\Program Files\Microsoft SQL Server\90\DTS ?

    Have a nice day


    Mark Post as helpful if it provides any help.Otherwise,leave it as it is.
  • Monday, May 28, 2012 3:38 AM
     
     
    if i cnt found the C:\Program Files\Microsoft SQL Server\90\SDK folder~how i gotta find the Microsoft.SqlServer.Management.Smo?
  • Tuesday, November 06, 2012 5:13 PM
     
     

    Hi,

    using Microsoft.SqlServer.Management.Smo;

    Using Microsoft.SqlServer.Management.Common;

    you found DLL in.... C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies

    Microsoft.SqlServer.Smo.dll;

    Microsoft.SqlServer.ConnectionInfo.dll

    Bye

  • Monday, December 10, 2012 5:17 AM
     
     

    Did you try adding Microsoft.SqlServer.SmoExtended.dll??

    My SQL SERVER 2008 have this and adding this reference helped me.