79562667

Date: 2025-04-08 17:08:34
Score: 1
Natty:
Report link

Please always speak to your database administrator before doing this if you are not already in that role. You could send an email before doing this.


use master;
GO
alter database [TSQL2012] set offline with rollback immediate;
GO
alter database [TSQL2012] set online with rollback immediate;
GO
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: m programmer