Tagged Questions
3
votes
3answers
3k views
Can't find Microsoft.SqlServer.ConnectionInfo.dll assembly file?
I'm trying to dynamically get a databases Table structure using only C# code as follows:
using Microsoft.SqlServer.Management.Common;
using Microsoft.SqlServer.Management.Smo;
public class LoadStuff
...