TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About database backup
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vishal Yelve (2)
Shivom Agarwal (2)
Anish Ansari (1)
Satya Prakash (1)
Vaishali Vishwakarma (1)
Jitendra Mesavaniya (1)
Salman Beg (1)
Nikhil Kumar (1)
Monica Rathbun (1)
Joshy George (1)
Reeb (1)
Deepak Tewatia (1)
Rohatash Kumar (1)
Ravinder Sharma (1)
Prashant Gupta (1)
Vignesh Mani (1)
Nirav Gandhi (1)
Amit Mohanty (1)
Vipendra Verma (1)
Jitendra Waghale (1)
Ramesh Palanivel (1)
Ankur Mistry (1)
Syed Shanu (1)
Vinodh Narayanan (1)
Nitin (1)
Rajeev Ranjan (1)
Priti Kumari (1)
Udaya kumar (1)
Rahul Kumar Saxena (1)
Karthikeyan Anbarasan (1)
Related resources for database backup
No resource found
Backup And Restore Your Database Using SQL Server Management Studio (Step by Step)
10/8/2024 8:54:22 AM.
In this article you will learn how to upload your App to Windows Store (Step by Step), backup and restore your database using SQL Server Management Studio (Step by Step).
Create Backup and Restore Database in SQL Server
9/18/2024 9:01:35 AM.
This tutorial covers essential techniques for backing up your databases, restoring them when needed, and ensuring data safety. Master these skills to safeguard your SQL Server environment effectively.
PostgreSQL Database Backup and Restore using pgAdmin
7/12/2024 2:09:20 AM.
This article provides a step-by-step guide on how to backup and restore a PostgreSQL database using the pgAdmin GUI. It covers the prerequisites, the detailed process of creating backups, and restorin
Backing Up and Restoring a SQL Database
6/19/2024 7:31:50 AM.
In database management, ensuring data integrity and availability is paramount. Regularly backing up your database is crucial to mitigate risks such as hardware failures, software issues, or accidental
Backing Up And Restoring Database Without Using .bak File
5/30/2024 12:10:48 PM.
Learn to backup and restore databases in SQL Server without .bak files using SQL scripts or tools like SSMS. Utilize Transact-SQL commands or export/import data to ensure data integrity and continuity
Backup Utility In .Net
5/9/2024 11:51:13 AM.
A Backup Utility in .NET facilitates data protection by enabling automated backups of files or databases. It offers features like compression, encryption, and scheduled backups, ensuring data integrit
Backup Encryption In SQL Server
3/28/2024 6:36:20 AM.
SQL Server offers backup encryption to enhance data security. Utilize encryption algorithms and key management to protect database backups, ensuring compliance with privacy regulations and safeguardin
Automatic SQL Server Backup Utility using Sqlserver Agent
9/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
Database Revision Control - The Database Time Machine
8/23/2023 5:36:45 AM.
This article describes RavenDB's Revision-Control features and how they can be used for advanced auditing and to restore data without downtime and data loss.
Database Backup Using SQL Queries And Its Type
3/7/2023 6:41:21 AM.
How to make a backup of database using SQL queries in compressed and uncompressed condition or restoring database from backup using SQL queries and Difference between Compressed and Uncompressed
How To Restore SQL Server Database Backup
8/18/2022 5:45:28 AM.
In this article, you will learn how to restore SQL Server Database Backup using two methods.
How to Take SQL Server Database Backup
7/25/2022 12:06:29 AM.
In this article, you will learn how to download Database backups using two methods.
Creating SQL Server Backup File With C#
2/4/2022 11:06:25 AM.
In this article, I would like to show how to create SQL Server Backup file in C#.
Full And Differential Backup Using SSMS
5/19/2021 12:34:27 PM.
In this article, we will see how to create a SQL Server Database backup. Database backup using SQL Server Management Studio, SQL Server provides a large number of options to create backups. We will di
Automating Database And Folder Backups On Windows Server
3/3/2021 3:01:51 PM.
Using this open-source utility, you can automate server backups including MSSQL Database, MySQL Database, and Folder contents. You can upload backups to an Amazon S3 bucket and set email alerts for fa
SQL Server Database Automatic Daily Backup
9/19/2019 10:05:01 AM.
Learn how to automate the daily backup of a SQL Server database.
Backup and Restore an Azure SQL Database
9/4/2019 1:01:52 AM.
In this video, we will discuss how to take manually DB Backup and restore into the Local server environment and how to change the backup retention period.
SQL Server DataBase Backup Manually In C# WinForms
7/11/2019 2:30:04 AM.
In this article, we will learn how to take SQL Server database backup manually in a Windows application.
How to Recover Deleted/truncated and Dropped Data ,objects in SQL Server Using Transaction Log and LSNs
7/5/2019 1:47:54 AM.
This article describes how to recover deleted, truncated and dropped data objects using the transaction log and LSNs in SQL Server.
How to Create Database Backup in SQL Server 2012
6/11/2019 4:46:24 AM.
In this article, I am going to explain how to create a database backup in SQL Server 2012.
Database Backup And Restore In SQL Server
10/15/2018 1:37:43 AM.
Backup and Restore are common functions of a database administrator. In this tutorial, you learn how to create a SQL Server database backup and restore it back using SQL Server tools.
Get Database Backup And Restore The Backup File In SQL Server
4/25/2017 3:47:34 PM.
In this article, we are going to learn how to get database backup from SQL Server and how to restore the backup file in SQL Server.
SQL Server Database Backup and Restore
3/3/2016 9:39:00 AM.
In this article we will learn how to take SQL Server database backup and how to restore database backup.
Programmatically Deleting Database Backup File Using C#
12/17/2015 3:52:02 AM.
In this article you will learn how to programmatically delete database backup file using C#.
Schedule A Database Backup In SQL Server
12/8/2015 2:58:30 PM.
In this article I have explain how to schedule a database backup in SQL using management studio.
How to Take Backup of Database in SQL Server
5/29/2015 4:38:32 PM.
This article shows how to take a backup of a database in SQL Server.
Database Backup Using C#
5/4/2015 3:51:50 PM.
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.
Database Backup Procedure in SQL Server
12/3/2014 8:12:17 PM.
This article is about various procedures for database backup in Microsoft SQL Server.
Tool For Database Backup and Query Execution
11/1/2014 12:07:30 PM.
This article is about how to take a backup of a SQL Server database using a Windows application.
Take SQL Server Database Backup in ASP.Net
10/29/2014 11:19:53 PM.
This article explains how to take a backup of our database using C# and ASP.NET.
SQL Server DATABASE Transaction LOG BACKUP Using Transact-SQL
7/22/2014 12:15:33 AM.
This article describes SQL Server database transaction LOG backups and how to take a SQL Server database transaction LOG backup with multiple methods using Transact-SQL.
SQL Server Integration Services (SSIS) - Backup Database task in SSIS and Send Mail
5/20/2012 1:17:57 AM.
In this article we are going to see how to use a Backup Database task to create an execution plan in SSIS to take a database backup.