Viewing 15 posts - 31 through 45 (of 222 total)
if you can afford, change the db access level to "single user" before restore and then restore te db
July 28, 2010 at 10:09 pm
thanks for the good QOTD and explanation behind it.
June 24, 2010 at 7:18 pm
i am not sure but if you want to migrate the data including primary keys to production database, you can use set identity insert on and off to explicitly insert...
June 21, 2010 at 12:03 am
hi Jason
I am using T-SQL for data transformation. I think i have confused everyone on the forum.
Let me rephrase what i am doing. I have a source table with...
February 16, 2010 at 9:25 pm
How many indexes do you have?
There are total of 5 indexes on this table
- 1 clustered as primary key
- 3 non clustered created on foreign keys
- 1 non clustered created...
February 16, 2010 at 9:05 pm
Elliott W (2/16/2010)
Still not a problem.If you are doing it 10 million times I might start to worry.
CEWII
Exactly this the point to worry, it is taking 12 milliseconds to insert...
February 16, 2010 at 8:06 pm
Sorry it is 12 Milliseconds instead of 12 microseconds, the default duration setting done in SQL Profiler.
February 16, 2010 at 7:31 pm
Jeff Moden (1/26/2010)
You said before that your indexes don't appear to be badly fragmented after the inserts. I think that might not be right. Could you post the...
January 28, 2010 at 12:37 am
mohammed moinudheen (1/27/2010)Out of curiosity, how much time does reindexing take in this huge table you are referring to.
it takes approximately 50 minutes to rebuild the index.
January 28, 2010 at 12:33 am
Fraggle-805517 (1/26/2010)
January 26, 2010 at 9:36 pm
Navnish Sharma (1/26/2010)
January 26, 2010 at 8:13 pm
I used Update trigger to fire the stored proc per record. I was thinking triggers in SQL Server work the same way it does in Oracle but unfortunately i was...
January 12, 2010 at 5:27 pm
Lowell (1/11/2010)
January 11, 2010 at 7:40 pm
i am facing a problem with updates in batches. What i thought earlier and what my understanding is that if i am running an update on a table in batches...
January 11, 2010 at 7:16 pm
Viewing 15 posts - 31 through 45 (of 222 total)