Viewing 15 posts - 3,136 through 3,150 (of 6,679 total)
I think you need to figure out why you built up 56GB of transactions. Also, you need to work with your network team to figure out what is going...
June 15, 2011 at 6:30 pm
Daryl-273852 (6/15/2011)
June 15, 2011 at 3:14 pm
Well, first we need to deal with your misunderstanding.
Mirroring does not restore transaction log backups. Transactions are sent to the mirrored database and applied as fast as the system...
June 15, 2011 at 3:09 pm
Lee,
ROW_OVERFLOW_DATA - Holds variable length data stored in varchar, nvarchar, varbinary, or sql_variant columns that exceed the 8,060 byte row size limit."
I believe the above is related to a single...
June 14, 2011 at 5:45 pm
Yes, I can think of ramifications - index fragmentation, file fragmentation - and basically, just a waste of time and resources.
If you are constantly shrinking a file - and then...
June 13, 2011 at 8:35 pm
sqlnaive (6/13/2011)
June 13, 2011 at 4:43 pm
4u.chethan (6/13/2011)
we can only find the status but i want to know till which transaction log backup its been mirrored.
is there any way i can...
June 13, 2011 at 2:17 pm
sqlnaive (6/13/2011)
June 13, 2011 at 2:10 pm
Lee Crain (6/13/2011)
Sorry I took so long to respond on this subject; I've been very busy.
I knew I'd read documentation to the contrary of your assertion. Adding data to...
June 13, 2011 at 1:55 pm
sqlfriends (6/12/2011)
But for sql profiler trace, can you confirm it is easy to run on my local...
June 12, 2011 at 5:43 pm
In addition to Steve's advice, you need to put together the plan for the downtime.
Step 1: Document cluster configuration
Step 2: Document service accounts used for each service
Step 3: Document AD...
June 12, 2011 at 10:49 am
I really don't know where these articles are that recommend letting SQL Server manage the memory. Anyways, here is what I have found to work on x64 hardware:
With lock...
June 11, 2011 at 11:05 am
I guess I still don't get it - you are looking at modifying when you backup the databases, and not when that is copied to tape.
I would be worried about...
June 11, 2011 at 10:17 am
Check the dependencies on the service - you are probably missing one or more that are required for SQL Server to start.
June 11, 2011 at 9:50 am
Viewing 15 posts - 3,136 through 3,150 (of 6,679 total)