SQL Server Management Objects (SMO) are .NET objects for management of Microsoft SQL Server.
I'm using Sql Server Smo to create the scheme of database by C# application. However, I need a bit more, …
c# .net sql-server smoI am sing C#, .NET 3.5, and SMO to create a copy of a database (our production database) to some other …
c# .net sql-server-2005 .net-3.5 smoI am successfully using Powershell with SMO to backup most databases. However, I have several large databases in which I …
sql-server backup powershell-2.0 smo command-timeoutWhat's the best method to check if SQL server exists or not? I'm trying Microsoft.SqlServer.Management.Smo.Server.PingSqlServerVersion() …
c# sql-server smoI am using SQL Server 2005 Express. I want to use SMO to loop through each table in a database and …
c# .net sql-server-2005 smoWhat I'm trying to do: Create an SQL script using C# to create an exact copy of an existing table. …
c# sql smoI am trying to execute a script (.sql file) on a database from a C# Windows application. The SQL file …
c# sql sql-server smoI have been working with SQL Server for a couple of years. I have heard about SMO but I don't …
sql sql-server sql-server-2005 sql-server-2008 smoI have an small question I didn't found an answer yet: how do I get in c# and using Microsoft.…
c# sql-server smo