Advertisement
Ruslan_Rayanov

fm_newHuman_checkItem

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