There's some good news filtering into my inbox today about SQL Server bugs that have been fixed in the upcoming CTP (i.e. CTP6).
- Title: SSMS: Intellisense doesn't display parameter list for sprocs or functions
- Description: Intellisense will show the parameter list for a sproc or function in a helpful yellow box. I know that because I've saw it yesterday. HOWEVER, try as I might I CANNOT get that parameter list to appear on demand. CTRL-J doesn't do it. Hovering over my SQL statement doesn't do it. If there is a command to make this appear then I must have pressed it without knowing it yesterday. If there isn't a command then why isn't it displaying for me? Similarly, typing "exec " followed by CTRL-J doesn't bring up a list of available sprocs.
- Status: Resolved (Fixed)
- Link: https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=307643&wa=wsignin1.0
- (Kudos to Ken Van Hyning for the excellent feedback he provided on this one)
Hoping to see more of these in the coming few weeks!
-Jamie