sync
This commit is contained in:
14
EXPLOIT - recovery pending.sql
Normal file
14
EXPLOIT - recovery pending.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
ALTER DATABASE arizona SET EMERGENCY;
|
||||
GO
|
||||
|
||||
ALTER DATABASE arizona set single_user
|
||||
GO
|
||||
|
||||
DBCC CHECKDB (arizona, REPAIR_ALLOW_DATA_LOSS) WITH ALL_ERRORMSGS, NO_INFOMSGS;
|
||||
GO
|
||||
|
||||
ALTER DATABASE arizona set multi_user
|
||||
GO
|
||||
|
||||
EXEC sp_configure filestream_access_level, 2;
|
||||
RECONFIGURE;
|
||||
Reference in New Issue
Block a user