↓ Skip to Main Content
Vedran Kesegic Blog

Vedran Kesegic Blog

Main Navigation

  • Home
  • sp_xdetails
  • Performance Logging

Author: Vedran

Do you measure query IO with SET STATISTICS IO ON ?

By Vedran Posted on 2013-12-31 Posted in Performance 4 Comments

Introduction In our tuning work and often in presentations we see people use SET STATISTICS IO ON as a handy way to measure IO, especially logical reads. But, not many people know that it skips measuring IO from certain types …

Do you measure query IO with SET STATISTICS IO ON ? Read more »

READ COMMITTED sucks!

By Vedran Posted on 2013-09-25 Posted in Data Engine, TSQL and SQL Client Code 3 Comments

Are you still using READ COMMITTED transaction isolation level? Default transaction isolation level on all SQL Server versions (2000-2014) has serious inconsistency problems, by design. Not many people are familiar how and why is it happening. I am writing this …

READ COMMITTED sucks! Read more »

Disk failure probability on a large number of disks

By Vedran Posted on 2013-08-08 Posted in Backup and Recovery 2 Comments

Introduction We either have or will experience a drive failure. Doesn’t matter if we talk about HDD, SSD, or PCIe disks, any storage disk drive will fail eventually. But how probable it really is, especially if we have many drives? …

Disk failure probability on a large number of disks Read more »

Transaction log myths

By Vedran Posted on 2013-03-28 Posted in Backup and Recovery, Transaction Log 3 Comments

There are some myths widely spread about transaction log that are to be debunked here: Log backup copies log file FALSE. Someone might think if you have 100GB log, that log backup will also be 100GB, since they think the …

Transaction log myths Read more »

Procedure with Execute as login?

By Vedran Posted on 2013-03-24 Posted in Security and encryption 7 Comments

Sometimes we need a low-privileged user to do a specific administration task or task that require some server-level permissions (such as VIEW SERVER STATE, ALTER TRACE etc). Of course, we do not want to give that account server-level privilege, because …

Procedure with Execute as login? Read more »

Set transaction log size and growth

By Vedran Posted on 2013-02-09 Posted in Backup and Recovery, Transaction Log No Comments

Introduction What is the best practice, how to properly set-up transaction log initial size, growth, and number of VLFs? There are many articles on the net on that theme, and some of them are suggesting really wrong concepts, like setting …

Set transaction log size and growth Read more »

Transaction log Truncate vs Shrink vs VLF number

By Vedran Posted on 2013-02-08 Posted in Backup and Recovery, Transaction Log 14 Comments

Transaction log truncate – why it didn’t shrink my log ? (Truncate vs Shrink) Introduction One term that makes the most confusion between people dealing with sql server transaction log is “log truncation”. In this article I’ll explain what log …

Transaction log Truncate vs Shrink vs VLF number Read more »

Transaction log survival guide: Shrink 100GB log

By Vedran Posted on 2013-02-06 Posted in Backup and Recovery, Transaction Log 1 Comment

Introduction You got yourself in situation where transaction log has massively grown, disk space became dangerously low and you want a quick way to shrink it before server stops ? There are many articles on the net on that theme, …

Transaction log survival guide: Shrink 100GB log Read more »

Posts pagination

Previous 1 … 4 5 6

Our Mission

Our Mission

Databases should be fast and simple to use. We make them so. Do not let your customers wait for a slow database response - hire a top professional! We are passionate about creating highly-tuned SQL Server systems. Do you want yours to become one? Simply call us or send email, and we will take care of the rest.

Vedran Kesegić, M.Sc.
SQL Server Database Consultant
Email: [email protected]

A Random Thought

Backup of corrupted database is worthless. If you do not run regular DBCC CHECKDB, your backups might be worthless.

Categories

  • Backup and Recovery
    • Transaction Log
  • BI
  • Conferences
  • Data Engine
  • Performance
  • Security and encryption
  • Storage
  • TSQL and SQL Client Code
  • Uncategorized

Recent posts

  • Database recovery IMPORTANT rule
  • SUSPECT database
  • How to partition a really big table?
  • How to pass arrays to SQL? TVP – The Ultimate Guide
  • SQL for beginners
Copyright © 2025 Vedran Kesegic Blog | Powered by Responsive Theme
Visit Us On TwitterVisit Us On FacebookCheck Our FeedVisit Us On LinkedinVisit Us On Youtube