Utility to dump SQL Server Express database as text file

I want to dump my SQL Server Express database as a SQL Server text file including "create table and index statements, and "insert into ... statements for all tables." Postgres has such a utility called pg_dump. Any ideas?

    Requires Free Membership to View

The new Visual Studio Team Edition for Database Professionals has this option. Alternately, you might just want to use some community resources like this one from CodeProject.

This was first published in February 2007

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.