It's set up using books online topic "How to: Enable Log Shipping (SQL
Server Management Studio) ". I totally missed those tables and procs.
I'll take a look into them.
/Peter
On Thu, 22 May 2008 19:10:02 -0700, Linchi Shea
<LinchiS...@discussions.microsoft.com> wrotc:
>There are so many different ways to set up log shipping. You need to describe
>how your log shipping is set up before any suggestion on how to identify it
>can be made.
>Linchi
>"Peter Lindberg" wrote:
>> Is there a way to query any dynamic view or system table to see if a
>> database has log shipping enabled? I belived it should be in
>> databaseproperty or databasepropertyex but I can'tr find it.
>> My purpose is to handle these databases in a different way when
>> building up dynamic transaction log backup job.
>> /Peter