Backup your MS SQL Server with C#
Today I will describe some code snippets on how to backup your MS SQL Server database to a ‘.bak’ file using C#. Later on we will zip our .bak file using open source C# zip library as bak files seems to have high compression ratio. Backing up files require us to connect to the database […]
Read More →