|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Tools to script a database?Are there any open source/freeware tools that will script a database and its
data? I have to move a simple database from SQLS 2005 to SQLS 2000. -- I'm familiar with RedGate, but I don't do this often enough to justify the cost. --I know I can script structure from Management Studio and use a script from an online library to script the data. But I do this just often enough to look for a single-step tool to do the job. Anyone know of such a thing? Thanks in advance. -- David Veeneman Foresight Systems DataTime(tm) Community Client has some functionality to create
and load Dump files. See: Database Explorer > Run Dump and Database Explorer > Export (to dump file) I don't know if it can suffice for you purposes. In case, some extra functionality can be added (freely) on the fly. No problem. http://cam70.sta.uniroma1.it/Community/ -Tom David Veeneman (domain is my last name) ha scritto: Show quote > Are there any open source/freeware tools that will script a database and its > data? I have to move a simple database from SQLS 2005 to SQLS 2000. > > -- I'm familiar with RedGate, but I don't do this often enough to justify > the cost. > > --I know I can script structure from Management Studio and use a script from > an online library to script the data. But I do this just often enough to > look for a single-step tool to do the job. > > Anyone know of such a thing? Thanks in advance. > > -- > David Veeneman > Foresight Systems You could use BCP/DTS to move the data yourself.
or you could use something like this http://vyaskn.tripod.com/code/generate_inserts.txt http://vyaskn.tripod.com/code/generate_inserts_2005.txt -- Show quoteKeith Kratochvil "David Veeneman" <davidv@nospam.com (domain is my last name)> wrote in message news:%23OvE7I5nGHA.1444@TK2MSFTNGP02.phx.gbl... > Are there any open source/freeware tools that will script a database and > its data? I have to move a simple database from SQLS 2005 to SQLS 2000. > > -- I'm familiar with RedGate, but I don't do this often enough to justify > the cost. > > --I know I can script structure from Management Studio and use a script > from an online library to script the data. But I do this just often enough > to look for a single-step tool to do the job. > > Anyone know of such a thing? Thanks in advance. > > -- > David Veeneman > Foresight Systems > Use http://www.sqlscripter.com to script you data.
-Thomas Show quote "David Veeneman" wrote: > Are there any open source/freeware tools that will script a database and its > data? I have to move a simple database from SQLS 2005 to SQLS 2000. > > -- I'm familiar with RedGate, but I don't do this often enough to justify > the cost. > > --I know I can script structure from Management Studio and use a script from > an online library to script the data. But I do this just often enough to > look for a single-step tool to do the job. > > Anyone know of such a thing? Thanks in advance. > > -- > David Veeneman > Foresight Systems > > > I ended up using Microsoft SQL Server Web Administrator Ver. 2.0:
http://www.microsoft.com/downloads/details.aspx?familyid=F0D03472-5E6C-459E-A6D8-6745A729C3C9&displaylang=en |
|||||||||||||||||||||||