Viewing 15 posts - 31 through 45 (of 134 total)
From Wrox Book " SQL Server Prof admin"
I see the following Info:
Execute the following command on ServerB (which is still the mirror after ServerA becomes unavailable):
ALTER DATABASE <database_name> SET PARTNER...
October 8, 2012 at 10:30 am
Also, I am talking about SQL Server standard edition 2008
October 8, 2012 at 9:39 am
Thanks Gila, That's good steps what you have given. So last question is When the principal is ready, do we need to do any backup on mirror server and...
October 8, 2012 at 9:38 am
These are steps I am thinking..Correct me if anything wrong.
1. Viewing Mirror Information
SELECT d.name, d.database_id, m.mirroring_role_desc,
m.mirroring_state_desc, m.mirroring_safety_level_desc,
...
October 8, 2012 at 9:10 am
Thanks All,
So, here is what I understood.
If Server A fails we need to execute the following command on Server B to make it available.
ALTER DATABASE <database name> SET PARTNER...
October 8, 2012 at 9:05 am
Thanks Gila. But my question is how to resume the Principal server and make the Mirror server database into Recovering state
October 8, 2012 at 8:39 am
Restore verify only with checksum can only be used when the backup file which queried with checksum. If we do not do backup file with checksum, we cannot use the...
September 24, 2012 at 8:19 am
When I restarted the server, tempdb - logreuse wait description showing 'Nothing'. So, is this the only way we need to do?
September 24, 2012 at 8:02 am
I have a scenario here:
On my TEMPDB, the log reuse wait description shows " Active_transaction".
Then I checked DBCC OPENTRAN('tempdb') . I got message showing there are no open transactions. Then...
September 24, 2012 at 7:42 am
oh yeah..forgotten about this...
Anyways now everything working..so I did some DML operations and when I queried on select * from [AuditObjectAccess]..I am not getting pretty precise information of what change...
September 17, 2012 at 2:53 pm
Thanks for good post..That is whay I would like to go for SQL Server side tracing..
September 17, 2012 at 1:59 pm
WHERE CAN I FIND "Service Broker GUID of your Audit database?
"
September 17, 2012 at 1:37 pm
Thanks collen for your immediate info. However, I tried your program on my database. I tried to do some DML operations, but unforutnately I don't see any audit listed...
September 17, 2012 at 12:46 pm
Collen,
Thanks for your info. Can you provide me the steps to use event notifications and Service Broker to...
September 17, 2012 at 11:11 am
You can the following query instead of the one mentioned. I see your query is consuming more cpu which is not good for prod.
Hope you can use my query.
SET NOCOUNT...
September 14, 2012 at 2:14 pm
Viewing 15 posts - 31 through 45 (of 134 total)