Title / Description
Code USE _NOMEDB_ GO -- Truncate the log by changing the database recovery model to SIMPLE. ALTER DATABASE _NOMEDB_ SET RECOVERY SIMPLE GO -- Shrink the truncated log file to 1 MB. DBCC SHRINKFILE (_NOMEDB_, 2000) GO
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code