I need to Backup and restore a database from a VB application.
First to backup a database using BACKUP DATABASE etc... in a stored procedure called from VB, there is no problem.
But when I use a command RESTORE DATABASE FROM etc...
Error Message: "System admin exclusivity needeed..." or something Like this(Sorry for my english...)
How can i do ?
thanks
First to backup a database using BACKUP DATABASE etc... in a stored procedure called from VB, there is no problem.
But when I use a command RESTORE DATABASE FROM etc...
Error Message: "System admin exclusivity needeed..." or something Like this(Sorry for my english...)
How can i do ?
thanks