Viewing 15 posts - 12,031 through 12,045 (of 13,874 total)
A script component would also be able to do the job (read the lines, form a single record, then output it).
June 5, 2010 at 6:22 am
sachinrshetty (6/3/2010)
I found the answer in some blog and here it is
"My answer was always "Set RetainSameConnection=TRUE on the connection manager and set DelayValidation=TRUE on all tasks that use...
June 3, 2010 at 11:57 pm
I do not think that this is the correct way to set up a transaction for what you are trying to do.
Try removing the BEGIN and COMMIT SQL tasks and...
June 3, 2010 at 11:55 pm
You can also use T-SQL (some dedication needed!) to get file listings. Check out this link[/url].
I am thinking that it should be possible to send file name and creation date...
June 3, 2010 at 8:30 am
imani_technology (5/27/2010)
May 28, 2010 at 12:30 am
I'm sure that we can find something.
Can you give us an idea of what you're doing and why it has to be in script?
May 27, 2010 at 1:28 am
When you remote in to the server, do you use the same network login credentials as you use on your local PC?
May 26, 2010 at 9:45 am
Does it work if you run the batch file outside of SSIS while remoted in?
May 26, 2010 at 9:28 am
stewartc-708166 (5/26/2010)
To update the XML file (or create a new file) you could use...
May 26, 2010 at 8:17 am
sachinrshetty (5/26/2010)
Phil Parkin, da-zero, skcadavre
Your query works fine but since Time column has datetime value if i use '=' operator it fetches only rows having...
May 26, 2010 at 4:45 am
This is the way to calculate 'yesterday' in an Access query:
DateAdd("d",-1,Date())
May 26, 2010 at 4:26 am
Viewing 15 posts - 12,031 through 12,045 (of 13,874 total)