Administration

External Article

Find SQL Server databases where log file is too large

  • Article

I support thousands of databases and I'm running across situations where I have a database that has a data file of a couple hundred megabytes and the associated log file is gigabytes in size! I understand this is because I may not have my transaction log backups scheduled properly. What I'm interested in is an easy way to identify these situations where the SQL log file is too large, so I can go in and further analyze these problem databases without needing to look at each database.

2011-05-09

5,073 reads

External Article

Clean unused space when a variable-length column is dropped from a SQL Server table or indexed view

  • Article

Whenever rows or columns are deleted from a table, SQL Server reuses space to accommodate new data. However, this is not the case when a variable length column is deleted. The space used by this type of column is not reclaimed automatically. Variable length columns can be of data types varchar, nvarchar, varchar(max), nvarchar(max), varbinary, varbinary(max), text, ntext, image, sql_variant, and xml. In this tip, I have tried to put forth a solution to reclaim this space and this should work for SQL 2005 and later versions.

2011-04-18

3,911 reads

Blogs

Overcoming Imposter Syndrome: A Plan

By

My most recent bout with imposter syndrome was with ISACA’s Digital Trust Ecosystem Framework...

Advice I Like: Celebrate Success

By

“On the way to a grand goal, celebrate the smallest victories as if each...

Programmatically Retrieving MLV Lineage and Refresh Times

By

Materialized lake views (MLVs) in Microsoft Fabric are an effective way to implement medallion...

Read the latest Blogs

Forums

Cs Lion Air Tower Tlp/ Chat 083843888827

By Matt.Dayton

Layanan bantuan Refund dana reschedule booking tiket Cs Lion Air WhatsApp 083843888827 layanan online...

BCA KCP Buaran Raya Telpon/WA:08213111185

By srvelectrical

BCA KCP Buaran Raya Telpon/WA:08213111185 Jl. Buaran Raya Blok A No. 100, RT.6/RW.dan 101,...

Cs Lion Air Tower Tlp/ Chat 087784552805

By Matt.Dayton

Layanan bantuan Refund dana reschedule booking tiket Cs Lion Air WhatsApp 087784552805 layanan online...

Visit the forum

Question of the Day

Increase Deadlock Detection

How can I alter the deadlock detection interval to 2 seconds instead of 5 seconds on my SQL Server 2025 instance?

See possible answers