autocomplete in SQL server management studio

24,241

Solution 1

I use few of ApexSQL's Free tools. Though there are little burden on IDE, it servers the purpose.

URL: https://www.apexsql.com/free/

Feel free to drop a message for further queries.

Solution 2

The IntelliSense will need to be refreshed when you add new objects.

Press

CTRL+SHIFT+R 

to do this.

(for reference: https://docs.microsoft.com/en-us/sql/ssms/sql-server-management-studio-keyboard-shortcuts?view=sql-server-2017)

Solution 3

Simply press ALT + Right Arrow to show the suggestions.

Share:
24,241
Thor
Author by

Thor

Updated on January 28, 2021

Comments

  • Thor
    Thor over 3 years

    In other IDEs, there are ways (e.g. control + space in netbeans on mac) to ask for suggestions on autocompletion. I was just wondering if there is similar function in SQL server management studio? Thanks in advance for any suggestions!

    • Pரதீப்
      Pரதீப் almost 8 years
      Intellisense is totally shit in SSMS. Install a third party software.
    • Pரதீப்
      Pரதீப் almost 8 years
      You don't have to press anything it will automatically show the suggestions . Make sure it enabled to show suggestions once in a blue moon
    • Zohar Peled
      Zohar Peled almost 8 years
      When Intellisense is running properly, you don't need to ask. When it's not, you can ask all you want, but get nothing. @Prdp - can you recommend something for that?
    • Pரதீப்
      Pரதீப் almost 8 years
    • Zohar Peled
      Zohar Peled almost 8 years
      Thanks, I'll look into it
    • Thor
      Thor almost 8 years
      I sometimes find SSMS hard to use as well. Do you have a recommendation on an alternative IDE that you think is best suited for SQL?
    • Pரதீப்
      Pரதீப் almost 8 years
      @dzjustinli2 - I guess to work in T-SQL SSMS is the best tool in my opinion. Except Intellisense it is good to use
  • danicode
    danicode over 3 years
    Every time I used on a script that has temporary tables, it crashes my sql studio instance, and lose what I worked.. NOT OK!!
  • Izzy
    Izzy over 3 years
    Apexsql is no longer free. Thought I'd mention it just in case someone comes across this question like I have
  • SharK
    SharK over 3 years
    @lzzy, thanks for adding the note. Yes, it is no longer a free product!!