Viewing 3 posts - 1 through 4 (of 4 total)
try removing the parenthesis
update Table
Set columna='value'
where columnb = 'othervalue'
September 9, 2008 at 8:56 am
try removing the parenthesis
update Table
Set columna='value'
where columnb = 'othervalue'
September 9, 2008 at 8:56 am
Have you checked the Tokencache?
SELECT GetDate() as TimeofCapture, SUM(single_pages_kb + multi_pages_kb) as "CurrentSizeOfTokenCache(KB)"
FROM sys.dm_os_memory_clerks
WHERE name = 'TokenAndPermUserStore'
We had an issue where our server just ended up being very...
November 27, 2007 at 4:45 pm
Viewing 3 posts - 1 through 4 (of 4 total)