syntaxsql 複製 sp_sequence_get_range [ @sequence_name = ] N'sequence_name' , [ @range_size = ] range_size , [ @range_first_value = ] range_first_value OUTPUT [ , [ @range_last_value = ] range_last_value OUTPUT ] [ , [ @range_cycle_count = ] range_cycle_count OUTPUT ] ...
syntaxsql 复制 sp_sequence_get_range [ @sequence_name = ] N'sequence_name' , [ @range_size = ] range_size , [ @range_first_value = ] range_first_value OUTPUT [ , [ @range_last_value = ] range_last_value OUTPUT ] [ , [ @range_cycle_coun...
Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012 vary as follows: Transact-SQLdoes not support this feature.
Applies to: SQL Server Returns one row for each change applied to the source table within the specified log sequence number (LSN) range. If a source row had multiple changes during the interval, each change is represented in the returned result set. In addition to r...
The specified name is hashed internally into a value that can be stored in the SQL Server lock manager. @Resource is binary-compared, and thus is case-sensitive regardless of the collation settings of the current database. Note After an application lock has been acquired, only the first 32 ...
SQLGetSubString() is used to retrieve a portion of a large object value referenced by a large object locator. The large object locator has been returned from the data source (returned by a fetch or a previous SQLGetSubString() call) during the current transaction. Unicode (UTF-16) ...
for sp_sequence_get_range system stored procedures and NEXT VALUE FOR function when they are executed in the same sequence object in parallel. Both of them read and write to the current value of the sequence gener...
HY010 Function sequence error (DM) SQLExecute, SQLExecDirect, or SQLMoreResults was called for the StatementHandle and returned SQL_PARAM_DATA_AVAILABLE. This function was called before data was retrieved for all streamed parameters. HY013 Memory management error The function call could not be ...
Export-CMTaskSequence Get-CMAADApplication Get-CMAADTenant Get-CMAccessAccount Get-CMAccessLicense Get-CMAccount Get-CMActiveDirectoryForest Get-CMActiveDirectorySite Get-CMAdministrativeUser Get-CMAdvancedThreatProtectionPolicy Get-CMAlert Get-CMAlertSubscription Get-CMAntimalwarePolicy Get-CMApplication Get...
CURRENT 或 堆栈化 指定要访问的诊断区域。 当前 指定以访问第一个诊断区域。 它对应于先前执行的 SQL 语句,而该语句不是 GET DIAGNOSTICS 语句。 这是缺省情况。 堆积 指定以访问第二个诊断区域。 第二个诊断区域仅在处理程序中可用。 它对应于在输入处理程序之前执行的先前 SQL 语句,而该 SQL 语句不是 GET...