MikeyCee/Microsoft.SqlServer.Scriptingv11.0.2100.61
Contains the necessary SMO dependencies to allow execution of full client-side SQL scripts (eg. containing the GO command) to be executed from .NET. Such scripts can be executed from within Management Studio but will fail when executed through ADO.NET. This package contains the dependencies to allow that to happen. Example usage: public static void ExecuteSqlScript(SqlConnection conn, string script) { var serverConnection = new Microsoft.SqlServer.Management.Common.ServerConnection(conn); var server = new Microsoft.SqlServer.Management.Smo.Server(serverConnection); server.ConnectionContext.ExecuteNonQuery(script); } PS. Anyone can download Sql Server Express (for free!) and copy these assemblies from the installation folder, but having a simple package just saves so much pain.
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Sep 11, 2012
Get Started
$ dotnet add package Microsoft.SqlServer.ScriptingReadme
No README available.