In Visual Studio 2010, I have a Database Project. I can use this without issue to view, edit, create sprocs, etc.
How can I change the keyboard to allow me to use an F key for “execute sql” as I would use F5 in MSSMS. I can’t seem to find the right binding sequence in Tools-Options-Keyboards and figured it would be faster to ask the community, so I can focus on writing code atm.
Much obliged. (And yes, I admit I’m being lazy, but my googlefu has given up the ghost this morning and I’m just curious, it’s not stopping me)
I was having the same issue… I also bound F5 to
QueryDesigner.ExecuteSQL. No go. Then I bound F5 toData.SqlEditorExecuteSQL. Still no go… But then I unbound F5 fromQueryDesigner.ExecuteSQL and it worked… now I can hit F5 and execute a query. I was worried there for a bit.Screenshot
