SQL Visualizer provides you with the ability to script the data in a table creating a sequence of INSERT statements allowing you to reverse engineer the contents of a table.
To script the content of a table select the table in the Workspace or a table based Object View. From the context menu select Script then Data.
If the table contains an IDENTITY column the script will include a statement to allow identity IDs to be inserted and a statement to re-enable identities when complete.
N.B. For performance reasons the format of the script cannot be changed, i.e. data scripting does not use the XSLT method of output as other scripting does.