Activity overview
Latest activity by meyerovb
Chris Auckland wrote:
Thanks for your post.
By default, there is a 300 millisecond delay before the suggestion is triggered.
Could you try decreasing this delay and see if that helps?
You can set it through SQL Prompt 5 > Options > Behaviour > Triggering Behaviour
The suggestion box appears just fine, clicking the down key immediately after it appears doesn't seem to function. But I'll try that anyways tomorrow to see if it helps. / comments
Chris Auckland wrote:
Thanks for your post.
By default, there is a 300 millisecond delay before the suggestion is triggered.
Could you try decreasing this delay and see if that helps?
You can se...
Suggestions drop down not recognizing down press on join
"select * from thing1"[enter]
"join thing2 on "
As soon as I type space the suggestions box appears with the correct join, however if I press down immediately it doesn't recognize it. I need to wa...
Yes, I refreshed the cache before scripting object as alter, please attempt to reproduce and let me know if you see the same issue.
thanks / comments
Yes, I refreshed the cache before scripting object as alter, please attempt to reproduce and let me know if you see the same issue.
thanks
Cannot decompile CompositeScriptReference GetUrl method
Add System.Web.Extensions Version 3.5.0.0
Go to System.Web.UI.CompositeScriptReference
Try to decompile GetUrl method
Get an error
I reported this several years ago actually, I just want to see the...
Script object as alter not enabling fulltext index
Create an indexed view, add a automatically change tracked full text index to it, write a select statement against it, right click on the view name, script object as alter. Notice the last lines c...
Create DB1, create Schema1, create User1 with default schema Schema1, link to source control and commit.
Create DB2, create User1 with no default schema, link to DB1 source control directory, get latest. Schema1 is created, but User1 is not set to default schema Schema1. / comments
Create DB1, create Schema1, create User1 with default schema Schema1, link to source control and commit.
Create DB2, create User1 with no default schema, link to DB1 source control directory, get l...
Feature Request: store user default schema
I create a user, it stores the username and owned roles (db_owner), but it doesnt store the default schema, which is important in my case.
Refreshing the cache is unrelated to script object as alter. Scripting as alter should not use the cache at all, but the live database element. If need be partially refresh the relevant cache before generating the script from it. That's just my 2 cents about how I feel it should operate. / comments
Refreshing the cache is unrelated to script object as alter. Scripting as alter should not use the cache at all, but the live database element. If need be partially refresh the relevant cache bef...
Script object as alter using cache instead of current code
When doing script object as alter I expect to see the current version.
However, if I do it once, change it, then do it again without refreshing the cache, I see the old version, which may lead to o...
Feature Request: Include database diagrams
Please add a FR for including database diagrams in source control.