Viewing 15 posts - 1 through 15 (of 22 total)
Oh.. i didnt know i needed the error output for each component. I tried just for the text file source previously...this time i did it with the DB destination and...
July 5, 2007 at 11:33 pm
That seems to be alright.
A self join does do the trick.
Thanks
March 13, 2007 at 6:43 pm
The results are output in an excel report.
When it is output in that format, it is not ridiculous anymore. The clarity of data is what is achieved, and what I...
March 13, 2007 at 1:47 am
Yes, absolutely. Everything is done with an SA login
January 23, 2007 at 6:38 pm
Yeah, I did mate. It ran fine.
January 22, 2007 at 5:01 pm
Ok, the 2 profiler statements are EXACTLY the same, but essentially are the same, since the params are the same.
The 2 statements are:
1. when hard code:
EXEC USP_DTS_BatchFile_FraudCheck 'D:\FTP\RPIBatch\Output\'
2. when...
January 21, 2007 at 9:35 pm
Yes, that is correct
January 19, 2007 at 7:01 pm
I checked via Profiler, and the parameters plus the query itself is correct. I ran what was in Profiler in Query Analyser and that is working fine, taking its sweet...
January 18, 2007 at 9:05 pm
I checked everything.
What I think may be causing the problem, is that in certain places, there are NULL characters instead of SPACES which may be causing the unnecessary truncation.
January 3, 2007 at 2:59 pm
This program would then be something like a service then, isn't it?
I had a look and found a File Watcher Task on SQLIS.COM, which sort of does what I want,...
December 7, 2006 at 10:34 pm
I didn't need to use the FOR EACH block, but for the moment, it picked up the text file.
But what I noticed was that it wasn't copying all the data...
November 28, 2006 at 8:51 pm
Coolies...thanks for the responses guys; I reckon as Steve said that double cursor approach would be pretty performance hungry. I will try the method suggested by CK as I have...
November 1, 2006 at 5:12 pm
I hadn't thought about using a function to loop n times. But that is a good thought actually.
And it may be faster as well. Actually, I think it will definitely...
September 14, 2006 at 7:43 pm
Yeah, I was just thinking about the speed of the query. With so many joins, it would definitely affect the performance. But yeah, indexing should limit the damage.
When the value...
September 14, 2006 at 5:20 am
Hmm...looks interesting. Join the table with itself.
Yeah, seems viable for this instance. Will check it out and see how it goes.
Thanks for your help mate.
Cheers.
September 14, 2006 at 4:54 am
Viewing 15 posts - 1 through 15 (of 22 total)