Advertisement
hecrus

Form Add CheckItem2

Oct 10th, 2020
1,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
T-SQL 0.19 KB | None | 0 0
  1. CREATE PROCEDURE [dbo].[fm_newHuman_checkItem]
  2.    @username nvarchar(256),
  3.    @itemID int,
  4.    @parameters ExtendedDictionaryParameter readonly
  5.    
  6. AS
  7. BEGIN
  8.     select 1 Result, '' Msg
  9. END
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement