Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Replication

Status
Not open for further replies.

manmaria

Technical User
Joined
Aug 8, 2003
Messages
286
Location
US
We like to replicate the database to another database without any data including the stored procedures,views etc.,
Is there any best approach to do this?

Also what is the best way to copy some data from the original database to this replicated database on a constant basis?

Thanks in advance,
 
easiest way would be to script out the objects via enterprise manager. The easiest way to get data into the empty db would be to use dts.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top