Viewing 15 posts - 54,286 through 54,300 (of 59,067 total)
No, no... no transfer of data from TableA to TableB... it'll take too long. Go back and look at what we wrote...
November 6, 2007 at 7:58 pm
Just a thought, folks... Much like Loner's process, I do a lot of ETL using Bulk Insert with format files. The difference is that I have all the files...
November 6, 2007 at 3:47 pm
Loner (11/6/2007)
I created a table called TextFileInfo with TextfileName, Path directory, formatfilename with path directory,
table...
November 6, 2007 at 3:12 pm
Yes all of the files in the same format ..
I would like to merge data from all of the files into one table. do you have any sugguestion or sample...
November 6, 2007 at 3:10 pm
It's simple... convert all of those formats to datetime using just CAST... they'll all "fly" correctly... and convert them back to your YYYY-MM-DD format...
November 6, 2007 at 2:54 pm
Heh... no question that with that many rows of data that you need to do some data marting and that you're not actually trying to create reports from nearly 400...
November 6, 2007 at 2:47 pm
You didn't answer my question, though... Do you expect the right most bit of each of those groups to represent 20 in your returned decimal number?
November 6, 2007 at 12:24 pm
First of all, you need to count the bits from the right... not the left... and they should be counted as powers of 2 starting with the exponent 0... then...
November 6, 2007 at 11:22 am
We don't have a single report that takes longer than 30 seconds to retrieve (typically they're in the 0-2 second range), thanks to some careful marting...
...Once I've gotten the data...
November 6, 2007 at 10:49 am
karthikeyan (11/6/2007)
Thats why i posted...
November 6, 2007 at 10:04 am
David McFarland (11/6/2007)
November 6, 2007 at 9:44 am
karthikeyan (11/6/2007)
For example if i create # table then it will be stored in TempDatabase.
But...
November 6, 2007 at 8:35 am
Matt Miller (11/6/2007)
Well - the test was for 3,540,000 records, and it ran in 34 secs...
Perfect... I'm at work right now... I'll try to set something up tonight... thanks, Matt!
November 6, 2007 at 8:31 am
Sure, John... kind of... hope you don't mind a bit of psuedo code because I don't ever use DTS except for ad-hoc transfers...
Create two identical tables to hold the data......
November 6, 2007 at 8:25 am
Kewl! Anyone interested in a million row duration test on this? 😀 I'd need some help 'cause I don't have 2k5...
November 6, 2007 at 8:11 am
Viewing 15 posts - 54,286 through 54,300 (of 59,067 total)