Viewing 15 posts - 106 through 120 (of 350 total)
It's rather Process (not Connection) has status "Suspended"
(as per BOL: "The session is waiting for an event, such as I/O, to complete").
You should analyze (as it was suggested) sys.dm_exec_requests (and...
September 29, 2011 at 9:36 am
Jim,
Eventually these 2 dates calculation is the same as (I supressed the rest):
select
dateadd(m, 9, '2010-12-31 00:00:00.000'), --7
dateadd(m, 9, '2010-12-30 00:00:00.000') --8
Result is the same-...
September 28, 2011 at 2:57 pm
Jeremy,
Sorry, but frankly I confused with your recommendation "Keep the witness in the same site as your principal database"
(and certainly I know that per BOL MS "We strongly recommend that...
September 28, 2011 at 2:28 pm
As Steve mentioned if you would like to do this in regular basis you can use partitioning
September 28, 2011 at 9:23 am
Can only speculate that he meant Upgrade Advisor: http://www.microsoft.com/download/en/details.aspx?id=11455
But certainly only your Manager knows for sure 🙂
September 28, 2011 at 9:19 am
Can be many different reasons.
IMO try to identify top tables by size first (DB- right click- reports- standard reports), then- what (apps) and why adds data to theses tables.
This can...
September 28, 2011 at 9:03 am
You can Export report into XML file after it was created
September 28, 2011 at 8:45 am
Yes, you are right- one needs simply to adjust backup interval depending on DB size. Thanks
September 28, 2011 at 8:39 am
Make sense.
I have though 1 more question-
your backup job runs every 15 min (on primary server) and deals with 130 DBs,
i.e. avg backup time should be around 7...
September 28, 2011 at 8:27 am
Hi Brian,
Just curious- if all 130 DBs reside on the same server why you did not consider using clustering?
Thanks, Yuri
September 28, 2011 at 8:09 am
They're not in any way showing what range of LSNs the backups cover. Only for log backups does the start and end LSN show what's in the backup.
Now it makes...
September 27, 2011 at 10:38 am
Gail,
Can you please clarify this a bit unusual case (I mean Full-TrLog-Diff backups)?
Let's assume there were no transactions during backups (only some inserts between Full and TrLog as originally stated).
Can...
September 27, 2011 at 10:10 am
Probably:
select id, type from myTbl where id in (select id from myTbl where type ='A')
if I did not miss something
September 26, 2011 at 10:53 am
From my experience to isolate issue- 1) check report script (SP, etc)- how fast, number of records returned;
2) check report with smaller input range, i.e. only few output records. This...
September 26, 2011 at 10:43 am
It seems you need to add another User to Content Manager role.
Check this link- hope can help:
http://msdn.microsoft.com/en-gb/library/ms156034.aspx (How to: Grant User Access to a Report Server (Report...
September 21, 2011 at 10:08 am
Viewing 15 posts - 106 through 120 (of 350 total)