UserAgents

Table used as reference of usable User Agents with the HTTPRequest Stored Procedure

  • Table
  • SQL Server Compatibility: 2008, 2012, 2014, 2016, 2017
Column name Data type Description
UserAgentName varchar(100) Friendly Name for a given UserAgent Request Header
UserAgent nvarchar(8000) The string to be used as a UserAgent Request Header
IsSystem nvarchar(MAX) 1 = Provided as part of the SQLHTTP initial installation/upgrade

0 = Manually added by the user

Remarks:

For more information see User Agents

See Also: