0

I have SQL Server Management Studio 2008 with SQL Prompt 5. When I type in a query, and hit enter, the cursor jumps backwards to the middle of the word.

If I type

SELECT * FROM 

and then select the table name from intellisense, this does NOT happen. But, if I type

SELECT * FROM account

and hit enter, the cursor jumps to in between the c and o in account.

I assume this is some sort of autocomplete setting, but I cannot figure out which one.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Ethan Schofer
  • 1,718
  • 5
  • 26
  • 55

1 Answers1

0

Try to turn the auto-complete off and on again. Try to hit the tab key instead of enter.

Alexander P.
  • 382
  • 1
  • 7
  • 19