How to backup table's data with Sql Server 2008?<!-- --> | <!-- -->Patrick Desjardins Blog
Patrick Desjardins Blog
Patrick Desjardins picture from a conference

How to backup table's data with Sql Server 2008?

Posted on: December 16, 2011

Some time it can be useful to dump all data of a table in the format of SQL insert statement.

This can be done easily with Microsoft SQL Management Studio. The first step is to right click on the database and select the option Task>Generate Script. This will popup a wizard window.

Snap 2011 12 13 at 14 33 57 400x349

The last step is to select that we desire only the data.

Snap 2011 12 13 at 14 36 05 400x288

This will produce all SQL's insert statement with your data.