Viewing 15 posts - 1 through 15 (of 29 total)
Are any of the database files on Server A offline?
This query will show you the status of the database files.
select name,
state_desc
FROM sys.database_files
August 15, 2013 at 10:56 am
Yes, you will need to restore from a backup that does not contain these errors otherwise you will continue to see the error after restoring.
July 1, 2013 at 10:06 am
CHECKDB is encountering a severe error that is preventing it from completing. You may be able to get the actual error by running DBCC CHECKCATALOG but I suggest you...
July 1, 2013 at 9:23 am
With a remote distributor the subscription can be configured as either push or pull. For high availability of replication you wouldn't want the publisher acting as its own distributor....
May 14, 2013 at 10:18 am
Yes as long at the principal is still sending changes and the mirror is applying changes their status will say "synchronized".
This link explains the mirroring states. http://msdn.microsoft.com/en-us/library/ms189284.aspx
May 14, 2013 at 9:49 am
What is the status of the mirror database, does it say mirror disconnected?
May 1, 2013 at 8:00 am
You will need to re-setup mirroring from scratch. Restore the database and transaction logs to the mirror with NORECOVERY then setup mirroring under the mirroring tab of the database...
April 10, 2013 at 8:07 am
Good question Wayne learned something about XML Column_Set.
September 5, 2012 at 7:35 am
The log reader agent will not read past transactions that have not been hardened on the mirror. Enabling trace flag 1448 will allow the server to continue delivering replicated...
July 5, 2012 at 2:53 pm
Not the stored procedures for the publication but the stored procedures that are being used for the table inserts. Highlight the article in the articles window of the publication...
April 25, 2012 at 5:37 am
You can change the name of the stored procedure in the properties for the publication. Once you have the properties of the publication open select that article and change...
April 23, 2012 at 1:48 pm
What protocols do you have enabled under network configuration?
April 23, 2012 at 1:38 pm
Good question, luckily read the question twice before answering.
October 10, 2011 at 8:19 am
Viewing 15 posts - 1 through 15 (of 29 total)