Hi,
I am having an issue with some of my Azure databases where the intellisense does not list the table object names. I can recreate this issue the following way:
- Start up SMSS and connect to Azure server.
- Right click a database and select New Query option and SQL Prompt displays the loading dialog.
- Intellisense functions as expected for that instance on, for example, a SELECT * FROM statement.
- As Azure prohibits the USING statement, right-click another database on the same server and select the New Query option.
- SQL Prompt does not show the loading dialog.
- Intellisense does not function for the second query window for a SELECT * FROM.
- When I manually type the table name, intellisense does not work for the column names either.
I have alternated the database that I initially connect to and it always works for the first connection and never for the second one.
Here is my SMSS info:
Microsoft SQL Server Management Studio 10.50.4000.0
Microsoft Data Access Components (MDAC) 6.3.9600.16384
Microsoft MSXML 3.0 6.0
Microsoft Internet Explorer 9.11.9600.17498
Microsoft .NET Framework 2.0.50727.8009
Operating System 6.3.9600
I have checked the SQL Prompt log file and there is very little information written and no errors. I could not find a detailed log option so I assume that this is it:
14 Jan 2015 20:46:57,309 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Creating menus for SQL Prompt edition Full
14 Jan 2015 20:54:07,229 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Creating menus for SQL Prompt edition Full
14 Jan 2015 21:13:23,115 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - OnDisconnection(ext_dm_HostShutdown)...
14 Jan 2015 21:13:23,139 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Uninitialised connection successfully. Disposing resources...
14 Jan 2015 21:13:23,155 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Disconnect complete.
I also tried to uncheck/check the experimental feature and refresh the suggestions but I could get nothing to work.
Thanks,
Stuart.
I am having an issue with some of my Azure databases where the intellisense does not list the table object names. I can recreate this issue the following way:
- Start up SMSS and connect to Azure server.
- Right click a database and select New Query option and SQL Prompt displays the loading dialog.
- Intellisense functions as expected for that instance on, for example, a SELECT * FROM statement.
- As Azure prohibits the USING statement, right-click another database on the same server and select the New Query option.
- SQL Prompt does not show the loading dialog.
- Intellisense does not function for the second query window for a SELECT * FROM.
- When I manually type the table name, intellisense does not work for the column names either.
I have alternated the database that I initially connect to and it always works for the first connection and never for the second one.
Here is my SMSS info:
Microsoft SQL Server Management Studio 10.50.4000.0
Microsoft Data Access Components (MDAC) 6.3.9600.16384
Microsoft MSXML 3.0 6.0
Microsoft Internet Explorer 9.11.9600.17498
Microsoft .NET Framework 2.0.50727.8009
Operating System 6.3.9600
I have checked the SQL Prompt log file and there is very little information written and no errors. I could not find a detailed log option so I assume that this is it:
14 Jan 2015 20:46:57,309 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Creating menus for SQL Prompt edition Full
14 Jan 2015 20:54:07,229 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Creating menus for SQL Prompt edition Full
14 Jan 2015 21:13:23,115 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - OnDisconnection(ext_dm_HostShutdown)...
14 Jan 2015 21:13:23,139 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Uninitialised connection successfully. Disposing resources...
14 Jan 2015 21:13:23,155 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Disconnect complete.
I also tried to uncheck/check the experimental feature and refresh the suggestions but I could get nothing to work.
Thanks,
Stuart.