Viewing 15 posts - 391 through 405 (of 519 total)
What does the execution plan show?
Do you update statistics or rebuild indexes?
Are these drives single drives or raid arrays?
Open task manager, add the columns to it for IO, page faults,...
November 21, 2002 at 3:56 pm
What's the location and type of database (transactional, data warehouse, olap, replicated, etc....) ?
One week doesn't seem like much time to fully profile, evaluate, and submit resulting suggestions, much less...
November 21, 2002 at 10:22 am
If the DBCC doesn't do it, I think your chances are getting slim.
November 20, 2002 at 9:13 pm
How would using Bulk Insert prevent that? I don't see it.
Anyway, Greg, I sent an E-mail to the E-mail address you have posted with some initial scripts that you could...
November 20, 2002 at 12:23 pm
As far as I know, and I've asked several buddies if they knew as well, the only way to be sure is by your dll versions. I would be very...
November 20, 2002 at 11:15 am
That's the one, phillcart.
The other article, thanks to cwedgwood50, is excellent as well. The thing is, they all say the same thing when you get right down to it. A...
November 19, 2002 at 11:01 pm
I like that.
I have a question though, and I guess it could be related. I've worked with a lot EMC SAS Fiber systems using their own EMC fiber channel cards,...
November 19, 2002 at 5:05 pm
In my work, I have many many text files to import. I created a system that periodically scans a directory for a particular file name I store in a table,...
November 19, 2002 at 4:50 pm
I agree heartily with the guy who said to do it for personal satisfaction. I consider it a personal challenge to be able to pass the tests simply because they...
November 19, 2002 at 4:31 pm
I like Greg's solution(the last one). Make the file csv.
Least load on the server as I see it.
Edited by - Scorpion_66 on 11/19/2002 4:02:01 PM
November 19, 2002 at 4:01 pm
You might need to figure out some form of versioning and version checking schema to prevent procs or triggers from running if the code is not updated properly, would be...
November 19, 2002 at 1:44 pm
I have seen cancelled dbcc commands corrupt databases in the past.
November 19, 2002 at 1:05 pm
kknudson, tell them that's fine so long as they don't mind reduced database performance and possibility of downtime. That will get their attention, and its true, too.
November 18, 2002 at 5:16 pm
Because the transaction cannot be considered committed until its committed on all subscribers in a merge replication topology, if any of them roll back the transaction (ie. fails it.) that...
November 18, 2002 at 5:07 pm
yea, I was curious enough to run some tests myself after I thought about it some more. There are some quite dramatic differences bewtween the top statement and setting rowcount...
November 16, 2002 at 11:17 am
Viewing 15 posts - 391 through 405 (of 519 total)