Viewing 15 posts - 31 through 45 (of 76 total)
Can anyone else explain how I can achieve this within SSIS? (other than Dan Humphries)
Unfortunately, I can't find anything on the net to help.
March 28, 2011 at 4:43 am
Hi,
I managed to find a fix on the web. Basically, I changed the connection manager type to ADO.Net and it worked.
See link:
March 10, 2011 at 8:21 am
Hi,
Firstly, thanks for your time and effort.
The problem still seems to be in the Execute SQL Task. I again tested at breakpoint at OnPostExecute and found that..
If I include the...
March 10, 2011 at 6:24 am
I'm not entirely sure I understand the requirement, but here goes..
You are using student_no is your 'pointer' and you wish to output values greater than the value specified.
You could use...
March 9, 2011 at 6:11 am
Thanks,
I tried adding ‘SET NOCOUNT ON;’ to the Execute SQL Task 'Direct Input' but I’m still getting the same error. I have added some code, as you requested:
Mileage table
--DDL...
March 8, 2011 at 3:27 am
Mark, many thanks. I appreciate your efforts.
March 3, 2011 at 9:26 am
I did try changing the '@Mileage to dbo.Mileage before my last post. The only fields that reside in the Mielage table are the ZIPCODEFROM and ZIPCODETO columns. The others (i.e....
March 3, 2011 at 7:35 am
Hi Mark,
Thanks - Firstly, the structure is perfect.
However, the 'Postcode' values aren't being pulled from the Mileage table though. The output contains the values that I gave in my...
March 3, 2011 at 7:05 am
Hi Leo,
Thanks for your help. I realise that my original posting may have been mis-leading as to the xml requirement.
I need a process to transform the 'NEW' record into an...
March 2, 2011 at 5:40 am
Hi Tyson,
Thanks for the tip. The INSERT table/method is VERY useful - but wouldn't I still require a TRIGGER to run it though?
Using this method I would still need to...
March 2, 2011 at 5:04 am
Brilliant!! I'll try this out.
Thanks a million
January 27, 2011 at 8:27 am
Thanks for the help. It is used within a SProc btw.
I eventually used the following which seemed to work..
...
November 23, 2010 at 3:06 pm
Thanks guys.
I tried all variations and ended up using andrew's 3rd option with cte.
Much appreciated.
November 12, 2010 at 1:10 pm
Thanks guys.
I appreciate your efforts and responses
August 5, 2010 at 10:10 am
Viewing 15 posts - 31 through 45 (of 76 total)