Activity overview
Latest activity by StormRider
Thanks Robert, that worked. For anyone else that runs across this issue, you'll need to enter [_] into your filter, the square brackets escape the underscore. / comments
Thanks Robert, that worked. For anyone else that runs across this issue, you'll need to enter [_] into your filter, the square brackets escape the underscore.
Robert Clenshaw wrote:
This bug is now fixed.
I installed 3.8.11.103 and I'm still unable to filter tables that start with underscore. / comments
Robert Clenshaw wrote:
This bug is now fixed.
I installed 3.8.11.103 and I'm still unable to filter tables that start with underscore.
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...
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...
I tried everywhere between 100 ms to 600 ms for delay, and I still see the same behavior. / comments
I tried everywhere between 100 ms to 600 ms for delay, and I still see the same behavior.
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...
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...
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.
Brian contacted me directly, and with some additional support, I was able to find and fix my problem:
When you link an existing database to source control, and linked static data is defined where there's no records in the database AND in source control, it throws the error I encountered. / comments
Brian contacted me directly, and with some additional support, I was able to find and fix my problem:
When you link an existing database to source control, and linked static data is defined where t...
It doesn't appear to be a permissions issue, I've tried connecting with my windows account and as SA, and verified that both have sysadmin access.
What's the next step? / comments
It doesn't appear to be a permissions issue, I've tried connecting with my windows account and as SA, and verified that both have sysadmin access.
What's the next step?