Transact-SQL 語法慣例 語法 syntaxsql 複製 ADD [ COUNTER ] SIGNATURE TO module_class::module_name BY <crypto_list> [ , ...n ] <crypto_list> ::= CERTIFICATE cert_name | CERTIFICATE cert_name [ WITH PASSWORD = 'password' ] | CERTIFICATE cert_name WITH SIGNATURE = signed_blob | ASYMME...
Transact-SQL 语法约定 语法 syntaxsql sp_addlinkedserver[ @server = ]N'server'[ , [ @srvproduct = ]N'srvproduct'] [ , [ @provider = ]N'provider'] [ , [ @datasrc = ]N'datasrc'] [ , [ @location = ]N'location'] [ , [ @provstr = ]N'provstr'] [ , [ @catal...
Transact-SQL 구문 표기 규칙 구문 syntaxsql복사 sp_addsubscription[ @publication = ]N'publication'[ , [ @article = ]N'article'] [ , [ @subscriber = ]N'subscriber'] [ , [ @destination_db= ]N'destination_db'] [ , [ @sync_type= ]N'sync_type'] [ ...
Transact-SQL 구문 표기 규칙구문syntaxsql 복사 sp_adddistributor [ @distributor = ] N'distributor' [ , [ @heartbeat_interval = ] heartbeat_interval ] [ , [ @password = ] N'password' ] [ , [ @from_scripting = ] from_scripting ] [ ; ] ...
Fixes incorrect syntax error when you add a subscription by using the "sp_addpullsubscription_agent" stored procedure in SQL Server.
Transact-SQL 语法约定 语法 syntaxsql复制 sp_add_alert[ @name = ]N'name'[ , [ @message_id= ]message_id] [ , [ @severity = ] severity ] [ , [ @enabled = ] enabled ] [ , [ @delay_between_responses= ]delay_between_responses] [ , [ @notification_message= ]N'notification_message...
syntaxsql Copy sp_add_proxy [ @proxy_name = ] 'proxy_name' , [ @enabled = ] is_enabled , [ @description = ] 'description' , [ @credential_name = ] 'credential_name' , [ @credential_id = ] credential_id , [ @proxy_id = ] id OUTPUT [ ; ] Arguments [ @proxy_name = ...
For more information about these tokens and updating your job steps to use the new token syntax, seeUse Tokens in Job Steps. Any Windows user with write permissions on the Windows Event Log can access job steps that are activated by SQL Server Agent alerts or WMI alerts. To avoid this sec...
syntaxsql Copy sp_add_schedule [ @schedule_name = ] 'schedule_name' [ , [ @enabled = ] enabled ] [ , [ @freq_type = ] freq_type ] [ , [ @freq_interval = ] freq_interval ] [ , [ @freq_subday_type = ] freq_subday_type ] [ , [ @freq_subday_interval = ] freq_subday...
add(docs).execute();See also CollectionAddFunction for the syntax of add() in EBNF. PREV HOME UP NEXT © 2025 Oracle