Viewing 15 posts - 796 through 810 (of 1,518 total)
DBADave (12/29/2008)
December 29, 2008 at 1:14 pm
DBADave (12/29/2008)
December 29, 2008 at 1:03 pm
Nicholas Cain (12/29/2008)
Might have to chalk that one up to the SQL gremlins, unless someone else has any ideas
Yeah, probably the ghost of Christmas past... 😉
Hopefully it's a one-of...
December 29, 2008 at 12:42 pm
Nicholas Cain (12/29/2008)
That is totally random.And nothing in the .2 log that indicates anything I expect.
Nothing in the SQL logs either?
No, there is nothing in the .2 log or SQL...
December 29, 2008 at 12:37 pm
Nicholas Cain (12/29/2008)
Anything in the SQLAGENT.1 log?Are there any stack dumps sitting in the same folder?
Take a look through those would be your best bet.
Funny thing is, there is no...
December 29, 2008 at 12:28 pm
Jonathan Kehayias (12/23/2008)
December 23, 2008 at 9:27 am
Jonathan Kehayias (12/23/2008)
December 23, 2008 at 9:14 am
Is a server reboot necessary after the -g384 parameter is added, or is an instance restart sufficient for the change to take effect?
December 23, 2008 at 9:05 am
Jonathan Kehayias (12/22/2008)
SELECT
CAST(Size AS BIGINT)/1024 AS [Free size, KB]...
December 23, 2008 at 7:29 am
Here is also a related question that I missed asking in my OP.
The -g384 parameter had an effect only on the Total avail mem, KB value and not the Max...
December 22, 2008 at 2:17 pm
Jonathan Kehayias (12/22/2008)
December 22, 2008 at 2:03 pm
Jonathan, thanks for the response, I was hoping you would! 🙂
In my environment we have 8 GB of RAM (32-bit OS).
3-gb and PAE switches enabled.
2 SQL db-engine instances and...
December 22, 2008 at 1:48 pm
CozyRoc (12/19/2008)
December 19, 2008 at 10:50 am
CozyRoc (12/19/2008)
I don't think...
December 19, 2008 at 10:17 am
Clustered indexes are best on columns used in the GROUP BY/ORDER BY part of queries, and/or if the column in question is used to retrieve a range of values.
Non-clustered indexes...
December 18, 2008 at 12:20 pm
Viewing 15 posts - 796 through 810 (of 1,518 total)