Tag Archives: Redgate

Disabling #sqlprompt Formatting

I love SQL Prompt, especially the new formatting engine. However, it’s not perfect, and there are times I don’t want code reformatted. One great example is when I write INSERT statements. Here’s what I might write: INSERT dbo.Payments_A   ( … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Disabling #sqlprompt Formatting

Useful #SQLPrompt Tips

One of the tools that Redgate write is SQL Prompt. This might be my favorite product, and I’m constantly impressed by the improvements that the dev team releases. In fact, I’m also impressed by the rate at which they produce … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Useful #SQLPrompt Tips

Quick SQL CLone Support

I have been playing with SQL Clone for a few weeks now and liking the product. I’m looking forward to using this more and more, especially for testing ideas in development. However, there are times I have questions or am … Continue reading

Posted in Blog | Tagged , | Comments Off on Quick SQL CLone Support

Getting My Alias in #SQLPrompt

I got a tweet after my SQL Prompt formatting piece that said a user would be interested in upgrading from v5 if “as ‘Alias’” was transformed into “’Alias’ = “. Well, in v7.3, this is in there, and I didn’t … Continue reading

Posted in Blog | Tagged , , | Comments Off on Getting My Alias in #SQLPrompt