maximumint配置选项的最大值。 config_valueint使用sp_configure. 设置的值。 run_valueintPolyBase 正在使用当前值。 此值通过运行RECONFIGURE来设置。 run_value通常config_value相同,除非值正在更改。 如果正在进行重新配置,则可能需要重启计算机,运行值才会准确。
SQL3077N T 記錄 value 中CCNT 欄位中指定的 C 記錄數,超出容許的最大值 maximum。 解說 T 記錄中 CCNT 欄位的值,大於指示版次的最大值。 公用程式停止處理。未載入資料。 使用者回應 請檢查 T 記錄的 CCNT 欄位。 SQL3078N A 記錄的長度欄位不能轉換為數值。 解說 A 記錄的長度欄位不是採用...
maximumint配置选项的最大值。 config_valueint使用sp_configure配置选项设置的值(值 insys.configurations.value)。 有关这些选项的详细信息,请参阅服务器配置选项和sys.configurations。 run_valueint当前正在运行的配置选项值(值 insys.configurations.value_in_use)。
在SQL Server 2005 (9.x) 之前,若要使用大值数据类型,必须进行特殊的处理。 大值数据类型是超过最大行大小 8 KB 的数据类型。 SQL Server 2005 (9.x) 引入了varchar、nvarchar和varbinary数据类型的最大说明符,以允许存储大小为 2^31 -1 字节的值。 表列和 Transact-SQL 变量可以指定varchar(max)、nvarcha...
If the value was greater than the maximum value, then the maximum value for the data type has been assigned. If the value was less than the minimum value, then the minimum value for the data type has been assigned. For an SMALLINT data type, the value assigned for the maximum i...
ERRCODE_NUMERIC_VALUE_OUT_OF_RANGE 报错:bigint out of range 问题原因:BIGINT类型的数据长度超过了限制。 解决方法:处理脏数据,使其在BIGINT类型的长度范围内。 报错:numeric field overflow in function round 问题原因:NUMERIC类型的字段超过了精度限制。
DELTA_PROTOCOL_PROPERTY_NOT_INT、INVALID_OPTIONS、STATE_STORE_DOES_NOT_SUPPORT_REUSABLE_ITERATOR、STATE_STORE_INVALID_CONFIG_AFTER_RESTART、STATE_STORE_INVALID_PROVIDER、STATE_STORE_INVALID_VARIABLE_TYPE_CHANGE、STATE_STORE_PROVIDER_DOES_NOT_SUPPORT_FINE_GRAINED_STATE_REPLAY、STATE_STORE_STATE_SCHEMA_FILES...
以上言论为官方手册上的解释(原文:the next value inserted is the least value in the series that is greater than the maximum existing value in the AUTO_INCREMENT column),但实际上并不标准,更准确的说法是:根据当前offset和increment计算增长序列,并从中挑出大于或等于原序列的下一个值。例如上面offset=3,...
Return value Theintdifference between thestartdateandenddate, expressed in the boundary set bydatepart. For example,SELECT DATEDIFF(day, '2036-03-01', '2036-02-28');returns-2, hinting that 2036 must be a leap year. This case means that if we start atstartdate2036-03-01, and then coun...
A column of typesql_variantmay contain rows of different data types. For example, a column defined assql_variantcan storeint,binary, andcharvalues. sql_variantcan have a maximum length of 8016 bytes. This includes both the base type information and the base type value. The maximum length of...