Posts
Sort by recent activity
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...
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...
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.
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.
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-...
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.