设置用户定义表的选项值。sp_tableoption可用于控制具有varchar(max)、nvarchar(max)、varbinary(max)、xml、text、ntext、image或大型用户定义类型列的表的行内行为。 重要 将在SQL Server 的未来版本中删除行中的文本功能。 若要存储大型值数据,建议使用varchar(max)、nvarchar(max)和varbinary(max)数据类型。
设置用户定义表的选项值。sp_tableoption可用于控制具有varchar(max)、nvarchar(max)、varbinary(max)、xml、text、ntext、image或大型用户定义类型列的表的行内行为。 重要 将在SQL Server 的未来版本中删除行中的文本功能。 若要存储大型值数据,建议使用varchar(max)、nvarchar(max)和varbinary(max)数据类型。
設定使用者定義數據表的選項值。 sp_tableoption可用來使用 varchar(max)、nvarchar(max)、varbinary(max)、xml、text、ntext、image 或大型使用者定義類型數據行來控制數據表的數據列內行為。重要 數據列功能中的文字將會在未來的 SQL Server 版本中移除。 若要儲存大量數據,建議您使用 varchar(max)、 nva...
table变量(包括返回table变量的函数)将自动启用text in row选项,并将inline limit值默认为 256 字节。此选项不可更改。
sp_table_validation[ @table = ]'table'[ , [ @expected_rowcount= ]type_of_check_requestedOUTPUT] [ , [ @expected_checksum= ]expected_checksumOUTPUT] [ , [ @rowcount_only= ]rowcount_only] [ , [ @owner = ]'owner'] [ , [ @full_or_fast= ]full_or_fast] [ , [ @shutdown_agent...
A table option name.@OptionNameisvarchar(35), and can be one of the following values. ValueDescription table lock on bulk loadWhen disabled (the default), it causes the bulk load process on user-defined tables to obtain row locks. When enabled, it causes the bulk load processes on user-...
[ @table_type = ] 'table_type' 一个由逗号分隔的值列表,用于提供有关指定表类型的所有表的信息。 其中包括TABLE、SYSTEMTABLE和VIEW。@table_type为varchar(100),默认值为NULL. 每个表类型都必须用单引号引起来,整个参数必须用双引号引起来。 表类型必须大写。ON如果是SET QUOTED_IDENTIFIER,每个单引号必须加倍...
[,[@table_type =]"'type'"] 值的列表,由逗号分隔,它给出指定表类型的所有表的有关信息,包括TABLE、SYSTEMTABLE和VIEW。type的数据类型为varchar(100),默认值为 NULL。 说明每个表类型都必须用单引号括起来,整个参数必须用双引号括起来。表类型必须大写。如果 SET QUOTED_IDENTIFIER 为 ON,那么每个单引号必须...
Either returns rowcount or checksum information on a table or indexed view, or compares the provided rowcount or checksum information with the specified table or indexed view. This stored procedure is executed at the Publisher on the publication database and at the Subscriber on the ...
[@table_name=]'name' 用来返回目录信息的表。 name 的数据类型为 nvarchar(384),默认值为 NULL。 支持通配符模式匹配。 [@table_owner=]'owner' 用于返回目录信息的表的所有者。 owner 的数据类型为 nvarchar(384),默认值为 NULL。 支持通配符模式匹配。 如果未指定所有者,则遵循基础 DBMS 的默认表可见性规...