Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have downloaded and installed the latest version of MSSQL Server Management Studio. From the information that I found on-line, this should have installed all of SMO. Is this correct?

I cannot find the dll "Microsoft.SqlServer.Management". In particular I am interested in the "Transfer" method.

Is the Transfer method part of another dll that is included in the library for MSSQL Server Management Studio?

What I have tried:

Searched on line for information on this subject.
Posted
Updated 1-Feb-21 23:45pm

1 solution

It could be in: Microsoft.SqlServer.SmoExtended.dll
See: Transfer Class (Microsoft.SqlServer.Management.Smo) | Microsoft Docs[^]

The problem with using SMO is that it can change depending on the SQL Server version you have installed, for that reason I stopped using SMO a long time ago (and switched from SQL Server to PostgreSQL btw).

For more information about PostgreSQL see:
Best relational-databases[^]
Best-databases-for-a-small-net-application[^]

And here is an example on CodeProject: A PostgreSQL Notification Example[^]
 
Share this answer
 
v2
Comments
Kevin Brady 2-Feb-21 17:47pm    
Thank you for your assistance. I was able to get this working.
What is PostgreSQL?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900