About 1,600,000 results
Open links in new tab
  1. How to backup Sql Database Programmatically in C#

    Mar 23, 2012 · You can take database back-up of SQL server instance using C#, as below. Step 1: Install Nuget package "Install-Package Microsoft.SqlServer.SqlManagementObjects" Step 2: Use the below C# Command to take backup using Custom function

  2. SQL Server DataBase Backup Manually In C# WinForms - C#

    In this article, we are going to learn the process of getting the database backup in C# WinForm application using Stored Procedure. First, we create two tables to store database backup info. Open SQL Server to create a database with any suitable name and then, create two tables and a stored procedure.

  3. c# - How to create and restore backup of database using winform ...

    May 24, 2011 · I'm making an application and I want to give a button to create Backup of database on the users desired location; like we save any file on any destination on computer and one button to restore the backup of whole database.

  4. Backup SQL database on button click event using c# when using …

    Apr 24, 2017 · You can use SQL Management Studio for generate T-SQL script for backup database (fill the Backup form and click Script button instead of run the backup).

  5. Backing Up and Restoring Your SQL Databases Through .NET

    Dec 28, 2018 · In this article, you will learn how to back up and restore SQL databases with your .NET code. Practical. Open Visual Studio and create a Windows Forms project in either C# or VB.NET. Add two buttons to your Form. Label one button ‘Backup’ and the other button ‘Restore’.

  6. Backup and Restore SQL Server database (.bak) using C# .NET

    Dec 27, 2021 · To back up a SQL Server database, we need to know the name of the database and the path where we want to save it locally. There are a few things going on here. This method takes two parameters…

  7. GitHub - MySqlBackupNET/MySqlBackup_All_DB: A tool to backup

    A tool to backup & restore all databases in one click. https://github.com/MySqlBackupNET/MySqlBackup_All_DB/releases. This tool is mainly using MySqlBackup.NET (github, codeproject) as core library to perform the backup/restore work. A typical code block to backup one specific pre-defined database will be something like this:

  8. Creating SQL Server Backup File With C# - C# Corner

    In this article, I would like to show how to create a SQL Server Backup file in C#. You can create a SQL Server database backup using SQL Server Management Studio and you can also use a Transact-SQL statement.

  9. Database Backup Using C# - C# Corner

    This article shows how to take a database backup using C# code and create a Windows application that makes our work user-friendly for database backup. Usually we do database backup using the SQL Server.

  10. How to Create a backup SQL Server in C# - FoxLearn

    Jul 16, 2024 · Creating a full database backup in a C# Windows Forms application involves using SQL Server Management Objects (SMO) from the Microsoft.SqlServer.Smo assembly. Here’s a step-by-step guide on how to backup SQL Server in C#.

  11. Some results have been removed
Refresh