Viewing 15 posts - 211 through 225 (of 514 total)
My opinion is if either side is misleading there are ethical issues. If a consultant makes it clear that they are weak in an area but will give a...
November 9, 2007 at 5:58 am
I am curious about how you are determining they are system procedures also.
The results returned by the two statements below will NOT return system procedures.
USE MASTER
GO
SELECT * FROM...
November 8, 2007 at 6:56 am
I think you misunderstood the comments about it being homework. EVERYONE here is doing this because they apparenly like helping 🙂 But when it is obviously a learning...
November 8, 2007 at 6:39 am
This is one of the reasons I was asking about FK issues.
November 7, 2007 at 8:31 am
Ok. Those are pretty good write performance numbers (could be better, but are definately better than your times showed). I had a similar process that after extensive testing...
November 7, 2007 at 8:29 am
What about your disk write bytes/sec. You had mentioned that the queue is backing up. I am interested in raw numbers for the moment. I am trying...
November 7, 2007 at 6:36 am
That would push us back to the I/O performance of you system. Have you done any tests with I/O Meter? Or using perfmeter checked to see your peak...
November 7, 2007 at 5:46 am
Even better would be bcp.exe and bulk import
November 6, 2007 at 2:46 pm
Lots of cursors here too. I would be very surprised if you aren't getting blocking issues while stepping through the cursors.
I might suggest going with temp tables...
November 6, 2007 at 2:43 pm
Also, you have a 4G DB with 1G of RAM. How big are the tables? Profile the job to see where it is slowing down. I expect...
November 6, 2007 at 2:35 pm
Danasegarane.A (11/5/2007)
Hi all,Can u please explain some the difference between 2000 and 2005..
Thanks
Dana
Sorry can't pass this up "5" 😀
...
November 6, 2007 at 2:29 pm
The delete is fine. Changing it to just a detach unless you click a check box or say something similar to Oracle "Including datafiles" is Ok with me too....
November 6, 2007 at 2:25 pm
I doubt that is what the OP wants. That assumes that the first day of the month is always the first day of the week. Is that what...
November 6, 2007 at 10:39 am
Disk storage pool which automatically get's pushed to tape using Backup Exec. Best of both worlds.
However, whatever solution gives you the most reliable backups is what you should use....
November 6, 2007 at 8:52 am
Don't misunderstand me. I don't EVER encourage hints. There is almost always a better way, however there are some cases where the optimizer for some reason or another...
November 5, 2007 at 11:13 am
Viewing 15 posts - 211 through 225 (of 514 total)