Stored Procedure Accelerator Guide for Microsoft SQL Server

Stored Procedure Accelerator Guide for Microsoft SQL Server

Parameter Data Types

Parameter Data Types

The stored procedures that you mask with the Stored Procedure Accelerator for Microsoft SQL Server must have parameters with recognized data types.
You can use the accelerator to mask stored procedures that contain parameters with the following data types:
  • bigint
  • bit
  • char
  • date
  • datetime
  • datetime2
  • decimal
  • float
  • int
  • money
  • nchar
  • ntext
  • numeric
  • nvarchar
  • nvarchar(max)
  • real
  • smalldatetime
  • smallint
  • smallmoney
  • text
  • time
  • tinyint
  • varchar
  • varchar(max)
  • xml
You cannot mask stored procedures that contain parameters with the following data types:
  • binary
  • datetimeoffset
  • geography
  • geometry
  • hierarchyid
  • image
  • sql_variant
  • timestamp
  • uniqueidentifier
  • varbinary
  • varbinary(max)

0 COMMENTS

We’d like to hear from you!