Clounce.comClounce.com

Categories

  • .NET (4)
  • Arduino (1)
  • Chemoinformatics (1)
    • Similarity (1)
  • Cloud (6)
    • Azure (3)
    • Power Platform (2)
  • Electronics (1)
  • Elgg (1)
  • Magento (2)
    • Magento 2 (1)
  • Mathematics (3)
  • Microscopy (1)
  • MS SQL (1)
  • Office (1)
  • Other (7)
  • Powershell (3)
  • Python (2)
  • Quantum Computing (1)
  • R Language (2)
  • Sitecore (2)

Category: MS SQL

Shrinking the Log file

February 14, 2010 by Karlston D'Emanuele·0 Comments

MS SQL stores database changes into a log file that as more activity occurs on the database the larger the log file grows. When it comes to disk space limitations and performance this becomes a considerable problem. MS SQL Server provides a command to truncate the log file DBCC SHRINKFILE(<log file>, 0, TRUNCATEONLY) The command … Continue reading Shrinking the Log file

COPYRIGHT © 2010-2018 CLOUNCE.COM. WEB SITE POWERED BY WORDPRESS CMS