Tag Archives: Redgate

Summarizing a Script with SQL Prompt

I have never used this feature, but someone was asking for feedback on Prompt, and I noticed  this in the menu: Summarize script. I had guessed that it might look at the code and give me some outline, which is … Continue reading

Posted in Blog | Tagged , , | Comments Off on Summarizing a Script with SQL Prompt

Rebuilding SQL Saturday–Picking a Board of Directors

With Redgate planning to donating the SQL Saturday brand, trademarks, and domain to a non-profit foundation, there is a need to build a group of individuals to voluntarily manage the organization. Redgate has tasked me with the initial work, and as … Continue reading

Posted in Blog | Tagged , , , | 18 Comments

Quick NoLock with SQL Prompt

First, please, please, please, avoid NoLock. You can lose data, or get strange results, as Jason Strate demonstrates (blog | video). Before you read further or try this, read his post and look at Kendra’s video. I had a customer … Continue reading

Posted in Blog | Tagged , , | Comments Off on Quick NoLock with SQL Prompt

Using Data Compare with Recent Data Only

This is a post that looks at how to compare data changes in recent data. A customer recently asked me about looking at a table, and choosing specific data to compare. In this case, the data they were looking to … Continue reading

Posted in Blog | Tagged , , | 1 Comment