Viewing 15 posts - 106 through 120 (of 1,179 total)
DBCC CHECKDB uses an internal database snapshot to prevents blocking. However as mention by Gail provide the detail deadlock chain/graph for further investionation.
June 17, 2014 at 5:01 am
Did backup configured through maintenance plan? If not create it with maintenance plan and check.
June 17, 2014 at 4:55 am
As mentioned in the error there are issue with the said index drop the index and recreate it later after changing the collation.
If you are getting multiple this kind...
June 17, 2014 at 4:51 am
Check the permission for linked server for specific login which you are using to access data.
Are you able to execute any other command for that linked server?
June 17, 2014 at 12:04 am
It looks like before Log shipping restore the backup file it is deleting. Hence this is having issue. You can increase the backup retention time to 48 or 36 and...
June 13, 2014 at 3:22 am
Have you checked the query plan? Can you share the query plan too?
June 13, 2014 at 1:21 am
It may take little long compare to Mirroring. However check if any blocking or anyother issues on the server. Check for any error message for further indication.
June 13, 2014 at 1:19 am
Beatrix Kiddo (6/12/2014)
Under these circumstances you need to...
June 12, 2014 at 10:39 pm
It depends on what is the purpose. If you would like to restore point in time or all the current transaction which is not backed up in your current T-log...
June 11, 2014 at 12:22 am
Is the hardware configuration of prod and test are same?
June 11, 2014 at 12:16 am
Run update statistics or Reindexing on the database and re-play the production load.
June 11, 2014 at 12:14 am
Viewing 15 posts - 106 through 120 (of 1,179 total)