Use DBATool (its free)

http://www.databee.com/

Take a full export of you database with rows=n. And this tool will read your dump file and create sql scripts that can be used to create the database and the schema as well.

HTH