ALTER proc [sec].[user_roles_list]
@SID bigint -- not null
,@user_id bigint -- if null, use @login_name
,@login_name nvarchar(50) -- ignored if @user_id is not null
,@project_id bigint -- null
as
Keep it simple, stupid!
No comments:
Post a Comment