Viewing 15 posts - 136 through 150 (of 216 total)
Hi
Yes, it works since 2008 R2, Let me check how I did it on SQL 2005 version, I had to dig out some
older projects.
Br.
Mike
April 21, 2015 at 1:58 am
Hi, Imho you can use the Lookup() or Lookupset() functions to retrieve data from two datasets based on lookup keys.
Br.
Mike
April 20, 2015 at 4:47 am
Hi
I'm afraid not, you can count rows in separate tasks before and after run Bulk Insert Task.
Br.
Mike
April 17, 2015 at 7:42 am
Hi Saikumar
Please try out my package (connection string change required),
it's from SQL 2012 but should work fine.
Br.
Mike
April 17, 2015 at 4:14 am
Hi
Try to play around with those parameters: DefaultBufferMaxRows and DefaultBufferSize,
set smaller values.
Br.
Mike
April 17, 2015 at 2:56 am
Please tell me what element you have inside the Foreach Loop Container?
Try to cast to nvarchar(4000) in SQLStatement of Execute SQL Task instead of max (SSIS doesn't love it).
Best regards
Mike
April 16, 2015 at 8:26 am
Hi
I'm afraid the problem is occurring that conversion is not possible in ForEach Loop when dealing with object variable as enumerator. Please try to convert before inserting into the...
April 16, 2015 at 6:36 am
Hi
I've got very similar scenario, users put the archive files on ftp with random names,
so Process Task launches a batch file which extracts file and renames as defined in connection...
April 16, 2015 at 2:21 am
Oh Man, I haven't touched the clipper for ages. What kind of OS have you got?
If it is Win7 please check first config.nt and try to add files=200
and...
April 13, 2015 at 2:17 pm
Hi
Please take a look for link:http://winscp.net/eng/docs/guide_ssis#ssis_task. Imho
it is much a better solution than the built-in FTP Task.
Regards
Mike
April 13, 2015 at 11:53 am
Hi Joe
As I remember you can do the autocomplete featrue by AJAX Style.
Best regards
Mike
April 9, 2015 at 6:20 am
Hi
I've got a similar solution but I don't create a new one. The File Task copy an empty from repository.
Imho it is the simplest way.
Best regards
Mike
April 9, 2015 at 2:39 am
Hi
I'm not sure that I undestood your post, Imho if it is only 1 character wide, please set NCHAR (or even CHAR for non-unicode) instead of NVARCHAR, it needs 2...
April 8, 2015 at 4:50 am
Hi
Let me clarify, you run the job on server A (SSIS instance) that calls the package on sever B.
It will be a bit more time consuming to rewrite the package...
September 4, 2014 at 4:07 am
Hi Jose
Please check this out: http://stackoverflow.com/questions/6298806/how-do-i-programmatically-get-the-list-of-ms-access-tables-within-an-ssis-packag
There's already been an extensive discussion about similar problem there, hope it can help with your case.
Br.
Mike
September 4, 2014 at 3:23 am
Viewing 15 posts - 136 through 150 (of 216 total)