SQL

MS SQL and .net Development

Pages

▼
Monday, May 26, 2014

Session Details

›
Use below queries to get the session details SELECT S.Session_ID AS [Session ID], S.Status, S.Host_Name AS [Host], C.Client_Net_Address A...
1 comment:
Monday, May 19, 2014

Move TempDB files to different location

›
Use below query to move TempDB data and log files to some other location/drive: ALTER DATABASE Database_Name MODIFY FILE ( NAME = Logical...
Tuesday, May 13, 2014

Stop logging successful backup of databases in SQL Server error log

›
If you want to stop all database successful backups message in error log than use below DBCC command. This will not record successful backu...
Monday, April 28, 2014

Find most expensive cached queries

›
Below queries returns aggregate performance statistics for cached query plans.  The result contains one row per query within the cached pl...
Monday, April 21, 2014

Installation Error Codes

›
2 – The system cannot find the file specified. 5 – Access denied. 52 – You were not connected because a duplicate name exists on the net...
‹
›
Home
View web version

Developer

Unknown
View my complete profile
Powered by Blogger.