RE: How to create a data load script from existing DB data
From: Thomas (Thomas_at_discussions.microsoft.com)
Date: 07/29/04
- Next message: Rathna Raj: "Re: Independant QUery"
- Previous message: nefi: "Delete and Opendatasource"
- In reply to: Frank: "How to create a data load script from existing DB data"
- Next in thread: Beeeeeeeeeeeeves: "RE: How to create a data load script from existing DB data"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Jul 2004 01:59:16 -0700
Hi Frank,
Use http://www.sqlscripter.com to script your data.
You can not only create INSERT scripts, but also UPDATE and DELETE and combinations of them.
It's easy to use and free.
Thomas
"Frank" wrote:
> The enterprise manager has the ability to generate a script of the schema for my database, but I can't find any facility to generate a script of the current data.
>
> I will also need to modify any such script to only back up certain rows of each table. My database contains multiple "application definitions" and I basically need to 'backup' and 'restore' the data for any specified "application" instance. Every table has an "application ID" column so this should be easy.
>
> Seems like there should be some generic way to generate a dataload script that I could then modify. Any suggestions?
>
> Thanks,
> -- Frank
- Next message: Rathna Raj: "Re: Independant QUery"
- Previous message: nefi: "Delete and Opendatasource"
- In reply to: Frank: "How to create a data load script from existing DB data"
- Next in thread: Beeeeeeeeeeeeves: "RE: How to create a data load script from existing DB data"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|