Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- сгенерируем Id
- declare @currSeqVal bigint
- declare @newSeqVal bigint
- exec [G_GenId] 'ActivityKontur', 10, @currSeqVal output, @newSeqVal output
- set @activivtyId = @currSeqVal
Advertisement
Add Comment
Please, Sign In to add comment