Viewing 15 posts - 136 through 150 (of 351 total)
Can you post here how did you resolved it then that would help others in case of same error message.
September 6, 2011 at 12:05 pm
I have similar requirement before in my environment and I tried setting up CDC as I'm having SQL Server 2008 r2 but din't work really as it is a...
September 6, 2011 at 12:02 pm
The server instance was started using minimal configuration startup option (-f). Starting an instance of SQL Server with minimal configuration places the server in single-user mode automatically. After the server...
August 17, 2011 at 1:27 pm
smileswithharish86 (8/15/2011)
1. what are issues with SQL 2000 when moving from “Full” to “Simple” recovery mode?
Switching the recovery model will break up your log backups chain....
August 15, 2011 at 12:49 pm
August 11, 2011 at 5:03 pm
This script generates the script to drop users only for the users who don't own a schema.
It would have been better if it can generate like that too. I'll try...
August 11, 2011 at 2:58 pm
Sean Lange (8/11/2011)
Daryl AZ (8/11/2011)
Select yada
FROM MyTable
Left Join fnc_tableFromString(@argMyString) theName ON myTable.name =...
August 11, 2011 at 2:21 pm
GilaMonster (8/11/2011)
SQL should never be using the page file. If it is, something's already wrong.
I agree,So pagefile usage can be an indication to the memory bottleneck? just curious..
August 11, 2011 at 12:06 pm
slanky2 (8/11/2011)
Thanks for the reply.I don't see any oher process that would be using all of this RAM.
Step1:
Find who is consuming the memory currently?
SELECT mg.granted_memory_kb, mg.session_id, t.text,...
August 11, 2011 at 12:02 pm
Don't we have to look on the page file? to check how much page file is utilizing.
August 11, 2011 at 11:51 am
Waiting on checkpoint??
Occurs while the checkpoint task is waiting for the next checkpoint request. In this case we can issue the manual checkpoint so that if there is any...
August 9, 2011 at 3:39 pm
Can you post the sample query that doing insert?
you said the query is running for long, so did you check the wait_type on what it is waiting for? like...
August 9, 2011 at 3:07 pm
Viewing 15 posts - 136 through 150 (of 351 total)