AuthParamSet

Associates and saves an Authorization Parameter with a Profile

  • Stored Procedure
  • SQL Server Compatibility: 2008, 2012, 2014, 2016, 2017

Syntax:

EXEC SQLHTTP.net.AuthParamSet @Profile, @Name, @Value

Arguments:

Name Type Description
@Profile nvarchar(100) Profile Name of your choice on which to group one or more parameter Name/Value pairs
@Name nvarchar(50) Parameter Name of your choice
@Value nvarchar(4000) Parameter Value

Sample Usage:

See Also: