If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > Automatically copy database from one server to another

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #16 (permalink)  
Old 03-17-10, 14:28
PMASchmed PMASchmed is offline
Registered User
 
Join Date: Jun 2004
Location: Long Island
Posts: 696
I just use "dumper/loader" scripts as I did in the old days with Sybase/UNIX, just converted to simple NT shell scripts, I do it every night to refresh our staging environments.

You can use sp_help_revlogin to extract logins and pws from source
- load databases via restore (I just restore via UNC paths that point to prod backups)
- fix users following each restore

Last edited by PMASchmed; 03-17-10 at 14:32.
Reply With Quote
  #17 (permalink)  
Old 02-24-11, 13:28
mikeshilov mikeshilov is offline
Registered User
 
Join Date: Feb 2011
Posts: 1
Smile

What you want can be called "poor man's replication" and SQLBackupAndFTP + One-Click SQL Restore are exactly the programs to do it. Look here for more information: Is this tool for me - SqlBackupAndFTP General - Sql Backup & Script Generator
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On