I've got a production app running on postgres, and I'm dumping a tar.gz file at night . I want to restore this dump to a different SQL Server database instance. Are there any automated (or indirect) ways to do this in an automated fashion?
Yes, you can do DTS jobs to import from the dump on a timely basis.
Comments
Post a Comment