Not many people know this but you can use sub sonic (http://subsonicproject.com/) to script both the database structure and the data inside it.
The commands are pretty simple ( i use the command line ) eg.
sonic.exe scriptdata /server testserver /db testdb .
This will script all the data into insert statements for you :) , nice and clean.You and also hook this into visual studio if you want to make it easier and not use the command line.