Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / database / SQL-Server

Sql Server database Backup with bat file

3.00/5 (7 votes)
23 Dec 2007CPOL 1   1.3K  
This is an article about backup utility of SQL server from Command prompt

Introduction

Last week one of my client asked me for a on demand databases backup tool. He told me that he don’t know anything about Sql server so he need a simple tool for that. I wasn't have time to develop a tool in .net or any other development platform. So I have created one bat file for that. It was a great experience that’s why I decided to share with all.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)