Tag Archives: Redgate

Clearing Intellisense in SQL Prompt

I got this question from an account rep: if a customer is using SQL Prompt and a snippet, for example AT, that was also used as an alias, is there a way to avoid it triggering the snippet or do … Continue reading

Posted in Blog | Tagged , , | Comments Off on Clearing Intellisense in SQL Prompt

Friday Flyway Tips–Comparison Options

Recently a customer asked how they could get index changes to be captured in Flyway Desktop. In their case, they wanted a different fill factor, but I decided to investigate a bit more how things work. This post looks at … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Friday Flyway Tips–Comparison Options

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