vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I would like to find a utility that can scan through an existing Sql Server 2000 database and create scripts to re-insert/re-populate the data into another DB with the same table structures. Like a back-up utility. Can anyone recommend one (or tell me which ones to avoid)? I would like one that takes dependencies between tables into consideration. Thanks |
| ||||
| Try this stored procedure: http://vyaskn.tripod.com/code.htm#inserts -- Vyas, MVP (SQL Server) http://vyaskn.tripod.com/ "Chris Jones" <sarophes@yahoo.com> wrote in message news:ad3e5184.0408110953.4a2c4c20@posting.google.c om... > I would like to find a utility that can scan through an existing Sql > Server 2000 database and create scripts to re-insert/re-populate the > data into another DB with the same table structures. Like a back-up > utility. > Can anyone recommend one (or tell me which ones to avoid)? I > would like one that takes dependencies between tables into > consideration. > > Thanks |