Yeah, it can be done and some implementations are slicker than others
(it's not too difficult to implement a fairly basic set of procs that do
the backups to a UNC path, pull those files over to the secondary &
restore them based on the restore history tables in msdb and the backup
history tables in msdb on the primary - a couple days messing around at
a guess, maybe longer if you're not too familiar with the msdb system
tables, etc.).
From memory one of the SQL MVPs (or maybe a couple have done it) put
together a poor man's log shipping solution (I don't think it's free but
most likely cheaper than upgrading to Enterprise Edition). If you
Google log shipping & SQL MVPs you'll probably find references to it.
Can't remember who's solution it was - maybe Andrew Kelly, Adam
Machanic, Aaron Bertrand, Tibor Karaszi, Uri Dimant, Erland Sommarskog,
Mike Epprecht, Vyas Kondreddi, Vinod Kumar, Hari Prasad...one of those
guys I think.
Sorry I can't be more help than that.
--
*mike hodgson*
http://sqlnerd.blogspot.com [quoted text, click to view] S W wrote:
> Mike Hodgson wrote:
>
>> If you want to use the automated log shipping wizards & routines that
>> come with SQL Server, they are only included in Enterprise Edition
>> (for SQL 2000 that is; in SQL 2005 log shipping is included in all
>> editions except Express). That means every server that participates
>> in the topology (primaries, secondaries & monitor(s)) need to be
>> Enterprise Edition, so you would have to upgrade both your primary
>> instances.
>>
>> That said, log shipping is just automated log backup, copy &
>> restore. With a little imagination, you can develop your own
>> solution with some procs, and a few reputable SQL folks have (I just
>> can't remember any links off the top of my head).
>>
>> Good luck.
>>
>> --
>> *mike hodgson*
>>
http://sqlnerd.blogspot.com >
>
> Mike,
>
> I've heard that it can be done without Enterprise edition, but I don't
> have the skill and knowledge currently to set it up. I'd be grateful
> for your assistance in providing any links and other help though.
>
> Thanks,
>