Viewing 15 posts - 6,616 through 6,630 (of 18,926 total)
The backup only contains the data pages that are used in the db. So if you had more data, you have more pages and the backup gets bigger. ...
April 29, 2011 at 6:42 am
Ian-440692 (4/29/2011)
April 29, 2011 at 6:41 am
Yin Halen (4/29/2011)
I am not...
April 29, 2011 at 6:39 am
hangxliu (4/29/2011)
Ninja's_RGR'us (4/26/2011)
Grant Fritchey (4/26/2011)
nico van niekerk (4/26/2011)
April 29, 2011 at 6:34 am
Tom.Thomson (4/29/2011)
Ninja's_RGR'us (4/29/2011)
Even if by some accident you unintentionnally started update stats with fullscan on...
April 29, 2011 at 6:30 am
My personnal favorite is to put the file date in the filename. IE : ETL_ABC_20110429.
Then simply use xp_cmdshell to load the file names. Parse the date. Start...
April 29, 2011 at 5:58 am
I think the problem is the where condition. Usually you need to cast the split function back to int (since it starts as [n]varchar).
Try to rerun the query without...
April 29, 2011 at 5:34 am
Glad to learn that but why would you have to run that?
Even if by some accident you unintentionnally started update stats with fullscan on a 2...
April 29, 2011 at 5:28 am
ALZDBA (4/28/2011)
Ninja's_RGR'us (4/28/2011)
I'll put in an official request for my toy DB and I'll go from there.
We have a test environement but I can't overwrite it at...
April 28, 2011 at 10:59 am
Himmat Singh (4/28/2011)
2) set the database recovery to simple - sp_dboption 'db_name', 'trunc. log on chkpt.', true
3) write a store produre to delete about 10000 per loop. After...
April 28, 2011 at 10:55 am
I don't see any needs for a rewrite at the moment. You'd have a lot to learn and it wold be very time consumming.
Bottom line is this. Try...
April 28, 2011 at 10:48 am
opc.three (4/28/2011)
jared-709193 (4/28/2011)
April 28, 2011 at 10:35 am
The only "problem" is that the cpu can't process another high load at the same time. On the very long run, maybe premature death of the processors.
Other than that...
April 28, 2011 at 10:31 am
I'm not 100% sure I understand your concern then. Importing millions of rows is going to take processing power, no matter the tool used for the job.
If you don't...
April 28, 2011 at 10:16 am
It's <almost> always the date that's causing the problem.
definitely go the copy / paste to query analyser or ssms and check for exact problems there.
If you have the error message...
April 28, 2011 at 10:13 am
Viewing 15 posts - 6,616 through 6,630 (of 18,926 total)