Related resources for Sql DMO
  • Automatic SQL Server Backup Utility using Sqlserver Agent9/8/2023 10:36:46 AM. It is a sample C# (VS2005) application for Automatic Sql server Backup Utility using sqlserveragent. I have used SQL-DMO dll. This article will show you how to create a automatic backup in Sql server
  • Creating SQL Server Database Dynamically in .NET Using SQL DMO5/20/2012 2:21:32 AM. It is a sample ASP.NET and Visual Studio 2005 application for creating a SQL Server database at runtime. I have used SQL-DMO dll. This article will show you how to create a database in SQL Server 2005 and 2000.
  • SQL Server Backup file in standard Zip format7/8/2009 12:51:15 AM. This is SQL Server Backup and restore tool, the system will store the backup files in standard Zip format ,the user-friendly screen let you backup and restore SQL Server database to local harddisk or remote network driver easily and quickly.The program can restore database easily.
  • SQL Server backup utility using VB.Net and SQL-DMO2/5/2008 1:31:10 AM. This article allows you to take backup of any SQL Server database using SQL-DMO library. It allows you to take backup of selected tables, views or stored procedure.