Forum Replies Created

Viewing 5 posts - 16 through 20 (of 20 total)

  • RE: Server drop connection error

    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...

  • RE: Simple SELECT Hang

    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...

  • RE: Simple SELECT Hang

    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...

  • RE: SSRS Bing Maps Proxy Error

    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...

  • RE: SSRS Bing Maps Proxy Error

    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!

Viewing 5 posts - 16 through 20 (of 20 total)