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)
{
...
0
votes
0answers
43 views
How to handle LightSwitch setting the database to Single User mode on a failed deployment
Is there someway to catch, and preferably, revert the change of the SQL database when a LightSwitch install fails in a MsDeploy deployment ?
I could write something in the calling script, but it ...