SET IDENTITY_Insert [Tag.V2].[dbo].[Members_EnAccount]  ON;

insert into [Tag.V2].[dbo].[Members_EnAccount]([ID]
      ,[CBID]
      ,[OrgCode]
      ,[UserName]
      ,[LoginName]
      ,[LoginPwd]
      ,[PwdSign]
      ,[IsFrozen]
      ,[LoginCount]
      ,[LoginIP]
      ,[LoginAt]
      ,[CreateAt]
      ,[CreateIP]
      ,[FileSrc]
      ,[AuditType]
      ,[AuditResult]
      ,[AuditAt]
      ,[AuditID]
      ,[AuditName]
      ,[AuditIP]
      ,[Email]
      ,[ContactName]
      ,[ContactPhone]) values(284,2,'','','','','',0,0,'58.213.161.170','','2015-08-31 10:13:00','','',2,'','',2,'小玉','58.213.151.82','','','') 

SET IDENTITY_Insert  [Tag.V2].[dbo].[Members_EnAccount]  OFF;

  表名必须一致,开启后必须关闭,否则不能对之后的表进行操作

相关文章:

  • 2021-11-12
  • 2021-10-01
  • 2018-05-24
  • 2022-01-02
  • 2022-12-23
  • 2022-01-19
  • 2021-06-01
猜你喜欢
  • 2022-02-07
  • 2021-06-23
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案