Viewing 15 posts - 76 through 90 (of 146 total)
Set “Lock Pages in Memory”:
Open the Group Policies Console:
START-RUN , enter - gpedit.msc
Computer Configuration - Windows Settings - Security Settings – Local Policies - User Rights Assignment
In the...
April 7, 2009 at 7:14 am
TechNet Virtual Labs:
April 6, 2009 at 7:41 am
ooops, my bad. Good call Mohit. Wasn't thinking 64-bit when I wrote.
March 26, 2009 at 7:42 am
DBCC Memorystatus may help. It will at least show you how much AWE is currently being used. It's not unusual at all for the os to be using...
March 26, 2009 at 7:00 am
All very good points, but you have missed the important question. Have you found your TempDB to be a performance bottleneck?
The current size of TempDB is only 4gig. ...
March 25, 2009 at 6:58 am
Perfect ! Thanks so much for all the help.
March 20, 2009 at 1:27 pm
Thanks very, just what I was looking for.
The email I receive has a lot of blank lines, followed by a lot of dashed-lines, then I get the host name I'm...
March 20, 2009 at 1:04 pm
DBCC memorystatus
March 19, 2009 at 6:42 am
Could run the query through the Database Tuning Advisor just to see what it's recommendation would be.
March 16, 2009 at 8:14 am
even for 64-bit, you still need to "lock pages in memory"
Open the Group Policies Console:
START-RUN , enter - gpedit.msc
Computer Configuration - Windows Settings - Security Settings –
-Local...
March 10, 2009 at 7:02 am
DBCC MEMORYSTATUS will show awe used.
March 10, 2009 at 7:00 am
check SQL SERVER AGENT --> PROPERTIES --> Alert system --> enable mail profile.
March 6, 2009 at 10:18 am
I know the "experts" say to have one tempdb data file per core as a "best Practice". I've always personally disagreed with this. The bottom line, it all...
March 5, 2009 at 7:17 am
You can create a scheduled job in another sql server on another box. Create a link and then run a simple query like "select count(*) from linkname..sys.sysdatabases;". You...
March 3, 2009 at 1:17 pm
Viewing 15 posts - 76 through 90 (of 146 total)