Link to home
Start Free TrialLog in
Avatar of CraigLazar
CraigLazar

asked on

how to extract table data into a script .sql file

Hi,
I am hoping to find a free utility that allows me to select a table form my 2005 db and then extract the data to a .sql file with the complete INSERT statement for each row.

thanks
Avatar of momi_sabag
momi_sabag
Flag of United States of America image

there are some tools like this
i once wrote a script to do it
it needs a little work but you can try it
you just set the table name and run the query
you will get another query as a result
run it and you're done
Avatar of Aneesh
ASKER CERTIFIED SOLUTION
Avatar of tomtown
tomtown

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CraigLazar
CraigLazar

ASKER

thanks