transparent
Programmer
I have a stored procedure with a parameter @user_id
ie:
CREATE PROCEDURE usp_document_latest
@user_id int -- Top level category of requested path
is it possible to check if the parameter is empty or holds a specific value?
ie:
CREATE PROCEDURE usp_document_latest
@user_id int -- Top level category of requested path
is it possible to check if the parameter is empty or holds a specific value?