Select in Object explorer not working
Ericcccc
Posts: 1 New member
in SQL Prompt
I have looked everywhere and cannot seem to find a reason for this. Ctrl +f12 or the right click menu will not take me to the appropriate object in object explorer. I have tried columns, tables, views and stored procedures. I am running the latest sql prompt 10 and ssms 18.5
Tagged:
Answers
It's worth double checking if the Objects you're using are supported:
SQL Prompt can select all objects and columns in the Object Explorer except:
- columns in linked tables
- columns in table-valued functions
- temporary tables
- columns in temporary tables
If however the issue still persists,I would recommend performing an uninstall and reinstall.Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?