Category Archives: Blog

T-SQL Tuesday #185–Being a Video Star

This month we have an interesting invite. Erik Darling is the host, and since he does a lot of video blogs, he’s asking for a video submission for T-SQL Tuesday. The topic and content is up to each of us, … Continue reading

Posted in Blog | Tagged , | Comments Off on T-SQL Tuesday #185–Being a Video Star

Limiting Results with TEXTSIZE in SQL Server: #SQLNewBlogger

There is a SET command in SQL Server that changes how much data is returned from some fields. This short post shows what I learned about the SET TEXTSIZE command. Another post for me that is simple and hopefully serves … Continue reading

Posted in Blog | Tagged , , | 4 Comments

The Book of Redgate–Being Reasonable

As a part of the Book of Redgate, we have a series of (red, of course) pages with the title “What we believe”. These are our values, as set up by the founders. The first one of these is: You … Continue reading

Posted in Blog | Tagged , , | 4 Comments

Comparing My Current Schema with a Backup with SQL Compare

A customer asked if they needed to restore a database from backup to compare the schema in a database. They don’t and this post shows that. This is part of a series of posts on SQL Compare. Setting Up a … Continue reading

Posted in Blog | Tagged , , | Comments Off on Comparing My Current Schema with a Backup with SQL Compare