Viewing 15 posts - 1,036 through 1,050 (of 2,640 total)
agreed, sorry, but probably most DBA's get to maintain/support databases applications they have no control over, I mostly tune third party apps where I can't influence or change design. Getting...
August 7, 2007 at 3:08 am
you install it, there's a nice document included with the download - it's all pretty self explanitory.
August 6, 2007 at 9:57 am
with 64 bit sql you the MUST set the max memory for sql server, I'd suggest 1.5 to 2gb below the installed memory.
ANY version on 64bit if you do not...
August 6, 2007 at 9:50 am
a raid 5 has to do 4 io for each write :: raid 5 is rubbish for writes. I fail to understand why we constantly post about raid 5 vs...
August 6, 2007 at 9:43 am
there can be issues with parallel plans, however, it may be the parallel plan is right, you'll really only know if you view the execution plan for the query.
In some...
August 6, 2007 at 9:31 am
If you actually think about what you're asking and what you've posted you'll sort of realise you've both asked a silly question and answered your question < grin >
There is...
August 6, 2007 at 9:23 am
well I swear by Idera SQL Server Diagnostic Manager, it costs around £700 per server in uk - negotiable according to number - It's been my right hand for 8...
August 1, 2007 at 10:33 am
for 64 bit ent ( I assume std is the same ) you must enable lock pages in memory for the sql service account. You don't need awe enabled. You...
August 1, 2007 at 10:28 am
you must set max memory for the sql server, dunno about task manager look in sys.sysperfinfo .. that'll give the real value
select
*
August 1, 2007 at 10:23 am
well I have seen backups to network shares, not though the gui. It's not something I like but some sites I've worked use this on a regular basis and for...
August 1, 2007 at 10:19 am
there are lots of reasons - try set options and ansi nulls / quoted ident to start.
August 1, 2007 at 2:46 am
having been through a number of studies on consolidation I find that the people/teams producing the plans have no idea on how or what consolidating sql server involves. If you...
August 1, 2007 at 2:45 am
your actions for 64 bit are correct. The most important thing is to set a maximum memory setting with 64 bit sql otherwise you end up with no memory and...
August 1, 2007 at 2:35 am
Viewing 15 posts - 1,036 through 1,050 (of 2,640 total)