Viewing 15 posts - 1 through 15 (of 42 total)
Thanks, but we were able to accomplish this via Zappysys. Their component wasn't that expensive and works well for our needs. WD still recommends the SFTP download and upload method.
June 27, 2019 at 11:05 pm
Thanks Phil ! Pretty close to what I was expecting, just updating it after allocations run to take care of the .001's.
April 12, 2017 at 11:47 pm
I would say the first sql results splits are right and it should sum to 149.99 and yes I would like them to round and the bullet proof method is...
April 9, 2017 at 6:47 pm
Well Yes you could, seeing if someone has script that I could reuse. I'm not proficient in C# or VB.Net.
Half the scripts online don't work or do a good job...
October 11, 2016 at 12:49 pm
Hi,
I'm using SSIS, but I'm also importing a csv file that the users prepare and then do a automation to export a much reduced, automatically functionally allocated file after...
August 8, 2016 at 9:04 pm
Thanks Jeff, really helpful !!!
July 16, 2016 at 9:25 pm
Hi Jeff,
I mean my code is working fine, but I would like to learn if there are better ways to do this without cursors in 2008. Let me know if...
July 16, 2016 at 6:18 am
Hi Jeff,
I have modified the original script. Here's the entire script (DDL + Cursor Script)
IF OBJECT_ID (N'dbo.Account_Tagging', N'U') IS NOT NULL
AND EXISTS(SELECT * from dbo.Account_Tagging)
drop table Account_Tagging
BEGIN
CREATE TABLE...
June 17, 2016 at 7:50 am
Thanks Guys. I was trying to avoid cursors and see if there was a faster solution. I completely detest cursors :), but I guess I had no option since it's...
June 8, 2016 at 5:03 pm
BIDS 2008.
October 15, 2015 at 2:23 pm
Hi,
I have figured it out. You need to install VS tools seperately and BIDS is no longer part of the 2014 package. Not sure why Microsoft didn't just include it...
August 28, 2015 at 6:05 pm
Department would be prefixed in this case.
Thanks All for taking time. Was using substring on charindex, let me know if there are better solutions.
June 18, 2015 at 2:34 pm
Yes sorry i didn't reply back to this thread earlier.
The solution is to create a new connection but not uncheck the extra column in the flat file source.
Thanks,
V
February 20, 2015 at 6:11 am
I'm in the data flow task.. I'll write a sql task in the main script and try it out.
February 13, 2015 at 2:38 pm
Hi Jeff,
Looks like a sql statement. What data flow transformation in SSIS would I use for this ?
Thanks,
V
February 13, 2015 at 2:36 pm
Viewing 15 posts - 1 through 15 (of 42 total)