Viewing 15 posts - 12,406 through 12,420 (of 13,838 total)
Assuming that the two tables are both in SQL Server already, just use an EXECUTE SQL task containing the relevant UPDATE command ... Seems a bit too easy - am...
November 17, 2009 at 1:57 pm
Are you able to rename the dtsx file from Windows Explorer? We need to find out whether the problem is with the package file itself, or with a file that...
November 17, 2009 at 7:22 am
Maybe it would help people here if you could post the code fragment which generates the error.
November 17, 2009 at 4:43 am
I've found the following suggestions - just quoting what I've found, no guarantees.
1) Install SP2 of SQL Server 2005
2) Register "(path)\Program Files\Microsoft SQL Server\90\DTS\Binn\DtsConn.DLL" using RegSvr32.exe.
November 17, 2009 at 2:21 am
That's nothing. You should see me with a hangover:-)
November 10, 2009 at 5:17 am
Yes - you can assign the result of an execute SQL task such as
SELECT COUNT(ID) FROM TABLE
directly to a variable.
November 9, 2009 at 9:40 am
CirquedeSQLeil (11/6/2009)
Try loading the date from the header into a variable ...
That's not as easy as you've made it sound - unless you know a method I haven't thought...
November 6, 2009 at 1:50 pm
--Oops, please ignore!
November 6, 2009 at 1:46 pm
John Rowan (11/6/2009)
November 6, 2009 at 10:56 am
I already thought that SSIS was tough enough in English, but this takes it to another level 😀
Looks like a problem on the AS/400 side - can you give more...
November 5, 2009 at 9:48 am
I have a couple of Excel suggestions for you:
1) When entering numeric data that you want to to be treated as text, enter a single quote as your 1st character....
November 5, 2009 at 8:20 am
Can you post the exact syntax of your expression field - sounds like it may need a tweak.
November 5, 2009 at 2:06 am
Viewing 15 posts - 12,406 through 12,420 (of 13,838 total)