Viewing 15 posts - 76 through 90 (of 128 total)
only provided you really did manage to resolve all corruption (via DBCC or any other mean), then only you can reset the suspect status via sp_resetstatus (dbname). SQL 2005 apparently...
June 26, 2008 at 3:23 am
there was one suggestion to try detach and re-attach a suspect database. i think not. if truly the database is corrupted, the chances of reattaching it is very very slim...
June 26, 2008 at 12:56 am
kgiambas is right, the thing with profiler90 is that the /M parameter which is supposed to be the end time for the profiler to stop doest seem to work. any...
May 16, 2008 at 6:08 pm
ye, it is very interesting. also, i wouldnt want to rely on task manager on 32-bit, its a known bug from M$ saying the memory consumption shown there (especially those...
January 3, 2008 at 12:34 am
I found initially that if you didn't set memory then sql server saw the page file as physical memory too
As far as i know, SQL doesnt utilise much page...
January 2, 2008 at 3:13 pm
This is supposed to be a humour, but it isnt! lighten up for Christmas dudes 🙂 All answers should get 5 points, especially the wackiest ones!!
December 25, 2007 at 7:18 pm
you can try to use vmstat.exe to view contiguous block of memory in MemToLeave area. Quest also has a stored proc xp_memory_size to check max contiguous memory. This comes with...
November 27, 2007 at 3:03 am
try to use the -g flag in sql startup to increase the MemToLeave area (make it to ~512MB) if you still encounter the error.Let us know if this helps.
my 2...
November 25, 2007 at 3:39 pm
From your description, the error msg might not dissapear after making these switch changes in the boot.ini file. I suspect something in the application that is connecting to SQL or...
November 21, 2007 at 3:15 pm
might as well just use DBCC INPUTBUFFER(spid).
saves you from typing too.. wonder why the need to select and save the "encrypt" and then "decrypt"
November 20, 2007 at 3:20 pm
Hi Dave,
yes, apparently PAE enables several advanced system and processor features such as DEP, hot-add mem, NUMA, etc. This switch only applies to 32-bit OS.
I believe the HP mgmt...
November 9, 2007 at 12:01 am
Hi Dave,
The memory you see has nothing to do with PAE. PAE is only used to access >4GB memory on a 32-bit WinOS. As Phil has explained, one possible reason...
November 8, 2007 at 4:04 pm
syed muhammad naveed (10/29/2007)
dont worry its happened
any ways i am giving you some techenique if you follow you will get rid off this issue
For example your...
October 30, 2007 at 5:09 pm
Murali,
with or without the /3gb and/or awe enabled, sql server wont be able to utilise anything more than 2gb since you've only got 4gb memory in total without kb899761. this...
October 29, 2007 at 6:25 am
Murali,
AWE is required to access more than 3GB memory of user-mode VAS (Here since you've got the /3GB switch enabled, this will increase the user-mode VAS to 3GB and AWE...
October 2, 2007 at 8:45 pm
Viewing 15 posts - 76 through 90 (of 128 total)