How can we help you today? How can we help you today?
meyerovb
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...
6 followers 7 comments 0 votes
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...
2 followers 2 comments 0 votes
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...
2 followers 2 comments 0 votes
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.
2 followers 3 comments 0 votes
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...
2 followers 3 comments 0 votes
Feature Request: Include database diagrams
Please add a FR for including database diagrams in source control.
1 follower 1 comment 0 votes
Make join suggestions exclude date
I don't want date columns coming up as join conditions, as most of my tables have date columns named the same (InsertedDate, etc), it would be nice to be able to ignore that data type in join auto-...
1 follower 1 comment 0 votes
CREATE INDEX doesn't support INCLUDE
CREATE INDEX IX_XXX on dbo.XXX (C1, C2) INCLUDE(C3, C4) After I type (C1, C2) and press space, INCLUDE is not offered.
0 followers 0 comments 0 votes