11 Tips to Backup databases with SMO, VB, C# Powershell, Command lines
Nuestro buen amigo Daniel Calbimonte nos comparte su artículo:
11 Tips to Backup databases with SMO, VB, C# Powershell, Command lines
Introduction
Sometimes we need to create backups using code, sometimes we need to do it manually or automatically, programmatically using C#, VB, Powershell. This tutorial will show you different ways to do so.
Tip 1: The simple backup
The easiest way to create a backup is using the SQL Server Management Studio with a right click in the database and selecting Tasks>backup
You can choose the default path to backup the database and specify other backup options in the dialog that appears.
Ver más aquí.
Gracias.
Fernando García Loera (Community Program Manager – Latin America Region)