Connect SQLDMO to a Server Using a Trusted Connection


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SQLDMO.SQLServer serverManager = new SQLDMO.SQLServerClass();
  2. serverManager.LoginSecure = true;
  3. serverManager.Connect(serverName, null, null);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.