Was mich dabei interessiert ist der Anwendungsfall. Mir f�llt dazu jetzt nix ein.
HH > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag von > [EMAIL PROTECTED] > Gesendet: Mittwoch, 12. Mai 2004 11:14 > An: [EMAIL PROTECTED] > Betreff: [Coffeehouse] Re: [Coffeehouse] SQL Server automatischer > Restore > > > > Marcus Schwunk <[EMAIL PROTECTED]> schrieb am 12.05.2004, 11:04:00: > > > ich suche ein Tool welches automatisch in einem bestimmten > Zeitinterval > > von einem Backup File ein Restore einer Datenbank durchf�hrt. > > Also kein Backup tool, sondern ein Restore tool ;-) > > Kennt da jemand was g�nstiges? > > ziemlich g�nstig ist der eingebaute SQL Server Agent. ;-) > Dort zeitgesteuert: > restore database [Name] from disk='Pfad zum Datenbankbackup' WITH > REPLACE; > > -- > Gru�, > Volker > _______________________________________________ > Coffeehouse Mailingliste, Postings senden an: > [EMAIL PROTECTED] > An-/Abmeldung und Suchfunktion unter: > http://www.glengamoi.com/mailman/listinfo/coffeehouse > _______________________________________________ Coffeehouse Mailingliste, Postings senden an: [EMAIL PROTECTED] An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/coffeehouse
