Answered by:
Activity monitor unable to execute queries againest the server?

Question
-
2012 SQL Serevr SSMS
Activity monitor unable to execute queries againest the server?
any ideas???
ebro
Wednesday, April 9, 2014 8:09 PM
Answers
-
There is a Connect item related to the issue:
Are you up-to-date with service packs?
Blog: http://sqlsailor.com/2013/05/02/actmonissue/
Kalman Toth Database & OLAP Architect Free T-SQL Scripts
New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012- Edited by Kalman Toth Wednesday, April 9, 2014 8:22 PM
- Proposed as answer by Saeid Hasani Wednesday, April 9, 2014 8:23 PM
- Marked as answer by ebrolove Friday, April 11, 2014 8:44 PM
Wednesday, April 9, 2014 8:21 PM -
Hi,
Please check if there are useful message in SQL error log. If there is lock the memory message was logged in the error log, you may enable lock pages in memory option for the SQL Server service account and see how it works.
Also, apply the service pack and updates of SQL Server.
To enable the lock pages in memory option, please see:
Enable the Lock Pages in Memory Option (Windows)
http://msdn.microsoft.com/en-us/library/ms190730.aspx
Thanks.
Tracy Cai
TechNet Community Support- Marked as answer by ebrolove Friday, April 11, 2014 8:44 PM
Friday, April 11, 2014 5:44 AM
All replies
-
There is a Connect item related to the issue:
Are you up-to-date with service packs?
Blog: http://sqlsailor.com/2013/05/02/actmonissue/
Kalman Toth Database & OLAP Architect Free T-SQL Scripts
New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012- Edited by Kalman Toth Wednesday, April 9, 2014 8:22 PM
- Proposed as answer by Saeid Hasani Wednesday, April 9, 2014 8:23 PM
- Marked as answer by ebrolove Friday, April 11, 2014 8:44 PM
Wednesday, April 9, 2014 8:21 PM -
Are you connecting to same version or any other version from SQL 2008/2005?
Refer the below link
http://sqlsailor.com/2013/05/02/actmonissue/
-Prashanth
Wednesday, April 9, 2014 8:26 PMAnswerer -
It was working good for a long time and it is a sudden failure. Is it still a "connect" issue?
And here is the select @@Version result
Microsoft SQL Server 2012 - 11.0.2100.60 (X64)
Feb 10 2012 19:39:15
Copyright (c) Microsoft Corporation
Standard Edition (64-bit)
on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)Thanks in Advance
ebro
Wednesday, April 9, 2014 8:32 PM -
same version
ebro
Wednesday, April 9, 2014 8:39 PM -
Hi,
Please check if there are useful message in SQL error log. If there is lock the memory message was logged in the error log, you may enable lock pages in memory option for the SQL Server service account and see how it works.
Also, apply the service pack and updates of SQL Server.
To enable the lock pages in memory option, please see:
Enable the Lock Pages in Memory Option (Windows)
http://msdn.microsoft.com/en-us/library/ms190730.aspx
Thanks.
Tracy Cai
TechNet Community Support- Marked as answer by ebrolove Friday, April 11, 2014 8:44 PM
Friday, April 11, 2014 5:44 AM