Viewing 15 posts - 136 through 150 (of 192 total)
February 20, 2008 at 8:26 am
There is a way that it can be done, but its messy... you use the bulk insert task, or if you want to output the data, use bcp and an...
February 20, 2008 at 8:17 am
Yeah, I remember when we completed our migration to 2K5, we had to run one machine on 2000 just so we could fix or change any DTS packages that were...
February 18, 2008 at 4:11 pm
It sounds like you've done a lot of work on this... I regret to have to tell you, but you can't dynamically change the meta data of an SSIS dataflow.
The...
February 18, 2008 at 6:48 am
It definately works... just tried it again and can load multiple packages from file, local storage or dtsbackup format.
February 18, 2008 at 6:06 am
Have you tried DTSBackup? I think I got that to work when I was doing a migration...
February 18, 2008 at 6:00 am
I think there was a third party tool I used when I did a migration from 2k to 2k5. Have you tried dtsbackup?
Pretty sure I was able to make that...
February 18, 2008 at 5:31 am
Hi,
I'm not sure where you got to with this, but I thought I'd give you a few pointers... If you're using the send mail task in SSIS you will find...
February 15, 2008 at 8:48 am
You're quite right,
If the variable you are concatenating isn't of the same datatype as the expression result then you need to cast it. To do this place a typecast...
February 14, 2008 at 4:26 am
Hi,
You will find that when you create the dtsconfig file, you will have a config entry for the password (provided you've selected it as one of the properties), however the...
February 13, 2008 at 5:21 pm
There are a number of ways you can do this. The one I think would be best in your situation is the T-SQL OUTPUT clause new in 2k5. With this...
February 13, 2008 at 8:52 am
I don't think you'll need a function for this... Try making /N the column delimiter in your flat file.
February 13, 2008 at 7:34 am
Hi,
It doesn't look like the string has been constructed properly. Its missing quotes and concatenation...
"SELECT KALKYL.ORDER_NR, KALKYL.POS_NR, KALKYL.TIDPUNKT_UPPDAT
FROM ABC.KALKYL, ABC.KALKYLSTEG_RES, ABC.KALKYLSTEG_VER, OG07.TALEVERANS_POS
WHERE ABC.KALKYL.KALKYL_ID = ABC.KALKYLSTEG_RES.KALKYL_ID AND
ABC.KALKYLSTEG_RES.KALKYLSTEG_ID = ABC.KALKYLSTEG_VER.KALKYLSTEG_ID AND...
February 13, 2008 at 7:26 am
Hi Cory,
Thats right - you may need to change it to vbCRLF, vbNewLine or whatever the special character happens to be. (If you hit F1 when your cursor is on...
February 12, 2008 at 8:23 am
Hi Cory,
My apologies, the explanation wasn't particularly detailed.
1st thing to do is drop the script component editor on the the dataflow, between your OLE DB Source and your flat file...
February 12, 2008 at 7:03 am
Viewing 15 posts - 136 through 150 (of 192 total)