How can we help you today? How can we help you today?
StormRider

Activity overview

Latest activity by StormRider

Filter tables that start with _ (underscore)
How do I filter tables that start with an _ (underscore)? just using _ doesn't work, as it filters everything. I tried [_] (sql style escape) and _ (regex style escape), and they didn't work either...
2 followers 5 comments 0 votes
Cross database insert breaks auto-complete
insert into [AnotherDB].dbo.summarytable select * from SaleOrder so inner join SaleOrderDetail sod on ... at this point SQLPrompt is unable to generate suggestions for the join condition, nor is it...
3 followers 4 comments 0 votes
Join suggestion dropdown deselects itself
Odd annoyance- If I arrow down too quickly after "ON ", I see the first suggestion for a join condition select, then quickly deselects itself. If I wait a 2 second count or so before hitting the ar...
3 followers 4 comments 0 votes
Modify Insert Into template?
Is it possible to modify the Insert Into template? currently when you use the Insert Into generator, you get this: INSERT INTO dbo.Sitemap ( SitemapId , ParentId , ApplicationId ) VALUES ( 0 , -- S...
1 follower 1 comment 0 votes
Saved Source Control Source not displayed when opened
When opening a Saved SQL Data Compare project that has a Source Control source or destination, the saved Repository is not selected.
2 followers 2 comments 0 votes