Tagged Questions
3
votes
1answer
601 views
Setting single user mode to restore backup
I have the following function:
public void RestoreDatabase(String databaseName, String backUpFile,
String serverName, String userName, String password)
{
...