Is there any way to use SQLSERVER SMO(sqlserver management Objects) in c++ other than Managed Code?
Help me in this regard…
I sincerely request dont give the comment as duplicate still i am not getting Clear answer
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As you pointed out. This question has already been asked without a satisfactory answer.
SMO is strictly manage code. The previous version, DMO, could be used in unmanaged code. If you need to use SMO, you have to use either C++/CLI or create wrappers for COM.
From the MSDN Documentation on SMO: