Viewing 14 posts - 1 through 14 (of 14 total)
This is what I have done
Thank you
March 15, 2012 at 3:45 am
I think I need a real server to create those 100 million rows. But I got 1 million rows in 3 seconds or so 🙂
March 15, 2012 at 1:45 am
Why tempDB? I'm going to use a DB called my DB for that table. Would it still create the table in tempdb even if I used my own table name?
March 14, 2012 at 12:55 pm
I'm sorry but I don't see any create table statements?
I want my table to be stored in a separate database, let's call it myDB.
This code is very complex to me...
March 14, 2012 at 11:39 am
I meant about SANs, do I have to read books about it?
March 14, 2012 at 8:14 am
Thanks I will give it a try 🙂
March 14, 2012 at 8:05 am
Thanks could you please suggest some studying materials :)?
March 14, 2012 at 8:03 am
Cadavre, I don't want the table to be a temporary table. I want an actual table, what changes should I apply?
March 14, 2012 at 7:46 am
Lowell, the code you gave me didn't work 🙁
it consumed 20 GBs in the temp DB and the destination table was empty and it took like 2 hours to run....
March 14, 2012 at 7:42 am
I need to create a primary key on that new table, should I add something like an identity(1,1) to the script?
March 14, 2012 at 2:53 am
Thank you so much
I want to create as much real data as possible, so I guess duplicate names are fine given that I have 1,000 fname, 1,000 mname and another...
March 13, 2012 at 10:58 am
Thank you but would that create unique rows? I'm sorry I'm still very new to the whole thing.
March 13, 2012 at 10:19 am
Viewing 14 posts - 1 through 14 (of 14 total)