SQL Prompt 6 stops suggesting table names
andyhammer
Posts: 10 Bronze 2
In SSMS 2008, prompt will stop making table name suggestions. The drop down does not even show the tables. I always have multiple tabs open. Some tabs will work fine, others do not. Closing/opening a file does not fix the issue. The only way I have found to fix this is to restart SSMS.
Comments
Can you try the latest version of SQL Prompt 6.1.0.101? Hopefully this version should sort this issue.
You can get this version by navigating to SQL Prompt --> Help --> Check for updates.
Let me know if this helps.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
If I press <crtl> - <space> I get a list of code snippets and nothing else.
Thanks.
Any suggestions?
Thanks.
Is there a limit to the size of the query for intelliprompt to work?
Thanks.
This file should be in the below location:
%USERPROFILE%\AppData\Local\Red Gate\SQL Prompt 6
The string in the file you need to edit is <ParserLookBackDistance>5000</ParserLookBackDistance><ParserLookAheadDistance>3000</ParserLookAheadDistance>
The figure detailed here is in bytes. You can increase the look back distance as much as you like. However please be aware that, depending on your hardware, there may be a considerable degradation in the performance of the tool.
Please let me know if that helps.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com