Hi,
I am using script to restore a database.
Script like "restore database database_name from disk file_name"
but it gave me an error message like "database in use"?
i run this script from my application, backup script run with no problem, but i just can't restore, i try to disconnect before execute the script, but hit "transaction not connected".
Can anyone help me with this? Thanks in advance
I am using script to restore a database.
Script like "restore database database_name from disk file_name"
but it gave me an error message like "database in use"?
i run this script from my application, backup script run with no problem, but i just can't restore, i try to disconnect before execute the script, but hit "transaction not connected".
Can anyone help me with this? Thanks in advance