R
Raphaël Désalbres
Hello,
I'm having the following problem.
Using the following script works OK when run from Query Analyzer
use master
go
Drop database db_Accounting
go
RESTORE DATABASE db_Accounting FROM DISK='D:\mydb.bak'
But, my question is, how can I make it work through VB.NET code?
Thanks,
Raphaël Désalbres
I'm having the following problem.
Using the following script works OK when run from Query Analyzer
use master
go
Drop database db_Accounting
go
RESTORE DATABASE db_Accounting FROM DISK='D:\mydb.bak'
But, my question is, how can I make it work through VB.NET code?
Thanks,
Raphaël Désalbres