diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-12-10 20:15:36 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-12-10 20:15:36 +0200 |
| commit | 523bb86f28158efe34b285ba07b2500ea59d09d1 (patch) | |
| tree | 8bc2a3a5fbd835b0b2b45e3926e3d2b8c11e3fca /Software/Visual_Studio/Notes/Tango.Notes/DB | |
| parent | 8ca196e043592c65a66a5ef23d9958e992dd5949 (diff) | |
| download | Tango-523bb86f28158efe34b285ba07b2500ea59d09d1.tar.gz Tango-523bb86f28158efe34b285ba07b2500ea59d09d1.zip | |
Fixed CE crash with no light inks.
Diffstat (limited to 'Software/Visual_Studio/Notes/Tango.Notes/DB')
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/DB/Repair Suspect Mode.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/DB/Repair Suspect Mode.txt b/Software/Visual_Studio/Notes/Tango.Notes/DB/Repair Suspect Mode.txt new file mode 100644 index 000000000..b66eca7d3 --- /dev/null +++ b/Software/Visual_Studio/Notes/Tango.Notes/DB/Repair Suspect Mode.txt @@ -0,0 +1,6 @@ +EXEC sp_resetstatus Tango_TEST; +ALTER DATABASE Tango_TEST SET EMERGENCY +DBCC checkdb(Tango_TEST) +ALTER DATABASE Tango_TEST SET SINGLE_USER WITH ROLLBACK IMMEDIATE +DBCC CheckDB (Tango_TEST, REPAIR_ALLOW_DATA_LOSS) +ALTER DATABASE Tango_TEST SET MULTI_USER
\ No newline at end of file |
