Viewing 15 posts - 886 through 900 (of 2,640 total)
I sometimes find reports take longer to run - you need to tune/optimise reports just the way you'd tune any other sql - try setting the reports to generate/create themslves...
November 13, 2007 at 6:47 am
and we've not even mentioned the vast range of or lack of skills that a person who calls themself DBA has ( or hasn't )
This is probably the most...
November 13, 2007 at 6:42 am
can you give me a clue? phone a friend ? ask the audience ?
November 12, 2007 at 3:50 am
inline functions tend to turn set based queries into cursor based queries, this would be probably worse within a view.
November 9, 2007 at 6:44 am
as far as I know this is correct - certainly this is what BOL says.
November 9, 2007 at 6:42 am
try using a while loop ( cursor in disguise )
November 9, 2007 at 6:32 am
enabling the 3GB switch is not always the best way to go as it restricts lower memory in 32 bit editions.
You can use awe without the 3gb switch with...
November 9, 2007 at 6:30 am
make sure you include the msqlsystemresource files too otherwise you might have some problems.
November 9, 2007 at 6:19 am
I agree, removing log files is irresponsible and flies in the face of what a DBA stands for. And why the obsession to shrink files, do you actually know what...
November 9, 2007 at 6:15 am
I don't really know how to test this properly - are you adding the login in the context of master database - which should be case insensitive rather than the...
November 9, 2007 at 6:08 am
I've used the -g command but with sql 2000, my probs with mem to leave were query plans but i've also heard that lite speed can suffer the same.
you...
November 8, 2007 at 7:13 am
I currently support a 1.5TB navsion on sql 2005 send me an email and we'll talk direct - there's just no way we could do this through the forum (...
November 8, 2007 at 7:07 am
I'd perfmon the server to look for a bottleneck, e.g. disk, cpu, memory. Don't have anything that size to compare or any other suggestion other than to find out what's...
November 8, 2007 at 7:05 am
one of the crucial changes in sql2005 was the reworking of the optimiser, like for like sql2005 should be faster than sql2000 and in basic testing I did this was...
November 8, 2007 at 6:56 am
unless something has changed or unless you're using 64bit sql std you can't use extra memory.
November 8, 2007 at 6:49 am
Viewing 15 posts - 886 through 900 (of 2,640 total)