Posts
Sort by recent activity
can I create a Toolbar button for a commonly used Command palette item?
for long lists of items in an IN statement, I often like to Unformat them. is there a way to put a button in the Redgate toolbar to run "Unformat"? thanks
order of snippet candidates
among my snippets i have ssf, ssfgt, ssfn. in previous versions i would type ssf<tab> and get the ssf result.
just upgraded to v4, and when i type ssf, the 3 candidates appear in ssfgt, ssf, ssfn ...
brackets surrounding alias in join
if i input a query like:SELECT *
FROM [dbo].[Name] n
INNER JOIN [dbo].[Activity] a
and then type ON and pick a join, it inputs like:SELECT *
FROM [dbo].&#...