yambroskin

Untitled

Jun 6th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. -- сгенерируем Id
  2. declare @currSeqVal bigint
  3. declare @newSeqVal bigint
  4. exec [G_GenId] 'ActivityKontur', 10, @currSeqVal output, @newSeqVal output
  5. set @activivtyId = @currSeqVal
Advertisement
Add Comment
Please, Sign In to add comment