SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
Monday, April 27, 2015
Backup not starting for Database with Full Text Catalog
›
Today when I was taking backup of a database got below error: Failed to change the status to RESUME for full-text catalog “Test_FullText...
Monday, April 13, 2015
Start, Stop and Disable the job in SQL Server 2008
›
1) Use below procedure to start the Job in SQL Exec msdb.dbo.sp_start_job @job_name = N'Job_Name' Example: Exec msdb.dbo.sp_st...
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...
‹
›
Home
View web version