Viewing 5 posts - 16 through 20 (of 20 total)
Hi,
I am receiving this error against one of my databases. There are multiple connections in to it from multiple servers and I would like to tie it down to the...
January 29, 2013 at 4:46 am
Here is a useful query for checking the fragmentation of your indexes...run it in the context of the database that holds your table...
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
CREATE TABLE #FragmentedIndexes(
DatabaseName...
November 2, 2012 at 3:41 am
Are you able to see what the wait is in SQL Activity Monitor in SSMS? That might give you a clue.
Are you sure it's not the application thats causing...
November 1, 2012 at 10:57 am
Just to inform people of the fix, I applied what was in the article posted by Antony but was still getting a 403 error.
I then ammended the proxy settings in...
September 24, 2012 at 8:17 am
Great, thanks Anthony! That has certainly got rid of the 407 error and is now presenting me a 403: Forbidden error, I will do some more digging!
September 14, 2012 at 8:05 am
Viewing 5 posts - 16 through 20 (of 20 total)