Search This Blog
October 30, 2013
IIS HTTP Error 503. The service is unavailable
This error might happen if the application pool for the web site account password is changed and not updated,
Open the IIS Manager
Go to Application Pools
Select the Application Pool related to the website.
Right Click and select Advanced Settings
under Process Model Select Identity
Click on ... button next to the the user name
Click on "Set"
Enter the user name and new password
Click Ok and close the popup windoos
Start the application Pool
April 24, 2013
Not able to drop sql server database
Error Message:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
Cannot drop the database '' because it is being used for replication. (Microsoft SQL Server, Error: 3724)
Resolution:
Execute the following command then drop the database.
sp_removedbreplication ''
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
Cannot drop the database '
Resolution:
Execute the following command then drop the database.
sp_removedbreplication '
March 14, 2013
Improving Sql Server Performance
How to create Missing Indexes based on the DMV values
http://blogs.msdn.com/b/bartd/archive/2007/07/19/are-you-using-sql-s-missing-index-dmvs.aspx
How to Identify missing Indexes based on DMV values
http://msdn.microsoft.com/en-us/magazine/cc135978.aspx
Subscribe to:
Posts (Atom)