Advertisement

07.09.2008 at 09:40AM PDT, ID: 23550925 | Points: 50
[x]
Attachment Details

Is there any to find whether a database logshipping is enabled or not by using a T-sql query or vbscript?

Asked by vvkp in SQL Server 2005

Tags: Microsoft, SQL Server, 2005 with sp2

Is there any to find whether a database logshipping is enabled or not by using a T-sql query or vbscript?

For expample we can find the status or recoverymodel etc., by using the query
SELECT name, DATABASEPROPERTYEX(name, 'Status')
FROM   master.dbo.sysdatabases
ORDER BY 1

like that can we kow about the TransactionLogShipping is enabled or not?Start Free Trial
 
 
[+][-]07.09.2008 at 10:38AM PDT, ID: 21966228

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628