--> (Word) | --> (PDF) | --> (Epub) | --> (Text) |
--> (XML) | --> (OpenOffice) | --> (XPS) | --> (MHT) |
Cleaning up your TempDB is pretty simple: just restart your MS SQL Server Service. And…to make it just a little bit easier (if possible)…you might want to schedule it . :-)
@ECHO OFF
NET STOP SQLSERVERAGENT
NET STOP MSSQLSERVER
NET START MSSQLSERVER
NET START SQLSERVERAGENT
Within the Advanced Properties Window @ ‘Run‘:
Select the Batch-file you’ve created and that’s it!
SOURCE | LINK (wordpress.com) | LANGUAGE | ENGLISH |