Stop Using PRINT to Track Query Progress

For years, I relied on using PRINT in my T-SQL to give me updates on my script’s progress in SQL Server Management Studio. After each major statement, I’d throw in a “PRINT ‘Starting duplicate record check…’” or something like that to tell me how far along it was. It wasn’t until a few years ago, … Continue reading Stop Using PRINT to Track Query Progress