Viewing 15 posts - 1,141 through 1,155 (of 2,640 total)
the total memory to each instance should be 2.5Gb
It's generally best to leave around 2gb of total memory when using awe.
with instances you must divide the available memory between them...
March 23, 2007 at 5:00 am
yeah, sorry can't help here - I just resolve problems from the SQL point of view.
March 23, 2007 at 4:49 am
I maintain that presenting the use of nolock as a tuning tool is both dangerous and missleading.
That there is a use for read uncommitted I will agree in certain circumstances,...
March 23, 2007 at 4:48 am
bit tricky as I don't have anything like this.. but .. if you're recording sessions, logging data etc. at a fairly high activity rate then attempting to delete ranges of...
March 21, 2007 at 6:56 am
filter by dbid , eliminate sql agent and any monitoring tools you have.
Choose sql batch as the event
if your views all start with a common prefix or have a...
March 21, 2007 at 6:49 am
the problem with that question is most of us don't get enough hardware and time to do that type of analysis. I suspect the quad will perform better. The amount...
March 15, 2007 at 1:56 am
absolutely! And I'd ban Access < grin > , no offence to the original poster, but I sometimes think that this style of thinking is the basis for so many...
March 15, 2007 at 1:54 am
generally best to use a test server, unless you have quiet times with no user activity then you could use your real box. It's like most things don't run on...
March 14, 2007 at 6:52 am
it's called a select list. Ordinal positions are one of the worst practices along with select *.
If you need to structure your table it's not that difficult - data transformations...
March 14, 2007 at 6:45 am
you can do this through EM, I'd just script and recreate the table though, don't see why you're asking the question.
Like David I'm interested as to why?
March 13, 2007 at 4:52 pm
I don't think it is - it's a couple of years since I did this - seem to remember I decrypted the procs on a test db. I think you...
March 13, 2007 at 4:50 pm
I'll repeat myself - at a bare minimum update stats and run dbcc updateusage after restoring/attaching a database. Other than thta I'd check network bandwidth , ntfs fragmentation, I'd also...
March 13, 2007 at 4:47 pm
filegroups and av disk queue are not related. I personally never use disk queue , mainly because the values become meaningless on a san.
The best counter to use for...
March 13, 2007 at 3:46 am
The factor to remember with the cores is the per socket licensing cost, with sql enterprise this is significant. However a quad core ( which isn't a true quad but...
March 13, 2007 at 2:41 am
as I initially said it depends upon the data. I agree that sometimes a joined update will be better, however it just depends. The simplest solution without changing the code...
March 13, 2007 at 2:28 am
Viewing 15 posts - 1,141 through 1,155 (of 2,640 total)