Activity overview
Latest activity by nigeltrevor
Aaron Law wrote:
Could you give the latest beta (6.4.0.397) a try and see if it fixes the missing suggestions with a double dot for you?
Hi Aaron, yes this fix has done the job - intellisense across databases now works as before and as expected.
Many thanks!
Nigel / comments
Aaron Law wrote:
Could you give the latest beta (6.4.0.397) a try and see if it fixes the missing suggestions with a double dot for you?
Hi Aaron, yes this fix has done the job - intellisense ...
No probs
Aaron Law wrote:
select * from [database_name].[dbo].<cursor here>
I get the normal list of tables if I do this (works as expected)
Aaron Law wrote:
select * from [database_name]..<cursor here>
I only get the prompt for snippets here [image] / comments
No probs
Aaron Law wrote:
select * from [database_name].[dbo].<cursor here>
I get the normal list of tables if I do this (works as expected)
Aaron Law wrote:
select * from [database_name]..<cur...
Aaron Law wrote:
Could you check what result you get back if you run SELECT SCHEMA_NAME(); both on the external database and the current database?
I get "NULL" [image] / comments
Aaron Law wrote:
Could you check what result you get back if you run SELECT SCHEMA_NAME(); both on the external database and the current database?
I get "NULL"
Hi there, on the 6.4 beta, intellisense seems to not come up for "external" databases without an owner supplied
select * from [table_name] comes up correctly
select * from [database_name].[owner].[table_name] comes up correctly
select * from [database_name]..[table_name] is not recognised at all, but used to work in 6.3
Is this a known issue?
Thanks / comments
Hi there, on the 6.4 beta, intellisense seems to not come up for "external" databases without an owner supplied
select * from [table_name] comes up correctly
select * from [database_name].[owner].[...