package com.cg.foo;// Generated 2012-7-19 11:40:57 by Hibernate Tools 3.4.0.CR1import java.util.Date;import java.util.HashSet;import java.util.Set;/** * TUser generated by hbm2java */public class TUser implements java.io.Serializable { private long id; private String name; private String nickname; p Read More
http://stackoverflow.com/questions/1515969/exporting-data-in-sql-server-as-insert-intoIn SSMS in the Object Explorer, right click on the database right-click and pick "Tasks" and then "Generate Scripts".This will allow you to generate scripts for a single or all tables, and one o Read More