Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all

I want to take a backup of sql database but without showing any window or notification to the client system (i.e. it should take backup internally)

Please tell me how to do that

Thank you
Posted

1 solution

Try this: Backing up an SQL Database in C#[^] - it's C# rather than VB but the code should translate pretty easily.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900