Tag Archives: Redgate

SQL Prompt Tips–Using $surroundtext$ in a Snippet

A user on the SQL Community Slack was asking about what the $surroundtext$ variable. This post looks at how this can be used in snippets. This is part of a series of posts on SQL Prompt. You can see all … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Deploying Indexes with SQL Compare

I suspect many people assume this is the case, but a customer recently asked if SQL Compare handles indexes. It does, and this post shows the basics of index comparisons with no filters. This is a part of a series … Continue reading

Posted in Blog | Tagged , , | Comments Off on Deploying Indexes with SQL Compare

Friday Flyway Tips – Adding the Type of Database Project

There was an update to Flyway Desktop which lets you see the type of database your project is associated with, and this post shows how to get this in your list of projects. As an example, you can see below … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Friday Flyway Tips – Adding the Type of Database Project

Running a Command Line SQL Compare Comparison

Recently a customer was looking to automate some of their SQL Compare checks, but they wanted to do this in a dynamic way, since they needed to do this at scale. Their idea was to not have a SQL Compare … Continue reading

Posted in Blog | Tagged , , | 4 Comments