Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Import / Restore Backup File

Author  Topic 

michaelro
Starting Member

4 Posts

Posted - 2009-02-09 : 06:30:50
One of our partners hosts a SQL Server database. Overnight they save the backup file to a file share we can access.

I imported the first file manually.

Is there a way to set up a regular package to import (restore?) the backup file every day?

The Filename is the database & current date.

Any other suggestions / solutions if above is not possible?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-02-09 : 13:06:56
You can setup a SQL job to perform the RESTORE DATABASE command.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -