Viewing 15 posts - 6,616 through 6,630 (of 18,923 total)
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
BCP will eat 1 M rows like it's nothing. If you really are having issues with the import (like users can't work), then I'd redo it.
April 28, 2011 at 10:11 am
It just does error out (by design). You need to use dynamic sql.
I've had to do something similar for a website. I simply concatenated the right DB name...
April 28, 2011 at 9:49 am
You either need to use full dynamic sql or solve the problem differently.
What are you trying to accomplish exactly?
April 28, 2011 at 9:32 am
Viewing 15 posts - 6,616 through 6,630 (of 18,923 total)