no columns suggested
con tractor
Posts: 5 Bronze 2
the following does not give any suggestions V.3.6.0.109
SELECT
d.DealCode AS [DealNumberTradeID]
,cty.cif AS [CIFofCounterparty]
,bu.<CURSOR>
FROM
deal d
INNER JOIN [dbo].[counterparty] cty ON cty.counterpartyid = d.counterpartyid
LEFT OUTER JOIN dbo.[businessunit] bu ON bu.businessunitid = cty.businessunitid[/b]
SELECT
d.DealCode AS [DealNumberTradeID]
,cty.cif AS [CIFofCounterparty]
,bu.<CURSOR>
FROM
deal d
INNER JOIN [dbo].[counterparty] cty ON cty.counterpartyid = d.counterpartyid
LEFT OUTER JOIN dbo.[businessunit] bu ON bu.businessunitid = cty.businessunitid[/b]
SSIS is the worst product ever
Comments
Can you please check to see if this is a caching issue:
In your query editor, select the SQL Prompt menu->Refresh Cache or press the following keys together Ctrl+Shift+D.
Many Thanks
Eddie
Eddie Davis
Red Gate Software Ltd
Technical Support Engineer
e-mail: support@red-gate.com
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
I'm really sorry that you have run into problems. All the developers are out attending Tech Ed in Barcelona this week. I will try and find someone to investigate once we are back in the office on Monday.
Please accept my apologies,
Tom Harris
Head of Development
Red Gate Software