Viewing 15 posts - 121 through 135 (of 464 total)
Are your tables highly fragmented?
July 7, 2009 at 1:26 pm
The London server would remain a mirror and it will remain in a disconnected state until you do something manually or the connection resumes (at which point it will sync...
June 22, 2009 at 10:42 pm
Jeff Moden (6/14/2009)
June 14, 2009 at 12:28 pm
Is the max value always going to be in the last partition? If so, you should be able to substantially speed up the query by using the $partition function.
June 5, 2009 at 8:01 am
You would have to check BOL (or try it) to be certain, but I'm fairly sure that you need to drop it first.
June 4, 2009 at 11:04 am
Not sure why it would take 20 minutes, we can look at the execution plan if you want to post it (.sqlplan format please). I can only assume that...
June 4, 2009 at 8:27 am
You have two choices at night :
1) drop and recreate the existing snapshot (which will obviously disrupt reporting, albeit briefly)
2) create a new snapshot and direct reporting users to this;...
June 4, 2009 at 8:01 am
I believe that they are accurate to the last server restart. You should consider whether there could be any annual, irregularly scheduled, or adhoc processes that may use those...
June 2, 2009 at 12:27 pm
In addition you can attempt to recover the remaining transaction log entries and apply them to the log shipping backup after the other log backups have been applied.
June 2, 2009 at 12:17 pm
You may have followed the other link to http://msdn.microsoft.com/en-us/library/ms189940.aspx which lists a few limitations.
It mentions performance, and although there should be no noticable impact to creating the snapshot, you should...
June 2, 2009 at 12:15 pm
Even if being on different drives made a significant difference, it would presumably be as easy to move the tables to a separate filegroup in the same database rather than...
April 24, 2009 at 3:38 pm
I looked at this post the other day, then thought for a while, then started to type, then decided that I'd be guessing anyway. But since you reminded me...
April 23, 2009 at 3:45 pm
I wouldn't think so outside of general resource issues. You should take a look here:
It can help you to identify the primary reasons why a server is slower...
April 22, 2009 at 11:37 am
I saw your other post afterwards, and you should follow Grant's advice in creating baselines. Between perfmon stats, wait stats and DMVs there is a wealth of information that...
April 22, 2009 at 11:12 am
Was it a small number of peaks? It could be explained by, for example, a backup running. Note that this counter isn't SQL-specific so other apps could cause...
April 22, 2009 at 9:55 am
Viewing 15 posts - 121 through 135 (of 464 total)