Copying a SQL Express database from VB.Net

handokowijaya

Member
Joined
Dec 14, 2006
Messages
5
Programming Experience
1-3
Hi All,

I'm trying to create a simple module that will take my initial SQL database (has some initial value) and copy it to user spec. location, so that the user can work on the copy database and never touches the template database. Does anybody know how to do this? I've been googling for several hours and couldn't find the solution.

Also does anybody know how to create a back up/restore of a SQL database from VB.Net?

Thanks!
han:)
 
Back
Top