Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. USE [CRS_QA]
  2. GO
  3. SET IDENTITY_INSERT [dbo].[sltLedgerTemplate] ON
  4. GO
  5. INSERT [dbo].[sltLedgerTemplate] ([sltUId], [sltGId], [sltStcStockId], [sltStoDepotId], [sltNttEndorsedTemplateId], [sltNttFinalizedTemplateId], [sltTypCreatedUserGroupId], [sltTypEndorsedUserGroupId], [sltTypFinalizedUserGroupId], [sltTypLedgerWorkflowId], [sltTypReportGroupId], [sltCode], [sltName], [sltType], [sltLedgerUsage], [sltStatusUsage], [sltWorkflowOrderNo], [sltCodePattern], [sltCodePeriod], [sltCodeGeneration], [sltCodeSequence], [sltEnabled], [sltComments], [sltUsrModifyId], [sltModifyDate], [sltDeleted]) VALUES (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, N'', N'', N'RQ', N'R', N'C', 1, N'MP-{seqnum}-{yyyy}-{0m}-{0d}', N'X', N'X', 0, 0, N'', 0, CAST(N'1800-01-01T00:00:00.000' AS DateTime), 0)
  6. GO
  7. INSERT [dbo].[sltLedgerTemplate] ([sltUId], [sltGId], [sltStcStockId], [sltStoDepotId], [sltNttEndorsedTemplateId], [sltNttFinalizedTemplateId], [sltTypCreatedUserGroupId], [sltTypEndorsedUserGroupId], [sltTypFinalizedUserGroupId], [sltTypLedgerWorkflowId], [sltTypReportGroupId], [sltCode], [sltName], [sltType], [sltLedgerUsage], [sltStatusUsage], [sltWorkflowOrderNo], [sltCodePattern], [sltCodePeriod], [sltCodeGeneration], [sltCodeSequence], [sltEnabled], [sltComments], [sltUsrModifyId], [sltModifyDate], [sltDeleted]) VALUES (11, 1000000000001, 11, 11, 11, 11, 11, 11, 11, 11, 11, N'testCode11', N'testName11', N'RO', N'R', N'C', 1, N'MP-{seqnum}-{yyyy}-{0m}-{0d}', N'X', N'X', 11, 1, N'sltComments', 11, CAST(N'2200-01-01T00:00:00.000' AS DateTime), 0)
  8. GO
  9. SET IDENTITY_INSERT [dbo].[sltLedgerTemplate] OFF
  10. GO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement