Cross database insert breaks auto-complete
StormRider
Posts: 26
insert into [AnotherDB].dbo.summarytable
select * from SaleOrder so inner join SaleOrderDetail sod on ...
at this point SQLPrompt is unable to generate suggestions for the join condition, nor is it able to generate suggestions for the select fields.
cross database selects work just fine:
select * from [AnotherDB].dbo.summarytable s inner join SaleOrder so on ...
This generates a s.SaleOrderID = so.SaleOrderID suggestion.
SQL Prompt 6.1.0.72
select * from SaleOrder so inner join SaleOrderDetail sod on ...
at this point SQLPrompt is unable to generate suggestions for the join condition, nor is it able to generate suggestions for the select fields.
cross database selects work just fine:
select * from [AnotherDB].dbo.summarytable s inner join SaleOrder so on ...
This generates a s.SaleOrderID = so.SaleOrderID suggestion.
SQL Prompt 6.1.0.72
Comments
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
Object names are modified....
Could you tell me if this build fixes the issue for you http://download.red-gate.com/EAP/SQLPro ... 1.0.82.exe ?
Thanks!