sys.sp_tableoption
general #stored-procedure
Description
Sets option values for user-defined tables.
Syntax
sp_tableoption
[ @
T able
N ame
P attern = ]
N
'TableNamePattern'
, [ @
O ption
N ame = ]
'OptionName'
, [ @
O ption
V alue = ]
'OptionValue'
[ ; ]