SQL

MS SQL and .net Development

Pages

▼
Monday, March 30, 2015

Clear recent server list from SSMS

›
Today someone has asked me a question "How to clear the Most Recently Used (MRU) server names from the connect screen in SSMS"?  ...
Monday, March 23, 2015

Queries waiting for memory

›
You can use below query to find out the queries that require a memory grant to execute or have acquired a memory grant.  The queries that ...
Monday, March 16, 2015

Who are connected to SQL Server

›
Use below query to check who are connected to SQL Server SELECT C.Session_ID AS [Session], C.Most_Recent_Session_ID [Recent Session], C.C...
Monday, March 9, 2015

Modify / Find SQL Server Agent log file

›
Use below queries to find the location of of SQLServer Agent log file, the log file is called SQLAGENT.out DECLARE @AGENT_ERRORLOG NVARCH...
Tuesday, February 24, 2015

Performance Killers in MSSQL

›
Frequent recompilation of execution plans Inaccurate statistics Excessive use or improper configuration of tempdb Excessive blocking a...
‹
›
Home
View web version

Developer

Unknown
View my complete profile
Powered by Blogger.