set
INSERT
set
identity_insert DbName.[dbo].[TblName] offi get error message is that
"
An explicit value for the identity column in table 'JewelSoftInt20110308.dbo.category' can only be specified when a column list is used and IDENTITY_INSERT is ON.
"INTO ToDbName.[dbo].[tblName] SELECT * FROM FrmDbNme.[dbo].[tblName]identity_insert Dbname.[dbo].[Tblname] on
Guest UserPosted Mar 9, 2011, 9:22 AM