Viewing 15 posts - 196 through 210 (of 599 total)
Fragmentation issues, performance issues, stability issues...
Is your t-log continuing to grow or is it staying the same size? Have you looked at hos much space is actually occupied? ...
October 13, 2008 at 5:18 pm
Shrinking files is a Bad Idea. If you are doing regular backups of your transaction log, then the size that it is at is the size it should remain....
October 13, 2008 at 10:39 am
Are you running t-log backups? If not your transaction log will continue to grow.
I've never run a log shrink action on a mirrored DB. However, I have had...
October 7, 2008 at 11:44 am
Unless there's some obscure trick out there for doing so, no.
See these articles in BOL:
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/a1d0693f-6784-4d1e-b1e4-074a5e56769b.htm
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/32abdbce-df5b-492a-b65d-5a9cc06e8497.htm
Is it possible he's talking about a SAN snapshot? That would be a different story...
October 6, 2008 at 4:16 pm
Off the top of my head...
Disaster recovery - do you have a workable one and is it functioning properly
Performance - are there performance bottlenecks? what are they?
Is the DB...
October 3, 2008 at 1:46 pm
Sure you can. You can do pretty much anything to the DB while it's being mirrored. The only exception I've found is removal of files / filegroups.
One caution:...
October 3, 2008 at 1:40 pm
Well, for one thing, you should never do anything to the t-log other than to back it up.
SQL Server is smart enough to keep track of what transactions...
October 2, 2008 at 6:18 pm
The information in the t-log is what is used to keep the mirror up to date. Yes, you need to run t-log backups on the Principal.
The only "maintenance" you...
October 2, 2008 at 5:01 pm
If you don't have a backup, you'll have to rebuild it. Search BOL for how to.
October 2, 2008 at 12:56 pm
A cachestore flush should not be preventing the move.
Have a look at this for some more info:
I did a really quick msdn search for you and found this:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2673397&SiteID=1
If you choose...
October 2, 2008 at 10:52 am
What is the error you're getting?
I actually reported a bug on this feature which, last time I checked, had not yet been resolved. The problem is (was?) that it...
October 1, 2008 at 3:25 pm
I can tell you this from my own experience. DAS is NOT a practical solution at all for a database that size.
September 30, 2008 at 2:27 pm
Oh man you guys are bringing back fond memories. I used to be a Delphi developer. I made the switch over to a DBA focus during the time...
September 16, 2008 at 10:41 am
I'm currently doing the job interview rounds. One of the places I interviewed at is doing the exact opposite. Everything is in T-SQL except the very front presentation...
September 15, 2008 at 5:40 pm
These days I use Performance Dashboard and my own home-grown scripts for monitoring (they're free and portable). However, I've used Idera's Diagnostic Manager in the past with great success.
September 15, 2008 at 5:13 pm
Viewing 15 posts - 196 through 210 (of 599 total)