Transact-SQL Source Code Builder
EditRocket provides information on the following Transact-SQL Library routines in the Transact-SQL source code builder included in EditRocket:
Note: For performing PL/SQL development, please see RazorSQL, a database query tool, SQL editor, and database browser.
Built-in
ABS ( numeric_expression )
ACOS ( float_expression )
APP_NAME ( )
ASCII ( character_expression )
ASIN ( float_expression)
ATAN ( float_expression )
ATN2 ( float_expression , float_expression )
AVG ( [ ALL | DISTINCT ] expression )
CAST ( expression AS data_type [ (length ) ])
CEILING ( numeric_expression )
CHAR ( integer_expression )
CHARINDEX ( expression1 ,expression2 [ , start_location ] )
CHECKSUM ( * | expression [ ,...n ] )
CHECKSUM_AGG ( [ ALL | DISTINCT ] expression )
COALESCE ( expression [ ,...n ] )
COL_LENGTH ( 'table' , 'column' )
COL_NAME ( table_id , column_id )
COLLATIONPROPERTY( collation_name , property )
COLUMNPROPERTY ( id , column , property )
CONVERT ( data_type [ ( length ) ] , expression [ , style ] )
COS ( float_expression )
COT ( float_expression )
COUNT ( { [ [ ALL | DISTINCT ] expression ] | * } )
COUNT_BIG ( { [ ALL | DISTINCT ] expression } | * )
CURRENT_USER
CURSOR_STATUS ({ 'local' , 'cursor_name' }| { 'global' , 'cursor_name' } | { 'variable' , 'cursor_variable' } )
DATABASEPROPERTY ( database , property )
DATABASEPROPERTYEX ( database , property )
DATALENGTH ( expression )
DATEADD (datepart , number, date )
DATEDIFF ( datepart , startdate , enddate )
DATENAME ( datepart , date )
DATEPART ( datepart , date )
DAY ( date )
DB_ID ( [ 'database_name' ] )
DB_NAME ( [ database_id ] )
DEGREES ( numeric_expression )
DIFFERENCE ( character_expression , character_expression )
EXP ( float_expression )
FILE_ID ( file_name )
FILE_IDEX ( file_name )
FILE_NAME ( file_id )
FILEGROUP_ID ( 'filegroup_name' )
FILEGROUP_NAME ( filegroup_id )
FILEGROUPPROPERTY ( filegroup_name , property )
FILEPROPERTY ( file_name , property )
FLOOR ( numeric_expression )
FORMATMESSAGE ( msg_number , [ param_value [ ,...n ] ] )
FULLTEXTCATALOGPROPERTY ('catalog_name' ,'property' )
FULLTEXTSERVICEPROPERTY ('property' )
GETANSINULL ( [ 'database' ] )
GETDATE ( )
GETUTCDATE( )
GROUPING (
HAS_DBACCESS ( 'database_name' )
HOST_ID()
HOST_NAME()
IDENT_CURRENT( 'table_name' )
IDENT_INCR ( 'table_or_view' )
IDENT_SEED ( 'table_or_view' )
IDENTITY (data_type [ , seed , increment ] ) AS column_name
INDEX_COL ( '[ database_name . [ schema_name ] .| schema_name ] table_or_view_name', index_id , key_id )
INDEXKEY_PROPERTY ( object_ID ,index_ID ,key_ID ,property )
INDEXPROPERTY ( object_ID , index_or_statistics_name , property )
IS_MEMBER ( { 'group' | 'role' } )
IS_SRVROLEMEMBER ('role' [ , 'login' ] )
ISDATE ( expression )
ISNULL ( check_expression , replacement_value )
ISNUMERIC ( expression )
LEFT ( character_expression , integer_expression )
LEN ( string_expression )
LOG ( float_expression )
LOG10 ( float_expression )
LOWER ( character_expression )
LTRIM ( character_expression )
MAX ( [ ALL | DISTINCT ] expression )
MIN ( [ ALL | DISTINCT ] expression )
MONTH ( date )
NCHAR ( integer_expression )
NEWID ( )
NULLIF ( expression , expression )
OBJECT_ID ( '[ database_name . [ schema_name ] . | schema_name . ] object_name' [ ,'object_type' ] )
OBJECT_NAME ( object_id [, database_id ] )
OBJECTPROPERTY ( id , property )
OPENDATASOURCE ( provider_name, init_string )
OPENQUERY ( linked_server ,'query' )
OPENROWSET ( . . . )
OPENXML( idoc int [ in] , rowpattern nvarchar [ in ] , [ flags byte [ in ] ] ) [ WITH ( SchemaDeclaration | TableName ) ]
PARSENAME ( 'object_name' , object_piece )
PATINDEX ( '%pattern%' , expression )
PERMISSIONS ( [ objectid [ , 'column' ] ] )
PI()
POWER ( float_expression , y )
QUOTENAME ( 'character_string' [ , 'quote_character' ] )
RADIANS ( numeric_expression )
RAND ( [ seed ] )
REPLACE ( string_expression1 , string_expression2 , string_expression3 )
REPLICATE ( string_expression ,integer_expression )
REVERSE ( character_expression )
RIGHT ( character_expression , integer_expression )
ROUND ( numeric_expression , length [ ,function ] )
ROWCOUNT_BIG ( )
RTRIM ( character_expression )
SCHEMA_ID( [ schema_name ] )
SCHEMA_NAME ( [ schema_id ] )
SCOPE_IDENTITY()
SERVERPROPERTY ( propertyname )
SESSION_USER
SESSIONPROPERTY (option)
SIGN ( numeric_expression )
SIN ( float_expression )
SOUNDEX ( character_expression )
SPACE ( integer_expression )
SQL_VARIANT_PROPERTY ( expression , property )
SQRT ( float_expression )
SQUARE ( float_expression )
STATS_DATE ( table_id , stats_id )
STDEV ( [ ALL | DISTINCT ] expression )
STDEVP ( [ ALL | DISTINCT ] expression )
STR ( float_expression [ , length [ , decimal ] ] )
STUFF ( character_expression , start , length ,character_expression )
SUBSTRING ( value_expression ,start_expression , length_expression )
SUM ( [ ALL | DISTINCT ] expression )
SUSER_ID ( [ 'login' ] )
SUSER_NAME ( [ server_user_id ] )
SYSTEM_USER
TAN ( float_expression )
TEXTPTR ( column )
TEXTVALID ( 'table.column' ,text_ ptr )
TYPE_ID ( [ schema_name ] type_name )
TYPE_NAME ( type_id )
TYPEPROPERTY (type , property)
UNICODE ( 'ncharacter_expression' )
UPPER ( character_expression )
USER
USER_ID ( [ 'user' ] )
USER_NAME ( [ id ] )
VAR ( [ ALL | DISTINCT ] expression )
VARP ( [ ALL | DISTINCT ] expression )
YEAR ( date )
System Procedures
sp_ActiveDirectory_Obj(@RETURN_VALUE int RETURN,@Action nvarchar IN,@ObjType nvarchar IN,@ObjName sysname IN,@DatabaseName sysname IN,@GUIDName sysname IN)
sp_ActiveDirectory_SCP(@RETURN_VALUE int RETURN,@Action nvarchar IN,@Startup int IN)
sp_ActiveDirectory_Start(@RETURN_VALUE int RETURN)
sp_add_agent_parameter(@RETURN_VALUE int RETURN,@profile_id int IN,@parameter_name sysname IN,@parameter_value nvarchar IN)
sp_add_agent_profile(@RETURN_VALUE int RETURN,@profile_id int OUT,@profile_name sysname IN,@agent_type int IN,@profile_type int IN,@description nvarchar IN,@default bit IN)
sp_add_data_file_recover_suspect_db(@RETURN_VALUE int RETURN,@dbName sysname IN,@filegroup nvarchar IN,@name nvarchar IN,@filename nvarchar IN,@size nvarchar IN,@maxsize nvarchar IN,@filegrowth nvarchar IN)
sp_add_log_file_recover_suspect_db(@RETURN_VALUE int RETURN,@dbName sysname IN,@name nvarchar IN,@filename nvarchar IN,@size nvarchar IN,@maxsize nvarchar IN,@filegrowth nvarchar IN)
sp_add_log_shipping_alert_job(@RETURN_VALUE int RETURN,@alert_job_id uniqueidentifier OUT)
sp_add_log_shipping_primary_database(@RETURN_VALUE int RETURN,@database sysname IN,@backup_directory nvarchar IN,@backup_share nvarchar IN,@backup_job_name sysname IN,@backup_retention_period int IN,@monitor_server sysname IN,@monitor_server_security_mode bit IN,@monitor_server_login sysname IN,@monitor_server_password sysname IN,@backup_threshold int IN,@threshold_alert int IN,@threshold_alert_enabled bit IN,@history_retention_period int IN,@backup_job_id uniqueidentifier OUT,@primary_id uniqueidentifier OUT,@overwrite bit IN,@ignoreremotemonitor bit IN)
sp_add_log_shipping_primary_secondary(@RETURN_VALUE int RETURN,@primary_database sysname IN,@secondary_server sysname IN,@secondary_database sysname IN,@overwrite bit IN)
sp_add_log_shipping_secondary_database(@RETURN_VALUE int RETURN,@secondary_database sysname IN,@primary_server sysname IN,@primary_database sysname IN,@restore_delay int IN,@restore_all bit IN,@restore_mode bit IN,@disconnect_users bit IN,@block_size int IN,@buffer_count int IN,@max_transfer_size int IN,@restore_threshold int IN,@threshold_alert int IN,@threshold_alert_enabled bit IN,@history_retention_period int IN,@overwrite bit IN,@ignoreremotemonitor bit IN)
sp_add_log_shipping_secondary_primary(@RETURN_VALUE int RETURN,@primary_server sysname IN,@primary_database sysname IN,@backup_source_directory nvarchar IN,@backup_destination_directory nvarchar IN,@copy_job_name sysname IN,@restore_job_name sysname IN,@file_retention_period int IN,@monitor_server sysname IN,@monitor_server_security_mode bit IN,@monitor_server_login sysname IN,@monitor_server_password sysname IN,@copy_job_id uniqueidentifier OUT,@restore_job_id uniqueidentifier OUT,@secondary_id uniqueidentifier OUT,@overwrite bit IN,@ignoreremotemonitor bit IN)
sp_addalias(@RETURN_VALUE int RETURN,@loginame sysname IN,@name_in_db sysname IN)
sp_addapprole(@RETURN_VALUE int RETURN,@rolename sysname IN,@password sysname IN)
sp_addarticle(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@source_table nvarchar IN,@destination_table sysname IN,@vertical_partition nchar IN,@type sysname IN,@filter nvarchar IN,@sync_object nvarchar IN,@ins_cmd nvarchar IN,@del_cmd nvarchar IN,@upd_cmd nvarchar IN,@creation_script nvarchar IN,@description nvarchar IN,@pre_creation_cmd nvarchar IN,@filter_clause ntext IN,@schema_option varbinary IN,@destination_owner sysname IN,@status tinyint IN,@source_owner sysname IN,@sync_object_owner sysname IN,@filter_owner sysname IN,@source_object sysname IN,@artid int OUT,@auto_identity_range nvarchar IN,@pub_identity_range bigint IN,@identity_range bigint IN,@threshold int IN,@force_invalidate_snapshot bit IN,@use_default_datatypes bit IN,@identityrangemanagementoption nvarchar IN,@publisher sysname IN,@fire_triggers_on_snapshot nvarchar IN)
sp_adddatatype(@RETURN_VALUE int RETURN,@dbms sysname IN,@version sysname IN,@type sysname IN,@createparams int IN)
sp_adddatatypemapping(@RETURN_VALUE int RETURN,@source_dbms sysname IN,@source_version varchar IN,@source_type sysname IN,@source_length_min bigint IN,@source_length_max bigint IN,@source_precision_min bigint IN,@source_precision_max bigint IN,@source_scale_min int IN,@source_scale_max int IN,@source_nullable bit IN,@destination_dbms sysname IN,@destination_version varchar IN,@destination_type sysname IN,@destination_length bigint IN,@destination_precision bigint IN,@destination_scale int IN,@destination_nullable bit IN,@destination_createparams int IN,@dataloss bit IN,@is_default bit IN)
sp_adddistpublisher(@RETURN_VALUE int RETURN,@publisher sysname IN,@distribution_db sysname IN,@security_mode int IN,@login sysname IN,@password sysname IN,@working_directory nvarchar IN,@trusted nvarchar IN,@encrypted_password bit IN,@thirdparty_flag bit IN,@publisher_type sysname IN)
sp_adddistributiondb(@RETURN_VALUE int RETURN,@database sysname IN,@data_folder nvarchar IN,@data_file nvarchar IN,@data_file_size int IN,@log_folder nvarchar IN,@log_file nvarchar IN,@log_file_size int IN,@min_distretention int IN,@max_distretention int IN,@history_retention int IN,@security_mode int IN,@login sysname IN,@password sysname IN,@createmode int IN,@from_scripting bit IN)
sp_adddistributor(@RETURN_VALUE int RETURN,@distributor sysname IN,@heartbeat_interval int IN,@password sysname IN,@from_scripting bit IN)
sp_adddynamicsnapshot_job(@RETURN_VALUE int RETURN,@publication sysname IN,@suser_sname sysname IN,@host_name sysname IN,@dynamic_snapshot_jobname sysname OUT,@dynamic_snapshot_jobid uniqueidentifier OUT,@frequency_type int IN,@frequency_interval int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@active_start_date int IN,@active_end_date int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN)
sp_addextendedproc(@RETURN_VALUE int RETURN,@functname nvarchar IN,@dllname varchar IN)
sp_addextendedproperty(@RETURN_VALUE int RETURN,@name sysname IN,@value sql_variant IN,@level0type varchar IN,@level0name sysname IN,@level1type varchar IN,@level1name sysname IN,@level2type varchar IN,@level2name sysname IN)
sp_addgroup(@RETURN_VALUE int RETURN,@grpname sysname IN)
sp_addlinkedserver(@RETURN_VALUE int RETURN,@server sysname IN,@srvproduct nvarchar IN,@provider nvarchar IN,@datasrc nvarchar IN,@location nvarchar IN,@provstr nvarchar IN,@catalog sysname IN)
sp_addlinkedsrvlogin(@RETURN_VALUE int RETURN,@rmtsrvname sysname IN,@useself varchar IN,@locallogin sysname IN,@rmtuser sysname IN,@rmtpassword sysname IN)
sp_addlogin(@RETURN_VALUE int RETURN,@loginame sysname IN,@passwd sysname IN,@defdb sysname IN,@deflanguage sysname IN,@sid varbinary IN,@encryptopt varchar IN)
sp_addlogreader_agent(@RETURN_VALUE int RETURN,@job_login nvarchar IN,@job_password sysname IN,@job_name sysname IN,@publisher_security_mode smallint IN,@publisher_login sysname IN,@publisher_password sysname IN,@publisher sysname IN)
sp_addmergealternatepublisher(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@alternate_publisher sysname IN,@alternate_publisher_db sysname IN,@alternate_publication sysname IN,@alternate_distributor sysname IN,@friendly_name nvarchar IN,@reserved nvarchar IN)
sp_addmergearticle(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@source_object sysname IN,@type sysname IN,@description nvarchar IN,@column_tracking nvarchar IN,@status nvarchar IN,@pre_creation_cmd nvarchar IN,@creation_script nvarchar IN,@schema_option varbinary IN,@subset_filterclause nvarchar IN,@article_resolver nvarchar IN,@resolver_info nvarchar IN,@source_owner sysname IN,@destination_owner sysname IN,@vertical_partition nvarchar IN,@auto_identity_range nvarchar IN,@pub_identity_range bigint IN,@identity_range bigint IN,@threshold int IN,@verify_resolver_signature int IN,@destination_object sysname IN,@allow_interactive_resolver nvarchar IN,@fast_multicol_updateproc nvarchar IN,@check_permissions int IN,@force_invalidate_snapshot bit IN,@published_in_tran_pub nvarchar IN,@force_reinit_subscription bit IN,@logical_record_level_conflict_detection nvarchar IN,@logical_record_level_conflict_resolution nvarchar IN,@partition_options tinyint IN,@processing_order int IN,@subscriber_upload_options tinyint IN,@identityrangemanagementoption nvarchar IN,@delete_tracking nvarchar IN,@compensate_for_errors nvarchar IN,@stream_blob_columns nvarchar IN)
sp_addmergefilter(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@filtername sysname IN,@join_articlename sysname IN,@join_filterclause nvarchar IN,@join_unique_key int IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN,@filter_type tinyint IN)
sp_addmergelogsettings(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@support_options int IN,@web_server sysname IN,@log_severity int IN,@log_modules int IN,@log_file_path nvarchar IN,@log_file_name sysname IN,@log_file_size int IN,@no_of_log_files int IN,@upload_interval int IN,@delete_after_upload int IN,@custom_script nvarchar IN,@message_pattern nvarchar IN)
sp_addmergepartition(@RETURN_VALUE int RETURN,@publication sysname IN,@suser_sname sysname IN,@host_name sysname IN)
sp_addmergepublication(@RETURN_VALUE int RETURN,@publication sysname IN,@description nvarchar IN,@retention int IN,@sync_mode nvarchar IN,@allow_push nvarchar IN,@allow_pull nvarchar IN,@allow_anonymous nvarchar IN,@enabled_for_internet nvarchar IN,@centralized_conflicts nvarchar IN,@dynamic_filters nvarchar IN,@snapshot_in_defaultfolder nvarchar IN,@alt_snapshot_folder nvarchar IN,@pre_snapshot_script nvarchar IN,@post_snapshot_script nvarchar IN,@compress_snapshot nvarchar IN,@ftp_address sysname IN,@ftp_port int IN,@ftp_subdirectory nvarchar IN,@ftp_login sysname IN,@ftp_password sysname IN,@conflict_retention int IN,@keep_partition_changes nvarchar IN,@allow_subscription_copy nvarchar IN,@allow_synctoalternate nvarchar IN,@validate_subscriber_info nvarchar IN,@add_to_active_directory nvarchar IN,@max_concurrent_merge int IN,@max_concurrent_dynamic_snapshots int IN,@use_partition_groups nvarchar IN,@publication_compatibility_level nvarchar IN,@replicate_ddl int IN,@allow_subscriber_initiated_snapshot nvarchar IN,@allow_web_synchronization nvarchar IN,@web_synchronization_url nvarchar IN,@allow_partition_realignment nvarchar IN,@retention_period_unit nvarchar IN,@generation_leveling_threshold int IN,@automatic_reinitialization_policy bit IN,@conflict_logging nvarchar IN)
sp_addmergepullsubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN,@publisher_db sysname IN,@subscriber_type nvarchar IN,@subscription_priority real IN,@sync_type nvarchar IN,@description nvarchar IN)
sp_addmergepullsubscription_agent(@RETURN_VALUE int RETURN,@name sysname IN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@publisher_security_mode int IN,@publisher_login sysname IN,@publisher_password sysname IN,@publisher_encrypted_password bit IN,@subscriber sysname IN,@subscriber_db sysname IN,@subscriber_security_mode int IN,@subscriber_login sysname IN,@subscriber_password sysname IN,@distributor sysname IN,@distributor_security_mode int IN,@distributor_login sysname IN,@distributor_password sysname IN,@encrypted_password bit IN,@frequency_type int IN,@frequency_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@active_start_date int IN,@active_end_date int IN,@optional_command_line nvarchar IN,@merge_jobid binary OUT,@enabled_for_syncmgr nvarchar IN,@ftp_address sysname IN,@ftp_port int IN,@ftp_login sysname IN,@ftp_password sysname IN,@alt_snapshot_folder nvarchar IN,@working_directory nvarchar IN,@use_ftp nvarchar IN,@reserved nvarchar IN,@use_interactive_resolver nvarchar IN,@offloadagent nvarchar IN,@offloadserver sysname IN,@job_name sysname IN,@dynamic_snapshot_location nvarchar IN,@use_web_sync bit IN,@internet_url nvarchar IN,@internet_login sysname IN,@internet_password nvarchar IN,@internet_security_mode int IN,@internet_timeout int IN,@hostname sysname IN,@job_login nvarchar IN,@job_password sysname IN)
sp_addmergepushsubscription_agent(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@subscriber_security_mode smallint IN,@subscriber_login sysname IN,@subscriber_password sysname IN,@publisher_security_mode smallint IN,@publisher_login sysname IN,@publisher_password sysname IN,@job_login nvarchar IN,@job_password sysname IN,@job_name sysname IN,@frequency_type int IN,@frequency_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@active_start_date int IN,@active_end_date int IN,@enabled_for_syncmgr nvarchar IN)
sp_addmergesubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@subscription_type nvarchar IN,@subscriber_type nvarchar IN,@subscription_priority real IN,@sync_type nvarchar IN,@frequency_type int IN,@frequency_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@active_start_date int IN,@active_end_date int IN,@optional_command_line nvarchar IN,@description nvarchar IN,@enabled_for_syncmgr nvarchar IN,@offloadagent bit IN,@offloadserver sysname IN,@use_interactive_resolver nvarchar IN,@merge_job_name sysname IN,@hostname sysname IN)
sp_addmessage(@RETURN_VALUE int RETURN,@msgnum int IN,@severity smallint IN,@msgtext nvarchar IN,@lang sysname IN,@with_log varchar IN,@replace varchar IN)
sp_addpublication(@RETURN_VALUE int RETURN,@publication sysname IN,@taskid int IN,@restricted nvarchar IN,@sync_method nvarchar IN,@repl_freq nvarchar IN,@description nvarchar IN,@status nvarchar IN,@independent_agent nvarchar IN,@immediate_sync nvarchar IN,@enabled_for_internet nvarchar IN,@allow_push nvarchar IN,@allow_pull nvarchar IN,@allow_anonymous nvarchar IN,@allow_sync_tran nvarchar IN,@autogen_sync_procs nvarchar IN,@retention int IN,@allow_queued_tran nvarchar IN,@snapshot_in_defaultfolder nvarchar IN,@alt_snapshot_folder nvarchar IN,@pre_snapshot_script nvarchar IN,@post_snapshot_script nvarchar IN,@compress_snapshot nvarchar IN,@ftp_address sysname IN,@ftp_port int IN,@ftp_subdirectory nvarchar IN,@ftp_login sysname IN,@ftp_password sysname IN,@allow_dts nvarchar IN,@allow_subscription_copy nvarchar IN,@conflict_policy nvarchar IN,@centralized_conflicts nvarchar IN,@conflict_retention int IN,@queue_type nvarchar IN,@add_to_active_directory nvarchar IN,@logreader_job_name sysname IN,@qreader_job_name sysname IN,@publisher sysname IN,@allow_initialize_from_backup nvarchar IN,@replicate_ddl int IN,@enabled_for_p2p nvarchar IN,@publish_local_changes_only nvarchar IN,@enabled_for_het_sub nvarchar IN)
sp_addpublication_snapshot(@RETURN_VALUE int RETURN,@publication sysname IN,@frequency_type int IN,@frequency_interval int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@active_start_date int IN,@active_end_date int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@snapshot_job_name nvarchar IN,@publisher_security_mode int IN,@publisher_login sysname IN,@publisher_password sysname IN,@job_login nvarchar IN,@job_password sysname IN,@publisher sysname IN)
sp_addpullsubscription(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@independent_agent nvarchar IN,@subscription_type nvarchar IN,@description nvarchar IN,@update_mode nvarchar IN,@immediate_sync bit IN)
sp_addpullsubscription_agent(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@subscriber_security_mode int IN,@subscriber_login sysname IN,@subscriber_password sysname IN,@distributor sysname IN,@distribution_db sysname IN,@distributor_security_mode int IN,@distributor_login sysname IN,@distributor_password sysname IN,@optional_command_line nvarchar IN,@frequency_type int IN,@frequency_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@active_start_date int IN,@active_end_date int IN,@distribution_jobid binary OUT,@encrypted_distributor_password bit IN,@enabled_for_syncmgr nvarchar IN,@ftp_address sysname IN,@ftp_port int IN,@ftp_login sysname IN,@ftp_password sysname IN,@alt_snapshot_folder nvarchar IN,@working_directory nvarchar IN,@use_ftp nvarchar IN,@publication_type tinyint IN,@dts_package_name sysname IN,@dts_package_password sysname IN,@dts_package_location nvarchar IN,@reserved nvarchar IN,@offloadagent nvarchar IN,@offloadserver sysname IN,@job_name sysname IN,@job_login nvarchar IN,@job_password sysname IN)
sp_addpushsubscription_agent(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@subscriber_security_mode smallint IN,@subscriber_login sysname IN,@subscriber_password sysname IN,@job_login nvarchar IN,@job_password sysname IN,@job_name sysname IN,@frequency_type int IN,@frequency_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@active_start_date int IN,@active_end_date int IN,@dts_package_name sysname IN,@dts_package_password sysname IN,@dts_package_location nvarchar IN,@enabled_for_syncmgr nvarchar IN,@distribution_job_name sysname IN,@publisher sysname IN,@subscriber_provider sysname IN,@subscriber_datasrc nvarchar IN,@subscriber_location nvarchar IN,@subscriber_provider_string nvarchar IN,@subscriber_catalog sysname IN)
sp_addqreader_agent(@RETURN_VALUE int RETURN,@job_login nvarchar IN,@job_password sysname IN,@job_name sysname IN,@frompublisher bit IN)
sp_addqueued_artinfo(@RETURN_VALUE int RETURN,@artid int IN,@article sysname IN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@dest_table sysname IN,@owner sysname IN,@cft_table sysname IN,@columns binary IN)
sp_addremotelogin(@RETURN_VALUE int RETURN,@remoteserver sysname IN,@loginame sysname IN,@remotename sysname IN)
sp_addrole(@RETURN_VALUE int RETURN,@rolename sysname IN,@ownername sysname IN)
sp_addrolemember(@RETURN_VALUE int RETURN,@rolename sysname IN,@membername sysname IN)
sp_addscriptexec(@RETURN_VALUE int RETURN,@publication sysname IN,@scriptfile nvarchar IN,@skiperror bit IN,@publisher sysname IN)
sp_addserver(@RETURN_VALUE int RETURN,@server sysname IN,@local varchar IN,@duplicate_ok varchar IN)
sp_addsrvrolemember(@RETURN_VALUE int RETURN,@loginame sysname IN,@rolename sysname IN)
sp_addsubscriber(@RETURN_VALUE int RETURN,@subscriber sysname IN,@type tinyint IN,@login sysname IN,@password nvarchar IN,@commit_batch_size int IN,@status_batch_size int IN,@flush_frequency int IN,@frequency_type int IN,@frequency_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@active_start_date int IN,@active_end_date int IN,@description nvarchar IN,@security_mode int IN,@encrypted_password bit IN,@publisher sysname IN)
sp_addsubscriber_schedule(@RETURN_VALUE int RETURN,@subscriber sysname IN,@agent_type smallint IN,@frequency_type int IN,@frequency_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@active_start_date int IN,@active_end_date int IN,@publisher sysname IN)
sp_addsubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@subscriber sysname IN,@destination_db sysname IN,@sync_type nvarchar IN,@status sysname IN,@subscription_type nvarchar IN,@update_mode nvarchar IN,@loopback_detection nvarchar IN,@frequency_type int IN,@frequency_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@active_start_date int IN,@active_end_date int IN,@optional_command_line nvarchar IN,@reserved nvarchar IN,@enabled_for_syncmgr nvarchar IN,@offloadagent bit IN,@offloadserver sysname IN,@dts_package_name sysname IN,@dts_package_password sysname IN,@dts_package_location nvarchar IN,@distribution_job_name sysname IN,@publisher sysname IN,@backupdevicetype nvarchar IN,@backupdevicename nvarchar IN,@mediapassword sysname IN,@password sysname IN,@fileidhint int IN,@unload bit IN,@subscriptionlsn binary IN,@subscriptionstreams tinyint IN,@subscriber_type tinyint IN)
sp_addsynctriggers(@RETURN_VALUE int RETURN,@sub_table sysname IN,@sub_table_owner sysname IN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@ins_proc sysname IN,@upd_proc sysname IN,@del_proc sysname IN,@cftproc sysname IN,@proc_owner sysname IN,@identity_col sysname IN,@ts_col sysname IN,@filter_clause nvarchar IN,@primary_key_bitmap varbinary IN,@identity_support bit IN,@independent_agent bit IN,@distributor sysname IN,@pubversion int IN,@dump_cmds bit IN)
sp_addsynctriggerscore(@RETURN_VALUE int RETURN,@sub_table sysname IN,@sub_table_owner sysname IN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@ins_proc sysname IN,@upd_proc sysname IN,@del_proc sysname IN,@cftproc sysname IN,@proc_owner sysname IN,@identity_col sysname IN,@ts_col sysname IN,@filter_clause nvarchar IN,@primary_key_bitmap varbinary IN,@identity_support bit IN,@independent_agent bit IN,@pubversion int IN,@ins_trig sysname IN,@upd_trig sysname IN,@del_trig sysname IN,@alter bit IN,@dump_cmds bit IN)
sp_addtabletocontents(@RETURN_VALUE int RETURN,@table_name sysname IN,@owner_name sysname IN,@filter_clause nvarchar IN)
sp_addtype(@RETURN_VALUE int RETURN,@typename sysname IN,@phystype sysname IN,@nulltype varchar IN,@owner sysname IN)
sp_addumpdevice(@RETURN_VALUE int RETURN,@devtype varchar IN,@logicalname sysname IN,@physicalname nvarchar IN,@cntrltype smallint IN,@devstatus varchar IN)
sp_adduser(@RETURN_VALUE int RETURN,@loginame sysname IN,@name_in_db sysname IN,@grpname sysname IN)
sp_adjustpublisheridentityrange(@RETURN_VALUE int RETURN,@publication sysname IN,@table_name sysname IN,@table_owner sysname IN)
sp_altermessage(@RETURN_VALUE int RETURN,@message_id int IN,@parameter sysname IN,@parameter_value varchar IN)
sp_approlepassword(@RETURN_VALUE int RETURN,@rolename sysname IN,@newpwd sysname IN)
sp_article_validation(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@rowcount_only smallint IN,@full_or_fast tinyint IN,@shutdown_agent bit IN,@subscription_level bit IN,@reserved int IN,@publisher sysname IN)
sp_articlecolumn(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@column sysname IN,@operation nvarchar IN,@refresh_synctran_procs bit IN,@ignore_distributor bit IN,@change_active int IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN,@publisher sysname IN,@internal bit IN)
sp_articlefilter(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@filter_name nvarchar IN,@filter_clause ntext IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN,@publisher sysname IN)
sp_articleview(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@view_name nvarchar IN,@filter_clause ntext IN,@change_active int IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN,@publisher sysname IN,@refreshsynctranprocs bit IN,@internal bit IN)
sp_assemblies_rowset(@RETURN_VALUE int RETURN,@assembly_name sysname IN,@assembly_schema sysname IN,@assembly_id int IN)
sp_assemblies_rowset2(@RETURN_VALUE int RETURN,@assembly_schema sysname IN,@assembly_id int IN)
sp_assemblies_rowset_rmt(@RETURN_VALUE int RETURN,@server_name sysname IN,@catalog_name sysname IN,@assembly_name sysname IN,@assembly_schema sysname IN,@assembly_id int IN)
sp_assembly_dependencies_rowset(@RETURN_VALUE int RETURN,@assembly_id int IN,@assembly_schema sysname IN,@assembly_referenced int IN)
sp_assembly_dependencies_rowset2(@RETURN_VALUE int RETURN,@assembly_schema sysname IN,@assembly_referenced int IN)
sp_assembly_dependencies_rowset_rmt(@RETURN_VALUE int RETURN,@server sysname IN,@catalog sysname IN,@assembly_id int IN,@assembly_schema sysname IN,@assembly_referenced int IN)
sp_attach_db(@RETURN_VALUE int RETURN,@dbname sysname IN,@filename1 nvarchar IN,@filename2 nvarchar IN,@filename3 nvarchar IN,@filename4 nvarchar IN,@filename5 nvarchar IN,@filename6 nvarchar IN,@filename7 nvarchar IN,@filename8 nvarchar IN,@filename9 nvarchar IN,@filename10 nvarchar IN,@filename11 nvarchar IN,@filename12 nvarchar IN,@filename13 nvarchar IN,@filename14 nvarchar IN,@filename15 nvarchar IN,@filename16 nvarchar IN)
sp_attach_single_file_db(@RETURN_VALUE int RETURN,@dbname sysname IN,@physname nvarchar IN)
sp_attachsubscription(@RETURN_VALUE int RETURN,@dbname sysname IN,@filename nvarchar IN,@subscriber_security_mode int IN,@subscriber_login sysname IN,@subscriber_password sysname IN,@distributor_security_mode int IN,@distributor_login sysname IN,@distributor_password sysname IN,@publisher_security_mode int IN,@publisher_login sysname IN,@publisher_password sysname IN,@job_login nvarchar IN,@job_password sysname IN,@db_master_key_password nvarchar IN)
sp_autostats(@RETURN_VALUE int RETURN,@tblname nvarchar IN,@flagc varchar IN,@indname sysname IN)
sp_bcp_dbcmptlevel(@RETURN_VALUE int RETURN,@dbname sysname IN)
sp_bindefault(@RETURN_VALUE int RETURN,@defname nvarchar IN,@objname nvarchar IN,@futureonly varchar IN)
sp_bindrule(@RETURN_VALUE int RETURN,@rulename nvarchar IN,@objname nvarchar IN,@futureonly varchar IN)
sp_browsemergesnapshotfolder(@RETURN_VALUE int RETURN,@publication sysname IN)
sp_browsereplcmds(@RETURN_VALUE int RETURN,@xact_seqno_start nchar IN,@xact_seqno_end nchar IN,@originator_id int IN,@publisher_database_id int IN,@article_id int IN,@command_id int IN,@agent_id int IN,@compatibility_level int IN)
sp_browsesnapshotfolder(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@publisher sysname IN)
sp_can_tlog_be_applied(@RETURN_VALUE int RETURN,@backup_file_name nvarchar IN,@database_name sysname IN,@result bit OUT,@verbose bit IN)
sp_catalogs(@RETURN_VALUE int RETURN,@server_name sysname IN)
sp_catalogs_rowset(@RETURN_VALUE int RETURN,@catalog_name sysname IN)
sp_catalogs_rowset2(@RETURN_VALUE int RETURN)
sp_catalogs_rowset_rmt(@RETURN_VALUE int RETURN,@server_name sysname IN,@catalog_name sysname IN)
sp_certify_removable(@RETURN_VALUE int RETURN,@dbname sysname IN,@autofix nvarchar IN)
sp_change_agent_parameter(@RETURN_VALUE int RETURN,@profile_id int IN,@parameter_name sysname IN,@parameter_value nvarchar IN)
sp_change_agent_profile(@RETURN_VALUE int RETURN,@profile_id int IN,@property sysname IN,@value nvarchar IN)
sp_change_log_shipping_primary_database(@RETURN_VALUE int RETURN,@database sysname IN,@backup_directory nvarchar IN,@backup_share nvarchar IN,@backup_retention_period int IN,@monitor_server_security_mode bit IN,@monitor_server_login sysname IN,@monitor_server_password sysname IN,@backup_threshold int IN,@threshold_alert int IN,@threshold_alert_enabled bit IN,@history_retention_period int IN,@ignoreremotemonitor bit IN)
sp_change_log_shipping_secondary_database(@RETURN_VALUE int RETURN,@secondary_database sysname IN,@restore_delay int IN,@restore_all bit IN,@restore_mode bit IN,@disconnect_users bit IN,@block_size int IN,@buffer_count int IN,@max_transfer_size int IN,@restore_threshold int IN,@threshold_alert int IN,@threshold_alert_enabled bit IN,@history_retention_period int IN,@ignoreremotemonitor bit IN)
sp_change_log_shipping_secondary_primary(@RETURN_VALUE int RETURN,@primary_server sysname IN,@primary_database sysname IN,@backup_source_directory nvarchar IN,@backup_destination_directory nvarchar IN,@file_retention_period int IN,@monitor_server_security_mode bit IN,@monitor_server_login sysname IN,@monitor_server_password sysname IN)
sp_change_subscription_properties(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@property sysname IN,@value nvarchar IN,@publication_type int IN)
sp_change_users_login(@RETURN_VALUE int RETURN,@Action varchar IN,@UserNamePattern sysname IN,@LoginName sysname IN,@Password sysname IN)
sp_changearticle(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@property nvarchar IN,@value nvarchar IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN,@publisher sysname IN)
sp_changearticlecolumndatatype(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@column sysname IN,@mapping_id int IN,@type sysname IN,@length bigint IN,@precision bigint IN,@scale bigint IN,@publisher sysname IN)
sp_changedbowner(@RETURN_VALUE int RETURN,@loginame sysname IN,@map varchar IN)
sp_changedistpublisher(@RETURN_VALUE int RETURN,@publisher sysname IN,@property sysname IN,@value nvarchar IN)
sp_changedistributiondb(@RETURN_VALUE int RETURN,@database sysname IN,@property sysname IN,@value nvarchar IN)
sp_changedistributor_password(@RETURN_VALUE int RETURN,@password sysname IN)
sp_changedistributor_property(@RETURN_VALUE int RETURN,@property sysname IN,@value nvarchar IN)
sp_changedynamicsnapshot_job(@RETURN_VALUE int RETURN,@publication sysname IN,@dynamic_snapshot_jobname sysname IN,@dynamic_snapshot_jobid uniqueidentifier IN,@frequency_type int IN,@frequency_interval int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@active_start_date int IN,@active_end_date int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@job_login nvarchar IN,@job_password sysname IN)
sp_changegroup(@RETURN_VALUE int RETURN,@grpname sysname IN,@username sysname IN)
sp_changelogreader_agent(@RETURN_VALUE int RETURN,@job_login nvarchar IN,@job_password sysname IN,@publisher_security_mode smallint IN,@publisher_login sysname IN,@publisher_password sysname IN,@publisher sysname IN)
sp_changemergearticle(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@property sysname IN,@value nvarchar IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN)
sp_changemergefilter(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@filtername sysname IN,@property sysname IN,@value nvarchar IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN)
sp_changemergelogsettings(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@support_options int IN,@web_server sysname IN,@log_severity int IN,@log_modules int IN,@log_file_path nvarchar IN,@log_file_name sysname IN,@log_file_size int IN,@no_of_log_files int IN,@upload_interval int IN,@delete_after_upload int IN,@custom_script nvarchar IN,@message_pattern nvarchar IN)
sp_changemergepublication(@RETURN_VALUE int RETURN,@publication sysname IN,@property sysname IN,@value nvarchar IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN)
sp_changemergepullsubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN,@publisher_db sysname IN,@property sysname IN,@value nvarchar IN)
sp_changemergesubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@property sysname IN,@value nvarchar IN,@force_reinit_subscription bit IN)
sp_changeobjectowner(@RETURN_VALUE int RETURN,@objname nvarchar IN,@newowner sysname IN)
sp_changepublication(@RETURN_VALUE int RETURN,@publication sysname IN,@property nvarchar IN,@value nvarchar IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN,@publisher sysname IN)
sp_changepublication_snapshot(@RETURN_VALUE int RETURN,@publication sysname IN,@frequency_type int IN,@frequency_interval int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@active_start_date int IN,@active_end_date int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@snapshot_job_name nvarchar IN,@publisher_security_mode int IN,@publisher_login sysname IN,@publisher_password sysname IN,@job_login nvarchar IN,@job_password sysname IN,@publisher sysname IN)
sp_changeqreader_agent(@RETURN_VALUE int RETURN,@job_login nvarchar IN,@job_password sysname IN,@frompublisher bit IN)
sp_changereplicationserverpasswords(@RETURN_VALUE int RETURN,@login_type tinyint IN,@login nvarchar IN,@password sysname IN,@server sysname IN)
sp_changesubscriber(@RETURN_VALUE int RETURN,@subscriber sysname IN,@type tinyint IN,@login sysname IN,@password sysname IN,@commit_batch_size int IN,@status_batch_size int IN,@flush_frequency int IN,@frequency_type int IN,@frequency_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@active_start_date int IN,@active_end_date int IN,@description nvarchar IN,@security_mode int IN,@publisher sysname IN)
sp_changesubscriber_schedule(@RETURN_VALUE int RETURN,@subscriber sysname IN,@agent_type smallint IN,@frequency_type int IN,@frequency_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@active_start_date int IN,@active_end_date int IN,@publisher sysname IN)
sp_changesubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@subscriber sysname IN,@destination_db sysname IN,@property nvarchar IN,@value nvarchar IN,@publisher sysname IN)
sp_changesubscriptiondtsinfo(@RETURN_VALUE int RETURN,@job_id varbinary IN,@dts_package_name sysname IN,@dts_package_password sysname IN,@dts_package_location nvarchar IN)
sp_changesubstatus(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@subscriber sysname IN,@status sysname IN,@previous_status sysname IN,@destination_db sysname IN,@frequency_type int IN,@frequency_interval int IN,@frequency_relative_interval int IN,@frequency_recurrence_factor int IN,@frequency_subday int IN,@frequency_subday_interval int IN,@active_start_time_of_day int IN,@active_end_time_of_day int IN,@active_start_date int IN,@active_end_date int IN,@optional_command_line nvarchar IN,@distribution_jobid binary OUT,@from_auto_sync bit IN,@ignore_distributor bit IN,@offloadagent bit IN,@offloadserver sysname IN,@dts_package_name sysname IN,@dts_package_password nvarchar IN,@dts_package_location int IN,@skipobjectactivation int IN,@distribution_job_name sysname IN,@publisher sysname IN,@ignore_distributor_failure bit IN)
sp_check_constbytable_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@constraint_name sysname IN,@constraint_schema sysname IN)
sp_check_constbytable_rowset2(@RETURN_VALUE int RETURN,@table_schema sysname IN,@constraint_name sysname IN,@constraint_schema sysname IN)
sp_check_constraints_rowset(@RETURN_VALUE int RETURN,@constraint_name sysname IN,@constraint_schema sysname IN)
sp_check_constraints_rowset2(@RETURN_VALUE int RETURN,@constraint_schema sysname IN)
sp_check_dynamic_filters(@RETURN_VALUE int RETURN,@publication sysname IN)
sp_check_for_sync_trigger(@RETURN_VALUE int RETURN,@tabid int IN,@trigger_op char OUT,@fonpublisher bit IN)
sp_check_join_filter(@RETURN_VALUE int RETURN,@filtered_table nvarchar IN,@join_table nvarchar IN,@join_filterclause nvarchar IN)
sp_check_log_shipping_monitor_alert(@RETURN_VALUE int RETURN)
sp_check_publication_access(@RETURN_VALUE int RETURN,@publication sysname IN,@given_login sysname IN,@publisher sysname IN)
sp_check_removable(@RETURN_VALUE int RETURN,@autofix varchar IN)
sp_check_subset_filter(@RETURN_VALUE int RETURN,@filtered_table nvarchar IN,@subset_filterclause nvarchar IN,@has_dynamic_filters bit OUT,@dynamic_filters_function_list nvarchar OUT)
sp_check_sync_trigger(@RETURN_VALUE int RETURN,@trigger_procid int IN,@trigger_op char OUT,@owner sysname IN)
sp_checkinvalidivarticle(@RETURN_VALUE int RETURN,@mode tinyint IN,@publication sysname IN)
sp_checkOraclepackageversion(@RETURN_VALUE int RETURN,@publisher sysname IN,@versionsmatch bit OUT)
sp_cleanmergelogfiles(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@publisher sysname IN,@publisher_db sysname IN,@web_server sysname IN,@id int IN)
sp_cleanup_log_shipping_history(@RETURN_VALUE int RETURN,@agent_id uniqueidentifier IN,@agent_type tinyint IN)
sp_cleanupdbreplication(@RETURN_VALUE int RETURN)
sp_cleanupwebtask(@RETURN_VALUE int RETURN,@taskid int IN)
sp_column_privileges(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_owner sysname IN,@table_qualifier sysname IN,@column_name nvarchar IN)
sp_column_privileges_ex(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_name sysname IN,@table_schema sysname IN,@table_catalog sysname IN,@column_name sysname IN)
sp_column_privileges_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@column_name sysname IN,@grantor sysname IN,@grantee sysname IN)
sp_column_privileges_rowset2(@RETURN_VALUE int RETURN,@table_schema sysname IN,@column_name sysname IN,@grantor sysname IN,@grantee sysname IN)
sp_column_privileges_rowset_rmt(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_catalog sysname IN,@table_name sysname IN,@table_schema sysname IN,@column_name sysname IN,@grantor sysname IN,@grantee sysname IN)
sp_columns(@RETURN_VALUE int RETURN,@table_name nvarchar IN,@table_owner nvarchar IN,@table_qualifier sysname IN,@column_name nvarchar IN,@ODBCVer int IN)
sp_columns_90(@RETURN_VALUE int RETURN,@table_name nvarchar IN,@table_owner nvarchar IN,@table_qualifier sysname IN,@column_name nvarchar IN,@ODBCVer int IN,@fUsePattern bit IN)
sp_columns_90_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@column_name sysname IN)
sp_columns_90_rowset2(@RETURN_VALUE int RETURN,@table_schema sysname IN,@column_name sysname IN)
sp_columns_90_rowset_rmt(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_catalog sysname IN,@table_name sysname IN,@table_schema sysname IN,@column_name sysname IN)
sp_columns_ex(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_name sysname IN,@table_schema sysname IN,@table_catalog sysname IN,@column_name sysname IN,@ODBCVer int IN)
sp_columns_ex_90(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_name sysname IN,@table_schema sysname IN,@table_catalog sysname IN,@column_name sysname IN,@ODBCVer int IN,@fUsePattern bit IN)
sp_columns_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@column_name sysname IN)
sp_columns_rowset2(@RETURN_VALUE int RETURN,@table_schema sysname IN,@column_name sysname IN)
sp_columns_rowset_rmt(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_catalog sysname IN,@table_name sysname IN,@table_schema sysname IN,@column_name sysname IN)
sp_configure(@RETURN_VALUE int RETURN,@configname varchar IN,@configvalue int IN)
sp_constr_col_usage_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@column_name sysname IN,@constr_catalog sysname IN,@constr_schema sysname IN,@constr_name sysname IN)
sp_constr_col_usage_rowset2(@RETURN_VALUE int RETURN,@table_schema sysname IN,@column_name sysname IN,@constr_catalog sysname IN,@constr_schema sysname IN,@constr_name sysname IN)
sp_convertwebtasks(@RETURN_VALUE int RETURN)
sp_copymergesnapshot(@RETURN_VALUE int RETURN,@publication sysname IN,@destination_folder nvarchar IN)
sp_copysnapshot(@RETURN_VALUE int RETURN,@publication sysname IN,@destination_folder nvarchar IN,@subscriber sysname IN,@subscriber_db sysname IN,@publisher sysname IN)
sp_copysubscription(@RETURN_VALUE int RETURN,@filename nvarchar IN,@temp_dir nvarchar IN,@overwrite_existing_file bit IN)
sp_create_removable(@RETURN_VALUE int RETURN,@dbname sysname IN,@syslogical sysname IN,@sysphysical nvarchar IN,@syssize int IN,@loglogical sysname IN,@logphysical nvarchar IN,@logsize int IN,@datalogical1 sysname IN,@dataphysical1 nvarchar IN,@datasize1 int IN,@datalogical2 sysname IN,@dataphysical2 nvarchar IN,@datasize2 int IN,@datalogical3 sysname IN,@dataphysical3 nvarchar IN,@datasize3 int IN,@datalogical4 sysname IN,@dataphysical4 nvarchar IN,@datasize4 int IN,@datalogical5 sysname IN,@dataphysical5 nvarchar IN,@datasize5 int IN,@datalogical6 sysname IN,@dataphysical6 nvarchar IN,@datasize6 int IN,@datalogical7 sysname IN,@dataphysical7 nvarchar IN,@datasize7 int IN,@datalogical8 sysname IN,@dataphysical8 nvarchar IN,@datasize8 int IN,@datalogical9 sysname IN,@dataphysical9 nvarchar IN,@datasize9 int IN,@datalogical10 sysname IN,@dataphysical10 nvarchar IN,@datasize10 int IN,@datalogical11 sysname IN,@dataphysical11 nvarchar IN,@datasize11 int IN,@datalogical12 sysname IN,@dataphysical12 nvarchar IN,@datasize12 int IN,@datalogical13 sysname IN,@dataphysical13 nvarchar IN,@datasize13 int IN,@datalogical14 sysname IN,@dataphysical14 nvarchar IN,@datasize14 int IN,@datalogical15 sysname IN,@dataphysical15 nvarchar IN,@datasize15 int IN,@datalogical16 sysname IN,@dataphysical16 nvarchar IN,@datasize16 int IN)
sp_createmergepalrole(@RETURN_VALUE int RETURN,@publication sysname IN)
sp_createstats(@RETURN_VALUE int RETURN,@indexonly char IN,@fullscan char IN,@norecompute char IN)
sp_createtranpalrole(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN)
sp_cursor_list(@RETURN_VALUE int RETURN,@cursor_return int OUT,@cursor_scope int IN)
sp_cycle_errorlog(@RETURN_VALUE int RETURN)
sp_databases(@RETURN_VALUE int RETURN)
sp_datatype_info(@RETURN_VALUE int RETURN,@data_type int IN,@ODBCVer tinyint IN)
sp_datatype_info_90(@RETURN_VALUE int RETURN,@data_type int IN,@ODBCVer tinyint IN)
sp_dbcmptlevel(@RETURN_VALUE int RETURN,@dbname sysname IN,@new_cmptlevel tinyint OUT)
sp_dbfixedrolepermission(@RETURN_VALUE int RETURN,@rolename sysname IN)
sp_dbmmonitoraddmonitoring(@RETURN_VALUE int RETURN,@update_period int IN)
sp_dbmmonitorchangealert(@RETURN_VALUE int RETURN,@database_name sysname IN,@alert_id int IN,@threshold int IN,@enabled bit IN)
sp_dbmmonitorchangemonitoring(@RETURN_VALUE int RETURN,@parameter_id int IN,@value int IN)
sp_dbmmonitordropalert(@RETURN_VALUE int RETURN,@database_name sysname IN,@alert_id int IN)
sp_dbmmonitordropmonitoring(@RETURN_VALUE int RETURN)
sp_dbmmonitorhelpalert(@RETURN_VALUE int RETURN,@database_name sysname IN,@alert_id int IN)
sp_dbmmonitorhelpmonitoring(@RETURN_VALUE int RETURN)
sp_dbmmonitorresults(@RETURN_VALUE int RETURN,@database_name sysname IN,@mode int IN,@update_table int IN)
sp_dbmmonitorupdate(@RETURN_VALUE int RETURN,@database_name sysname IN)
sp_dboption(@RETURN_VALUE int RETURN,@dbname sysname IN,@optname varchar IN,@optvalue varchar IN)
sp_dbremove(@RETURN_VALUE int RETURN,@dbname sysname IN,@dropdev varchar IN)
sp_ddopen(@RETURN_VALUE int RETURN,@handle int OUT,@procname sysname IN,@scrollopt int OUT,@ccopt int OUT,@rows int OUT,@p1 nvarchar IN,@p2 nvarchar IN,@p3 nvarchar IN,@p4 nvarchar IN,@p5 nvarchar IN,@p6 nvarchar IN,@p7 int IN,@ODBCVer int IN,@fUsePattern bit IN)
sp_defaultdb(@RETURN_VALUE int RETURN,@loginame sysname IN,@defdb sysname IN)
sp_defaultlanguage(@RETURN_VALUE int RETURN,@loginame sysname IN,@language sysname IN)
sp_delete_log_shipping_alert_job(@RETURN_VALUE int RETURN)
sp_delete_log_shipping_primary_database(@RETURN_VALUE int RETURN,@database sysname IN,@ignoreremotemonitor bit IN)
sp_delete_log_shipping_primary_secondary(@RETURN_VALUE int RETURN,@primary_database sysname IN,@secondary_server sysname IN,@secondary_database sysname IN)
sp_delete_log_shipping_secondary_database(@RETURN_VALUE int RETURN,@secondary_database sysname IN,@ignoreremotemonitor bit IN)
sp_delete_log_shipping_secondary_primary(@RETURN_VALUE int RETURN,@primary_server sysname IN,@primary_database sysname IN)
sp_deletemergeconflictrow(@RETURN_VALUE int RETURN,@conflict_table sysname IN,@source_object nvarchar IN,@rowguid uniqueidentifier IN,@origin_datasource varchar IN,@drop_table_if_empty varchar IN)
sp_deletepeerrequesthistory(@RETURN_VALUE int RETURN,@publication sysname IN,@request_id int IN,@cutoff_date datetime IN)
sp_deletetracertokenhistory(@RETURN_VALUE int RETURN,@publication sysname IN,@tracer_id int IN,@cutoff_date datetime IN,@publisher sysname IN,@publisher_db sysname IN)
sp_denylogin(@RETURN_VALUE int RETURN,@loginame sysname IN)
sp_depends(@RETURN_VALUE int RETURN,@objname nvarchar IN)
sp_describe_cursor(@RETURN_VALUE int RETURN,@cursor_return int OUT,@cursor_source nvarchar IN,@cursor_identity nvarchar IN)
sp_describe_cursor_columns(@RETURN_VALUE int RETURN,@cursor_return int OUT,@cursor_source nvarchar IN,@cursor_identity nvarchar IN)
sp_describe_cursor_tables(@RETURN_VALUE int RETURN,@cursor_return int OUT,@cursor_source nvarchar IN,@cursor_identity nvarchar IN)
sp_detach_db(@RETURN_VALUE int RETURN,@dbname sysname IN,@skipchecks nvarchar IN,@keepfulltextindexfile nvarchar IN)
sp_disableagentoffload(@RETURN_VALUE int RETURN,@job_id varbinary IN,@offloadserver sysname IN,@agent_type sysname IN)
sp_distcounters(@RETURN_VALUE int RETURN)
sp_drop_agent_parameter(@RETURN_VALUE int RETURN,@profile_id int IN,@parameter_name sysname IN)
sp_drop_agent_profile(@RETURN_VALUE int RETURN,@profile_id int IN)
sp_dropalias(@RETURN_VALUE int RETURN,@loginame sysname IN)
sp_dropanonymousagent(@RETURN_VALUE int RETURN,@subid uniqueidentifier IN,@type int IN)
sp_dropanonymoussubscription(@RETURN_VALUE int RETURN,@agent_id int IN,@type int IN)
sp_dropapprole(@RETURN_VALUE int RETURN,@rolename sysname IN)
sp_droparticle(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@ignore_distributor bit IN,@force_invalidate_snapshot bit IN,@publisher sysname IN,@from_drop_publication bit IN)
sp_dropdatatypemapping(@RETURN_VALUE int RETURN,@mapping_id int IN,@source_dbms sysname IN,@source_version sysname IN,@source_type sysname IN,@source_length_min bigint IN,@source_length_max bigint IN,@source_precision_min bigint IN,@source_precision_max bigint IN,@source_scale_min int IN,@source_scale_max int IN,@source_nullable bit IN,@destination_dbms sysname IN,@destination_version sysname IN,@destination_type sysname IN,@destination_length bigint IN,@destination_precision bigint IN,@destination_scale int IN,@destination_nullable bit IN)
sp_dropdevice(@RETURN_VALUE int RETURN,@logicalname sysname IN,@delfile varchar IN)
sp_dropdistpublisher(@RETURN_VALUE int RETURN,@publisher sysname IN,@no_checks bit IN,@ignore_distributor bit IN)
sp_dropdistributiondb(@RETURN_VALUE int RETURN,@database sysname IN)
sp_dropdistributor(@RETURN_VALUE int RETURN,@no_checks bit IN,@ignore_distributor bit IN)
sp_dropdynamicsnapshot_job(@RETURN_VALUE int RETURN,@publication sysname IN,@dynamic_snapshot_jobname sysname IN,@dynamic_snapshot_jobid uniqueidentifier IN,@ignore_distributor bit IN)
sp_dropextendedproc(@RETURN_VALUE int RETURN,@functname nvarchar IN)
sp_dropextendedproperty(@RETURN_VALUE int RETURN,@name sysname IN,@level0type varchar IN,@level0name sysname IN,@level1type varchar IN,@level1name sysname IN,@level2type varchar IN,@level2name sysname IN)
sp_dropgroup(@RETURN_VALUE int RETURN,@rolename sysname IN)
sp_droplinkedsrvlogin(@RETURN_VALUE int RETURN,@rmtsrvname sysname IN,@locallogin sysname IN)
sp_droplogin(@RETURN_VALUE int RETURN,@loginame sysname IN)
sp_dropmergealternatepublisher(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@alternate_publisher sysname IN,@alternate_publisher_db sysname IN,@alternate_publication sysname IN)
sp_dropmergearticle(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@ignore_distributor bit IN,@reserved bit IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN,@ignore_merge_metadata bit IN)
sp_dropmergefilter(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@filtername sysname IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN)
sp_dropmergelogsettings(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@web_server sysname IN)
sp_dropmergepartition(@RETURN_VALUE int RETURN,@publication sysname IN,@suser_sname sysname IN,@host_name sysname IN)
sp_dropmergepublication(@RETURN_VALUE int RETURN,@publication sysname IN,@ignore_distributor bit IN,@reserved bit IN,@ignore_merge_metadata bit IN)
sp_dropmergepullsubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN,@publisher_db sysname IN,@reserved bit IN)
sp_dropmergesubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@subscription_type nvarchar IN,@ignore_distributor bit IN,@reserved bit IN)
sp_dropmessage(@RETURN_VALUE int RETURN,@msgnum int IN,@lang sysname IN)
sp_droppublication(@RETURN_VALUE int RETURN,@publication sysname IN,@ignore_distributor bit IN,@publisher sysname IN)
sp_droppublisher(@RETURN_VALUE int RETURN,@publisher sysname IN,@type nvarchar IN)
sp_droppullsubscription(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@reserved bit IN)
sp_dropremotelogin(@RETURN_VALUE int RETURN,@remoteserver sysname IN,@loginame sysname IN,@remotename sysname IN)
sp_dropreplsymmetrickey(@RETURN_VALUE int RETURN,@check_replication bit IN,@throw_error bit IN)
sp_droprole(@RETURN_VALUE int RETURN,@rolename sysname IN)
sp_droprolemember(@RETURN_VALUE int RETURN,@rolename sysname IN,@membername sysname IN)
sp_dropserver(@RETURN_VALUE int RETURN,@server sysname IN,@droplogins char IN)
sp_dropsrvrolemember(@RETURN_VALUE int RETURN,@loginame sysname IN,@rolename sysname IN)
sp_dropsubscriber(@RETURN_VALUE int RETURN,@subscriber sysname IN,@reserved nvarchar IN,@ignore_distributor bit IN,@publisher sysname IN)
sp_dropsubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@subscriber sysname IN,@destination_db sysname IN,@ignore_distributor bit IN,@reserved nvarchar IN,@publisher sysname IN)
sp_droptype(@RETURN_VALUE int RETURN,@typename sysname IN)
sp_dropuser(@RETURN_VALUE int RETURN,@name_in_db sysname IN)
sp_dropwebtask(@RETURN_VALUE int RETURN,@procname nvarchar IN,@outputfile nvarchar IN)
sp_dsninfo(@RETURN_VALUE int RETURN,@dsn varchar IN,@infotype varchar IN,@login varchar IN,@password varchar IN,@dso_type int IN)
sp_enable_heterogeneous_subscription(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN)
sp_enableagentoffload(@RETURN_VALUE int RETURN,@job_id varbinary IN,@offloadserver sysname IN,@agent_type sysname IN)
sp_enum_oledb_providers(@RETURN_VALUE int RETURN)
sp_enumcodepages(@RETURN_VALUE int RETURN)
sp_enumcustomresolvers(@RETURN_VALUE int RETURN,@distributor sysname IN)
sp_enumdsn(@RETURN_VALUE int RETURN)
sp_enumeratependingschemachanges(@RETURN_VALUE int RETURN,@publication sysname IN,@starting_schemaversion int IN)
sp_enumerrorlogs(@RETURN_VALUE int RETURN,@p1 int IN)
sp_enumfullsubscribers(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN)
sp_enumoledbdatasources(@RETURN_VALUE int RETURN)
sp_expired_subscription_cleanup(@RETURN_VALUE int RETURN,@publisher sysname IN)
sp_firstonly_bitmap(@RETURN_VALUE int RETURN,@inputbitmap1 varbinary IN,@inputbitmap2 varbinary IN,@resultbitmap3 varbinary OUT)
sp_fkeys(@RETURN_VALUE int RETURN,@pktable_name sysname IN,@pktable_owner sysname IN,@pktable_qualifier sysname IN,@fktable_name sysname IN,@fktable_owner sysname IN,@fktable_qualifier sysname IN)
sp_foreign_keys_rowset(@RETURN_VALUE int RETURN,@pk_table_name sysname IN,@pk_table_schema sysname IN,@foreignkey_tab_name sysname IN,@foreignkey_tab_schema sysname IN,@foreignkey_tab_catalog sysname IN)
sp_foreign_keys_rowset2(@RETURN_VALUE int RETURN,@foreignkey_tab_name sysname IN,@foreignkey_tab_schema sysname IN,@pk_table_name sysname IN,@pk_table_schema sysname IN,@pk_table_catalog sysname IN)
sp_foreign_keys_rowset3(@RETURN_VALUE int RETURN,@pk_table_schema sysname IN,@pk_table_catalog sysname IN,@foreignkey_tab_schema sysname IN,@foreignkey_tab_catalog sysname IN)
sp_foreign_keys_rowset_rmt(@RETURN_VALUE int RETURN,@server_name sysname IN,@pk_table_name sysname IN,@pk_table_schema sysname IN,@pk_table_catalog sysname IN,@foreignkey_tab_name sysname IN,@foreignkey_tab_schema sysname IN,@foreignkey_tab_catalog sysname IN)
sp_foreignkeys(@RETURN_VALUE int RETURN,@table_server sysname IN,@pktab_name sysname IN,@pktab_schema sysname IN,@pktab_catalog sysname IN,@fktab_name sysname IN,@fktab_schema sysname IN,@fktab_catalog sysname IN)
sp_fulltext_catalog(@RETURN_VALUE int RETURN,@ftcat sysname IN,@action varchar IN,@path nvarchar IN)
sp_fulltext_column(@RETURN_VALUE int RETURN,@tabname nvarchar IN,@colname sysname IN,@action varchar IN,@language int IN,@type_colname sysname IN)
sp_fulltext_database(@RETURN_VALUE int RETURN,@action varchar IN)
sp_fulltext_recycle_crawl_log(@RETURN_VALUE int RETURN,@ftcat sysname IN)
sp_fulltext_service(@RETURN_VALUE int RETURN,@action nvarchar IN,@value sql_variant IN)
sp_fulltext_table(@RETURN_VALUE int RETURN,@tabname nvarchar IN,@action varchar IN,@ftcat sysname IN,@keyname sysname IN)
sp_generate_agent_parameter(@RETURN_VALUE int RETURN,@profile_id int IN,@real_profile_id int IN)
sp_generatefilters(@RETURN_VALUE int RETURN,@publication sysname IN)
sp_get_distributor(@RETURN_VALUE int RETURN)
sp_get_job_status_mergesubscription_agent(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@agent_name nvarchar IN)
sp_get_mergepublishedarticleproperties(@RETURN_VALUE int RETURN,@source_object sysname IN,@source_owner sysname IN)
sp_get_Oracle_publisher_metadata(@RETURN_VALUE int RETURN,@database_name sysname IN)
sp_getagentparameterlist(@RETURN_VALUE int RETURN,@agent_type int IN)
sp_getapplock(@RETURN_VALUE int RETURN,@Resource nvarchar IN,@LockMode varchar IN,@LockOwner varchar IN,@LockTimeout int IN,@DbPrincipal sysname IN)
sp_getdefaultdatatypemapping(@RETURN_VALUE int RETURN,@source_dbms sysname IN,@source_version varchar IN,@source_type sysname IN,@source_length bigint IN,@source_precision int IN,@source_scale int IN,@source_nullable bit IN,@destination_dbms sysname IN,@destination_version varchar IN,@destination_type sysname OUT,@destination_length bigint OUT,@destination_precision int OUT,@destination_scale int OUT,@destination_nullable bit OUT,@dataloss bit OUT)
sp_getmergedeletetype(@RETURN_VALUE int RETURN,@source_object nvarchar IN,@rowguid uniqueidentifier IN,@delete_type int OUT)
sp_getpublisherlink(@RETURN_VALUE int RETURN,@trigger_id int IN,@connect_string nvarchar OUT,@islocalpublisher bit OUT)
sp_getqueuedarticlesynctraninfo(@RETURN_VALUE int RETURN,@publication sysname IN,@artid int IN)
sp_getqueuedrows(@RETURN_VALUE int RETURN,@tablename sysname IN,@owner sysname IN,@tranid nvarchar IN)
sp_getsqlqueueversion(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@version int OUT)
sp_getsubscription_status_hsnapshot(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@publisher sysname IN)
sp_getsubscriptiondtspackagename(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN)
sp_grant_publication_access(@RETURN_VALUE int RETURN,@publication sysname IN,@login sysname IN,@reserved nvarchar IN,@publisher sysname IN)
sp_grantdbaccess(@RETURN_VALUE int RETURN,@loginame sysname IN,@name_in_db sysname OUT)
sp_grantlogin(@RETURN_VALUE int RETURN,@loginame sysname IN)
sp_help(@RETURN_VALUE int RETURN,@objname nvarchar IN)
sp_help_agent_default(@RETURN_VALUE int RETURN,@profile_id int OUT,@agent_type int IN)
sp_help_agent_parameter(@RETURN_VALUE int RETURN,@profile_id int IN)
sp_help_agent_profile(@RETURN_VALUE int RETURN,@agent_type int IN,@profile_id int IN)
sp_help_datatype_mapping(@RETURN_VALUE int RETURN,@dbms_name sysname IN,@dbms_version sysname IN,@sql_type sysname IN,@source_prec int IN)
sp_help_fulltext_catalog_components(@RETURN_VALUE int RETURN)
sp_help_fulltext_catalogs(@RETURN_VALUE int RETURN,@fulltext_catalog_name sysname IN)
sp_help_fulltext_catalogs_cursor(@RETURN_VALUE int RETURN,@cursor_return int OUT,@fulltext_catalog_name sysname IN)
sp_help_fulltext_columns(@RETURN_VALUE int RETURN,@table_name nvarchar IN,@column_name sysname IN)
sp_help_fulltext_columns_cursor(@RETURN_VALUE int RETURN,@cursor_return int OUT,@table_name nvarchar IN,@column_name sysname IN)
sp_help_fulltext_system_components(@RETURN_VALUE int RETURN,@component_type sysname IN,@param sysname IN)
sp_help_fulltext_tables(@RETURN_VALUE int RETURN,@fulltext_catalog_name sysname IN,@table_name nvarchar IN)
sp_help_fulltext_tables_cursor(@RETURN_VALUE int RETURN,@cursor_return int OUT,@fulltext_catalog_name sysname IN,@table_name nvarchar IN)
sp_help_log_shipping_alert_job(@RETURN_VALUE int RETURN)
sp_help_log_shipping_monitor(@RETURN_VALUE int RETURN,@verbose bit IN)
sp_help_log_shipping_monitor_primary(@RETURN_VALUE int RETURN,@primary_server sysname IN,@primary_database sysname IN)
sp_help_log_shipping_monitor_secondary(@RETURN_VALUE int RETURN,@secondary_server sysname IN,@secondary_database sysname IN)
sp_help_log_shipping_primary_database(@RETURN_VALUE int RETURN,@database sysname IN,@primary_id uniqueidentifier IN)
sp_help_log_shipping_primary_secondary(@RETURN_VALUE int RETURN,@primary_database sysname IN)
sp_help_log_shipping_secondary_database(@RETURN_VALUE int RETURN,@secondary_database sysname IN,@secondary_id uniqueidentifier IN)
sp_help_log_shipping_secondary_primary(@RETURN_VALUE int RETURN,@primary_server sysname IN,@primary_database sysname IN)
sp_help_publication_access(@RETURN_VALUE int RETURN,@publication sysname IN,@return_granted bit IN,@login sysname IN,@initial_list bit IN,@publisher sysname IN)
sp_helpallowmerge_publication(@RETURN_VALUE int RETURN)
sp_helparticle(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@returnfilter bit IN,@publisher sysname IN,@found int OUT)
sp_helparticlecolumns(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@publisher sysname IN)
sp_helparticledts(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN)
sp_helpconstraint(@RETURN_VALUE int RETURN,@objname nvarchar IN,@nomsg varchar IN)
sp_helpdatatypemap(@RETURN_VALUE int RETURN,@source_dbms sysname IN,@source_version varchar IN,@source_type sysname IN,@destination_dbms sysname IN,@destination_version varchar IN,@destination_type sysname IN,@defaults_only bit IN)
sp_helpdb(@RETURN_VALUE int RETURN,@dbname sysname IN)
sp_helpdbfixedrole(@RETURN_VALUE int RETURN,@rolename sysname IN)
sp_helpdevice(@RETURN_VALUE int RETURN,@devname sysname IN)
sp_helpdistpublisher(@RETURN_VALUE int RETURN,@publisher sysname IN,@check_user bit IN)
sp_helpdistributiondb(@RETURN_VALUE int RETURN,@database sysname IN)
sp_helpdistributor(@RETURN_VALUE int RETURN,@distributor sysname OUT,@distribdb sysname OUT,@directory nvarchar OUT,@account nvarchar OUT,@min_distretention int OUT,@max_distretention int OUT,@history_retention int OUT,@history_cleanupagent nvarchar OUT,@distrib_cleanupagent nvarchar OUT,@publisher sysname IN,@local nvarchar IN,@rpcsrvname sysname OUT,@publisher_type sysname OUT)
sp_helpdistributor_properties(@RETURN_VALUE int RETURN)
sp_helpdynamicsnapshot_job(@RETURN_VALUE int RETURN,@publication sysname IN,@dynamic_snapshot_jobname sysname IN,@dynamic_snapshot_jobid uniqueidentifier IN)
sp_helpextendedproc(@RETURN_VALUE int RETURN,@funcname sysname IN)
sp_helpfile(@RETURN_VALUE int RETURN,@filename sysname IN)
sp_helpfilegroup(@RETURN_VALUE int RETURN,@filegroupname sysname IN)
sp_helpgroup(@RETURN_VALUE int RETURN,@grpname sysname IN)
sp_helpindex(@RETURN_VALUE int RETURN,@objname nvarchar IN)
sp_helplanguage(@RETURN_VALUE int RETURN,@language sysname IN)
sp_helplinkedsrvlogin(@RETURN_VALUE int RETURN,@rmtsrvname sysname IN,@locallogin sysname IN)
sp_helplogins(@RETURN_VALUE int RETURN,@LoginNamePattern sysname IN)
sp_helplogreader_agent(@RETURN_VALUE int RETURN,@publisher sysname IN)
sp_helpmergealternatepublisher(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN)
sp_helpmergearticle(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN)
sp_helpmergearticlecolumn(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN)
sp_helpmergearticleconflicts(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN,@publisher_db sysname IN)
sp_helpmergeconflictrows(@RETURN_VALUE int RETURN,@publication sysname IN,@conflict_table sysname IN,@publisher sysname IN,@publisher_db sysname IN,@logical_record_conflicts int IN)
sp_helpmergedeleteconflictrows(@RETURN_VALUE int RETURN,@publication sysname IN,@source_object nvarchar IN,@publisher sysname IN,@publisher_db sysname IN,@logical_record_conflicts int IN)
sp_helpmergefilter(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@filtername sysname IN)
sp_helpmergelogfiles(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@publisher sysname IN,@publisher_db sysname IN,@web_server sysname IN)
sp_helpmergelogfileswithdata(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@publisher sysname IN,@publisher_db sysname IN,@web_server sysname IN,@id int IN)
sp_helpmergelogsettings(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@publisher sysname IN,@publisher_db sysname IN)
sp_helpmergepartition(@RETURN_VALUE int RETURN,@publication sysname IN,@suser_sname sysname IN,@host_name sysname IN)
sp_helpmergepublication(@RETURN_VALUE int RETURN,@publication sysname IN,@found int OUT,@publication_id uniqueidentifier OUT,@reserved nvarchar IN,@publisher sysname IN,@publisher_db sysname IN)
sp_helpmergepullsubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN,@publisher_db sysname IN,@subscription_type nvarchar IN)
sp_helpmergesubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@publisher sysname IN,@publisher_db sysname IN,@subscription_type nvarchar IN,@found int OUT)
sp_helpntgroup(@RETURN_VALUE int RETURN,@ntname sysname IN)
sp_helppeerrequests(@RETURN_VALUE int RETURN,@publication sysname IN,@description nvarchar IN)
sp_helppeerresponses(@RETURN_VALUE int RETURN,@request_id int IN)
sp_helppublication(@RETURN_VALUE int RETURN,@publication sysname IN,@found int OUT,@publisher sysname IN)
sp_helppublication_snapshot(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN)
sp_helppublicationsync(@RETURN_VALUE int RETURN,@publication sysname IN)
sp_helppullsubscription(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@show_push nvarchar IN)
sp_helpqreader_agent(@RETURN_VALUE int RETURN,@frompublisher bit IN)
sp_helpremotelogin(@RETURN_VALUE int RETURN,@remoteserver sysname IN,@remotename sysname IN)
sp_helpreplfailovermode(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@failover_mode_id tinyint OUT,@failover_mode nvarchar OUT)
sp_helpreplicationdb(@RETURN_VALUE int RETURN,@dbname sysname IN,@type sysname IN)
sp_helpreplicationdboption(@RETURN_VALUE int RETURN,@dbname sysname IN,@type sysname IN,@reserved bit IN)
sp_helpreplicationoption(@RETURN_VALUE int RETURN,@optname sysname IN)
sp_helprole(@RETURN_VALUE int RETURN,@rolename sysname IN)
sp_helprolemember(@RETURN_VALUE int RETURN,@rolename sysname IN)
sp_helprotect(@RETURN_VALUE int RETURN,@name nvarchar IN,@username sysname IN,@grantorname sysname IN,@permissionarea varchar IN)
sp_helpserver(@RETURN_VALUE int RETURN,@server sysname IN,@optname varchar IN,@show_topology varchar IN)
sp_helpsort(@RETURN_VALUE int RETURN)
sp_helpsrvrole(@RETURN_VALUE int RETURN,@srvrolename sysname IN)
sp_helpsrvrolemember(@RETURN_VALUE int RETURN,@srvrolename sysname IN)
sp_helpstats(@RETURN_VALUE int RETURN,@objname nvarchar IN,@results nvarchar IN)
sp_helpsubscriberinfo(@RETURN_VALUE int RETURN,@subscriber sysname IN,@publisher sysname IN)
sp_helpsubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@subscriber sysname IN,@destination_db sysname IN,@found int OUT,@publisher sysname IN)
sp_helpsubscription_properties(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@publication_type int IN)
sp_helpsubscriptionerrors(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN)
sp_helptext(@RETURN_VALUE int RETURN,@objname nvarchar IN,@columnname sysname IN)
sp_helptracertokenhistory(@RETURN_VALUE int RETURN,@publication sysname IN,@tracer_id int IN,@publisher sysname IN,@publisher_db sysname IN)
sp_helptracertokens(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN,@publisher_db sysname IN)
sp_helptrigger(@RETURN_VALUE int RETURN,@tabname nvarchar IN,@triggertype char IN)
sp_helpuser(@RETURN_VALUE int RETURN,@name_in_db sysname IN)
sp_helpxactsetjob(@RETURN_VALUE int RETURN,@publisher sysname IN)
sp_http_generate_wsdl_defaultcomplexorsimple(@RETURN_VALUE int RETURN,@EndpointID int IN,@IsSSL bit IN,@Host nvarchar IN,@QueryString nvarchar IN,@UserAgent nvarchar IN)
sp_http_generate_wsdl_defaultsimpleorcomplex(@RETURN_VALUE int RETURN,@EndpointID int IN,@IsSSL bit IN,@Host nvarchar IN,@QueryString nvarchar IN,@UserAgent nvarchar IN)
sp_identitycolumnforreplication(@RETURN_VALUE int RETURN,@object_id int IN,@value bit IN)
sp_IH_LR_GetCacheData(@RETURN_VALUE int RETURN,@publisher sysname IN)
sp_IHadd_sync_command(@RETURN_VALUE int RETURN,@publisher_id smallint IN,@publisher_db sysname IN,@xact_id varbinary IN,@xact_seqno varbinary IN,@originator sysname IN,@originator_db sysname IN,@article_id int IN,@command_id int IN,@type int IN,@partial_command bit IN,@command varbinary IN,@publisher sysname IN)
sp_IHarticlecolumn(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@column sysname IN,@operation nvarchar IN,@refresh_synctran_procs bit IN,@ignore_distributor bit IN,@change_active int IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN,@publisher sysname IN,@publisher_type sysname IN,@publisher_dbms sysname IN,@publisher_version sysname IN)
sp_IHget_loopback_detection(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN)
sp_IHScriptIdxFile(@RETURN_VALUE int RETURN,@article_id int IN)
sp_IHScriptSchFile(@RETURN_VALUE int RETURN,@article_id int IN)
sp_IHValidateRowFilter(@RETURN_VALUE int RETURN,@publisher sysname IN,@owner sysname IN,@table sysname IN,@columnmask binary IN,@rowfilter ntext IN)
sp_IHXactSetJob(@RETURN_VALUE int RETURN,@publisher sysname IN,@enabled bit IN,@interval int IN,@threshold int IN,@LRinterval int IN,@LRthreshold int IN)
sp_indexes(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_name sysname IN,@table_schema sysname IN,@table_catalog sysname IN,@index_name sysname IN,@is_unique bit IN)
sp_indexes_90_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@index_name sysname IN,@table_schema sysname IN)
sp_indexes_90_rowset2(@RETURN_VALUE int RETURN,@index_name sysname IN,@table_schema sysname IN)
sp_indexes_90_rowset_rmt(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_catalog sysname IN,@table_name sysname IN,@index_name sysname IN,@table_schema sysname IN)
sp_indexes_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@index_name sysname IN,@table_schema sysname IN)
sp_indexes_rowset2(@RETURN_VALUE int RETURN,@index_name sysname IN,@table_schema sysname IN)
sp_indexes_rowset_rmt(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_catalog sysname IN,@table_name sysname IN,@index_name sysname IN,@table_schema sysname IN)
sp_indexoption(@RETURN_VALUE int RETURN,@IndexNamePattern nvarchar IN,@OptionName varchar IN,@OptionValue varchar IN)
sp_invalidate_textptr(@RETURN_VALUE int RETURN,@TextPtrValue varbinary IN)
sp_ivindexhasnullcols(@RETURN_VALUE int RETURN,@viewname sysname IN,@fhasnullcols bit OUT)
sp_lightweightmergemetadataretentioncleanup(@RETURN_VALUE int RETURN,@num_rowtrack_rows int OUT)
sp_link_publication(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@security_mode int IN,@login sysname IN,@password sysname IN,@distributor sysname IN)
sp_linkedservers(@RETURN_VALUE int RETURN)
sp_linkedservers_rowset(@RETURN_VALUE int RETURN,@srvname sysname IN)
sp_linkedservers_rowset2(@RETURN_VALUE int RETURN)
sp_lock(@RETURN_VALUE int RETURN,@spid1 int IN,@spid2 int IN)
sp_logshippinginstallmetadata(@RETURN_VALUE int RETURN)
sp_lookupcustomresolver(@RETURN_VALUE int RETURN,@article_resolver nvarchar IN,@resolver_clsid nvarchar OUT,@is_dotnet_assembly bit OUT,@dotnet_assembly_name nvarchar OUT,@dotnet_class_name nvarchar OUT,@publisher sysname IN)
sp_makewebtask(@RETURN_VALUE int RETURN,@outputfile nvarchar IN,@query ntext IN,@fixedfont tinyint IN,@bold tinyint IN,@italic tinyint IN,@colheaders tinyint IN,@lastupdated tinyint IN,@HTMLheader tinyint IN,@username nvarchar IN,@dbname nvarchar IN,@templatefile nvarchar IN,@webpagetitle nvarchar IN,@resultstitle nvarchar IN,@URL nvarchar IN,@reftext nvarchar IN,@table_urls tinyint IN,@url_query nvarchar IN,@whentype tinyint IN,@targetdate int IN,@targettime int IN,@dayflags tinyint IN,@numunits tinyint IN,@unittype tinyint IN,@procname nvarchar IN,@maketask int IN,@rowcnt int IN,@tabborder tinyint IN,@singlerow tinyint IN,@blobfmt ntext IN,@nrowsperpage int IN,@datachg ntext IN,@charset nvarchar IN,@codepage int IN)
sp_mapdown_bitmap(@RETURN_VALUE int RETURN,@mapdownbm varbinary IN,@bm varbinary OUT)
sp_markpendingschemachange(@RETURN_VALUE int RETURN,@publication sysname IN,@schemaversion int IN,@status nvarchar IN)
sp_marksubscriptionvalidation(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@destination_db sysname IN,@publisher sysname IN)
sp_mergearticlecolumn(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@column sysname IN,@operation nvarchar IN,@schema_replication nvarchar IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN)
sp_mergecleanupmetadata(@RETURN_VALUE int RETURN,@publication sysname IN,@reinitialize_subscriber nvarchar IN)
sp_mergedummyupdate(@RETURN_VALUE int RETURN,@source_object nvarchar IN,@rowguid uniqueidentifier IN)
sp_mergemetadataretentioncleanup(@RETURN_VALUE int RETURN,@num_genhistory_rows int OUT,@num_contents_rows int OUT,@num_tombstone_rows int OUT,@aggressive_cleanup_only bit IN)
sp_mergesubscription_cleanup(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN)
sp_mergesubscriptionsummary(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN)
sp_monitor(@RETURN_VALUE int RETURN)
sp_objectfilegroup(@RETURN_VALUE int RETURN,@objid int IN)
sp_oledb_database(@RETURN_VALUE int RETURN)
sp_oledb_defdb(@RETURN_VALUE int RETURN)
sp_oledb_deflang(@RETURN_VALUE int RETURN)
sp_oledb_language(@RETURN_VALUE int RETURN)
sp_oledb_ro_usrname(@RETURN_VALUE int RETURN)
sp_oledbinfo(@RETURN_VALUE int RETURN,@server nvarchar IN,@infotype nvarchar IN,@login nvarchar IN,@password nvarchar IN)
sp_ORbitmap(@RETURN_VALUE int RETURN,@inputbitmap1 varbinary IN,@inputbitmap2 varbinary IN,@resultbitmap3 varbinary OUT)
sp_password(@RETURN_VALUE int RETURN,@old sysname IN,@new sysname IN,@loginame sysname IN)
sp_pkeys(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_owner sysname IN,@table_qualifier sysname IN)
sp_posttracertoken(@RETURN_VALUE int RETURN,@publication sysname IN,@tracer_token_id int OUT,@publisher sysname IN)
sp_primary_keys_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN)
sp_primary_keys_rowset2(@RETURN_VALUE int RETURN,@table_schema sysname IN)
sp_primary_keys_rowset_rmt(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_catalog sysname IN,@table_name sysname IN,@table_schema sysname IN)
sp_primarykeys(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_name sysname IN,@table_schema sysname IN,@table_catalog sysname IN)
sp_procedure_params_90_rowset(@RETURN_VALUE int RETURN,@procedure_name sysname IN,@group_number int IN,@procedure_schema sysname IN,@parameter_name sysname IN)
sp_procedure_params_90_rowset2(@RETURN_VALUE int RETURN,@procedure_schema sysname IN,@parameter_name sysname IN)
sp_procedure_params_managed(@RETURN_VALUE int RETURN,@procedure_name sysname IN,@group_number int IN,@procedure_schema sysname IN,@parameter_name sysname IN)
sp_procedure_params_rowset(@RETURN_VALUE int RETURN,@procedure_name sysname IN,@group_number int IN,@procedure_schema sysname IN,@parameter_name sysname IN)
sp_procedure_params_rowset2(@RETURN_VALUE int RETURN,@procedure_schema sysname IN,@parameter_name sysname IN)
sp_procedures_rowset(@RETURN_VALUE int RETURN,@procedure_name sysname IN,@group_number int IN,@procedure_schema sysname IN)
sp_procedures_rowset2(@RETURN_VALUE int RETURN,@procedure_schema sysname IN)
sp_processlogshippingmonitorhistory(@RETURN_VALUE int RETURN,@mode tinyint IN,@agent_id uniqueidentifier IN,@agent_type tinyint IN,@session_id int IN,@session_status tinyint IN,@monitor_server sysname IN,@monitor_server_security_mode bit IN,@database sysname IN,@log_time datetime IN,@log_time_utc datetime IN,@message nvarchar IN)
sp_processlogshippingmonitorprimary(@RETURN_VALUE int RETURN,@mode tinyint IN,@primary_id uniqueidentifier IN,@primary_server sysname IN,@monitor_server sysname IN,@monitor_server_security_mode bit IN,@primary_database sysname IN,@backup_threshold int IN,@threshold_alert int IN,@threshold_alert_enabled bit IN,@last_backup_file nvarchar IN,@last_backup_date datetime IN,@last_backup_date_utc datetime IN,@history_retention_period int IN)
sp_processlogshippingmonitorsecondary(@RETURN_VALUE int RETURN,@mode tinyint IN,@secondary_server sysname IN,@secondary_database sysname IN,@secondary_id uniqueidentifier IN,@primary_server sysname IN,@monitor_server sysname IN,@monitor_server_security_mode bit IN,@primary_database sysname IN,@restore_threshold int IN,@threshold_alert int IN,@threshold_alert_enabled bit IN,@last_copied_file nvarchar IN,@last_copied_date datetime IN,@last_copied_date_utc datetime IN,@last_restored_file nvarchar IN,@last_restored_date datetime IN,@last_restored_date_utc datetime IN,@last_restored_latency int IN,@history_retention_period int IN)
sp_processlogshippingretentioncleanup(@RETURN_VALUE int RETURN,@agent_id uniqueidentifier IN,@agent_type tinyint IN,@monitor_server sysname IN,@monitor_server_security_mode bit IN,@history_retention_period int IN,@curdate_utc datetime IN)
sp_processmail(@RETURN_VALUE int RETURN,@subject varchar IN,@filetype varchar IN,@separator varchar IN,@set_user varchar IN,@dbuse varchar IN)
sp_procoption(@RETURN_VALUE int RETURN,@ProcName nvarchar IN,@OptionName varchar IN,@OptionValue varchar IN)
sp_prop_oledb_provider(@RETURN_VALUE int RETURN,@p1 nvarchar IN)
sp_provider_types_90_rowset(@RETURN_VALUE int RETURN,@data_type smallint IN,@best_match tinyint IN)
sp_provider_types_rowset(@RETURN_VALUE int RETURN,@data_type smallint IN,@best_match tinyint IN)
sp_publication_validation(@RETURN_VALUE int RETURN,@publication sysname IN,@rowcount_only smallint IN,@full_or_fast tinyint IN,@shutdown_agent bit IN,@publisher sysname IN)
sp_publicationsummary(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN)
sp_publishdb(@RETURN_VALUE int RETURN,@dbname sysname IN,@value nvarchar IN)
sp_publisherproperty(@RETURN_VALUE int RETURN,@publisher sysname IN,@propertyname sysname IN,@propertyvalue sysname IN)
sp_readerrorlog(@RETURN_VALUE int RETURN,@p1 int IN,@p2 int IN,@p3 varchar IN,@p4 varchar IN)
sp_readwebtask(@RETURN_VALUE int RETURN,@procname nvarchar IN)
sp_recompile(@RETURN_VALUE int RETURN,@objname nvarchar IN)
sp_refresh_heterogeneous_publisher(@RETURN_VALUE int RETURN,@publisher sysname IN)
sp_refresh_log_shipping_monitor(@RETURN_VALUE int RETURN,@agent_id uniqueidentifier IN,@agent_type tinyint IN,@database sysname IN,@mode tinyint IN)
sp_refreshsubscriptions(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN)
sp_register_custom_scripting(@RETURN_VALUE int RETURN,@type varchar IN,@value nvarchar IN,@publication sysname IN,@article sysname IN)
sp_registercustomresolver(@RETURN_VALUE int RETURN,@article_resolver nvarchar IN,@resolver_clsid nvarchar IN,@is_dotnet_assembly nvarchar IN,@dotnet_assembly_name nvarchar IN,@dotnet_class_name nvarchar IN)
sp_reinitmergepullsubscription(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@upload_first nvarchar IN)
sp_reinitmergesubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@upload_first nvarchar IN)
sp_reinitpullsubscription(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN)
sp_reinitsubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@subscriber sysname IN,@destination_db sysname IN,@for_schema_change bit IN,@publisher sysname IN,@ignore_distributor_failure bit IN,@invalidate_snapshot bit IN)
sp_releaseapplock(@RETURN_VALUE int RETURN,@Resource nvarchar IN,@LockOwner varchar IN,@DbPrincipal sysname IN)
sp_remoteoption(@RETURN_VALUE int RETURN,@remoteserver sysname IN,@loginame sysname IN,@remotename sysname IN,@optname varchar IN,@optvalue varchar IN)
sp_removedbreplication(@RETURN_VALUE int RETURN,@dbname sysname IN,@type nvarchar IN)
sp_removedistpublisherdbreplication(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN)
sp_removesrvreplication(@RETURN_VALUE int RETURN)
sp_rename(@RETURN_VALUE int RETURN,@objname nvarchar IN,@newname sysname IN,@objtype varchar IN)
sp_renamedb(@RETURN_VALUE int RETURN,@dbname sysname IN,@newname sysname IN)
sp_repladdcolumn(@RETURN_VALUE int RETURN,@source_object nvarchar IN,@column sysname IN,@typetext nvarchar IN,@publication_to_add nvarchar IN,@from_agent int IN,@schema_change_script nvarchar IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN)
sp_replcleanupccsprocs(@RETURN_VALUE int RETURN,@publication sysname IN)
sp_repldeletequeuedtran(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@tranid sysname IN,@orderkeylow bigint IN,@orderkeyhigh bigint IN)
sp_repldropcolumn(@RETURN_VALUE int RETURN,@source_object nvarchar IN,@column sysname IN,@from_agent int IN,@schema_change_script nvarchar IN,@force_invalidate_snapshot bit IN,@force_reinit_subscription bit IN)
sp_replgetparsedddlcmd(@RETURN_VALUE int RETURN,@ddlcmd ntext OUT,@FirstToken sysname IN,@objectType sysname IN,@dbname sysname IN,@owner sysname IN,@objname sysname IN,@targetobject nvarchar IN)
sp_replica(@RETURN_VALUE int RETURN,@tabname nvarchar IN,@replicated nvarchar IN)
sp_replication_agent_checkup(@RETURN_VALUE int RETURN,@heartbeat_interval int IN)
sp_replicationdboption(@RETURN_VALUE int RETURN,@dbname sysname IN,@optname sysname IN,@value sysname IN,@ignore_distributor bit IN,@from_scripting bit IN)
sp_replincrementlsn(@RETURN_VALUE int RETURN,@xact_seqno binary OUT,@publisher sysname IN)
sp_replmonitorchangepublicationthreshold(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@publication_type int IN,@metric_id int IN,@thresholdmetricname sysname IN,@value int IN,@shouldalert bit IN,@mode tinyint IN)
sp_replmonitorhelpmergesession(@RETURN_VALUE int RETURN,@agent_name nvarchar IN,@hours int IN,@session_type int IN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN)
sp_replmonitorhelpmergesessiondetail(@RETURN_VALUE int RETURN,@session_id int IN)
sp_replmonitorhelpmergesubscriptionmoreinfo(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN)
sp_replmonitorhelppublication(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@publication_type int IN,@refreshpolicy tinyint IN)
sp_replmonitorhelppublicationthresholds(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@publication_type int IN,@thresholdmetricname sysname IN)
sp_replmonitorhelppublisher(@RETURN_VALUE int RETURN,@publisher sysname IN,@refreshpolicy tinyint IN)
sp_replmonitorhelpsubscription(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@publication_type int IN,@mode int IN,@topnum int IN,@exclude_anonymous bit IN,@refreshpolicy tinyint IN)
sp_replmonitorrefreshjob(@RETURN_VALUE int RETURN,@iterations tinyint IN,@profile bit IN)
sp_replmonitorsubscriptionpendingcmds(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@subscription_type int IN)
sp_replpostsyncstatus(@RETURN_VALUE int RETURN,@pubid int IN,@artid int IN,@syncstat int IN,@xact_seqno binary OUT)
sp_replqueuemonitor(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisherdb sysname IN,@publication sysname IN,@tranid sysname IN,@queuetype tinyint IN)
sp_replrestart(@RETURN_VALUE int RETURN)
sp_replsetoriginator(@RETURN_VALUE int RETURN,@originator_srv sysname IN,@originator_db sysname IN,@publication sysname IN)
sp_replshowcmds(@RETURN_VALUE int RETURN,@maxtrans int IN)
sp_replsqlqgetrows(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisherdb sysname IN,@publication sysname IN,@batchsize int IN)
sp_replsync(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@article sysname IN)
sp_requestpeerresponse(@RETURN_VALUE int RETURN,@publication sysname IN,@description nvarchar IN,@request_id int OUT)
sp_resetsnapshotdeliveryprogress(@RETURN_VALUE int RETURN,@verbose_level int IN,@drop_table nvarchar IN)
sp_resetstatus(@RETURN_VALUE int RETURN,@DBName sysname IN)
sp_resign_database(@RETURN_VALUE int RETURN,@keytype sysname IN,@fn nvarchar IN,@pwd sysname IN)
sp_resolve_logins(@RETURN_VALUE int RETURN,@dest_db sysname IN,@dest_path nvarchar IN,@filename nvarchar IN)
sp_restoredbreplication(@RETURN_VALUE int RETURN,@srv_orig sysname IN,@db_orig sysname IN,@keep_replication int IN,@perform_upgrade bit IN)
sp_restoremergeidentityrange(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN)
sp_resyncmergesubscription(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@resync_type int IN,@resync_date_str nvarchar IN)
sp_revoke_publication_access(@RETURN_VALUE int RETURN,@publication sysname IN,@login sysname IN,@publisher sysname IN)
sp_revokedbaccess(@RETURN_VALUE int RETURN,@name_in_db sysname IN)
sp_revokelogin(@RETURN_VALUE int RETURN,@loginame sysname IN)
sp_runwebtask(@RETURN_VALUE int RETURN,@procname nvarchar IN,@outputfile nvarchar IN)
sp_schemafilter(@RETURN_VALUE int RETURN,@publisher sysname IN,@schema sysname IN,@operation nvarchar IN)
sp_schemata_rowset(@RETURN_VALUE int RETURN,@schema_name sysname IN,@schema_owner sysname IN)
sp_script_reconciliation_delproc(@RETURN_VALUE int RETURN,@artid int IN,@publishertype tinyint IN,@publisher sysname IN)
sp_script_reconciliation_insproc(@RETURN_VALUE int RETURN,@artid int IN,@publishertype tinyint IN,@publisher sysname IN)
sp_script_reconciliation_sinsproc(@RETURN_VALUE int RETURN,@artid int IN,@publishertype tinyint IN,@publisher sysname IN)
sp_script_reconciliation_vdelproc(@RETURN_VALUE int RETURN,@artid int IN,@publishertype tinyint IN,@publisher sysname IN)
sp_script_reconciliation_xdelproc(@RETURN_VALUE int RETURN,@artid int IN,@publishertype tinyint IN,@publisher sysname IN)
sp_script_synctran_commands(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@trig_only bit IN)
sp_scriptdelproc(@RETURN_VALUE int RETURN,@artid int IN,@publishertype tinyint IN,@publisher sysname IN)
sp_scriptdynamicupdproc(@RETURN_VALUE int RETURN,@artid int IN)
sp_scriptinsproc(@RETURN_VALUE int RETURN,@artid int IN,@publishertype tinyint IN,@publisher sysname IN)
sp_scriptmappedupdproc(@RETURN_VALUE int RETURN,@artid int IN,@mode tinyint IN,@publishertype tinyint IN,@publisher sysname IN)
sp_scriptpublicationcustomprocs(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN)
sp_scriptsinsproc(@RETURN_VALUE int RETURN,@artid int IN,@publishertype tinyint IN,@publisher sysname IN)
sp_scriptsubconflicttable(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@alter bit IN)
sp_scriptsupdproc(@RETURN_VALUE int RETURN,@artid int IN,@mode tinyint IN,@publishertype tinyint IN,@publisher sysname IN)
sp_scriptupdproc(@RETURN_VALUE int RETURN,@artid int IN,@mode tinyint IN,@publishertype tinyint IN,@publisher sysname IN)
sp_scriptvdelproc(@RETURN_VALUE int RETURN,@artid int IN,@publishertype tinyint IN,@publisher sysname IN)
sp_scriptvupdproc(@RETURN_VALUE int RETURN,@artid int IN,@mode tinyint IN,@publishertype tinyint IN,@publisher sysname IN)
sp_scriptxdelproc(@RETURN_VALUE int RETURN,@artid int IN,@publishertype tinyint IN,@publisher sysname IN)
sp_scriptxupdproc(@RETURN_VALUE int RETURN,@artid int IN,@mode tinyint IN,@publishertype tinyint IN,@publisher sysname IN)
sp_server_info(@RETURN_VALUE int RETURN,@attribute_id int IN)
sp_serveroption(@RETURN_VALUE int RETURN,@server sysname IN,@optname varchar IN,@optvalue nvarchar IN)
sp_setapprole(@RETURN_VALUE int RETURN,@rolename sysname IN,@password sysname IN,@encrypt varchar IN,@fCreateCookie bit IN,@cookie varbinary OUT)
sp_SetAutoSAPasswordAndDisable(@RETURN_VALUE int RETURN)
sp_setdefaultdatatypemapping(@RETURN_VALUE int RETURN,@mapping_id int IN,@source_dbms sysname IN,@source_version varchar IN,@source_type sysname IN,@source_length_min bigint IN,@source_length_max bigint IN,@source_precision_min bigint IN,@source_precision_max bigint IN,@source_scale_min int IN,@source_scale_max int IN,@source_nullable bit IN,@destination_dbms sysname IN,@destination_version varchar IN,@destination_type sysname IN,@destination_length bigint IN,@destination_precision bigint IN,@destination_scale int IN,@destination_nullable bit IN)
sp_setnetname(@RETURN_VALUE int RETURN,@server sysname IN,@netname sysname IN)
sp_setreplfailovermode(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@failover_mode nvarchar IN,@override tinyint IN)
sp_setsubscriptionxactseqno(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@xact_seqno varbinary IN)
sp_settriggerorder(@RETURN_VALUE int RETURN,@triggername nvarchar IN,@order varchar IN,@stmttype varchar IN,@namespace varchar IN)
sp_showcolv(@RETURN_VALUE int RETURN,@colv varbinary IN)
sp_showlineage(@RETURN_VALUE int RETURN,@lineage varbinary IN)
sp_showpendingchanges(@RETURN_VALUE int RETURN,@destination_server sysname IN,@publication sysname IN,@article sysname IN)
sp_showrowreplicainfo(@RETURN_VALUE int RETURN,@ownername sysname IN,@tablename sysname IN,@rowguid uniqueidentifier IN,@show nvarchar IN)
sp_spaceused(@RETURN_VALUE int RETURN,@objname nvarchar IN,@updateusage varchar IN)
sp_special_columns(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_owner sysname IN,@table_qualifier sysname IN,@col_type char IN,@scope char IN,@nullable char IN,@ODBCVer int IN)
sp_special_columns_90(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_owner sysname IN,@table_qualifier sysname IN,@col_type char IN,@scope char IN,@nullable char IN,@ODBCVer int IN)
sp_sproc_columns(@RETURN_VALUE int RETURN,@procedure_name nvarchar IN,@procedure_owner nvarchar IN,@procedure_qualifier sysname IN,@column_name nvarchar IN,@ODBCVer int IN,@fUsePattern bit IN)
sp_sproc_columns_90(@RETURN_VALUE int RETURN,@procedure_name nvarchar IN,@procedure_owner nvarchar IN,@procedure_qualifier sysname IN,@column_name nvarchar IN,@ODBCVer int IN,@fUsePattern bit IN)
sp_sqlexec(@RETURN_VALUE int RETURN,@p1 text IN)
sp_srvrolepermission(@RETURN_VALUE int RETURN,@srvrolename sysname IN)
sp_startmergepullsubscription_agent(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN)
sp_startmergepushsubscription_agent(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN)
sp_startpublication_snapshot(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN)
sp_startpullsubscription_agent(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN)
sp_startpushsubscription_agent(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@publisher sysname IN)
sp_statistics(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_owner sysname IN,@table_qualifier sysname IN,@index_name sysname IN,@is_unique char IN,@accuracy char IN)
sp_statistics_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN)
sp_statistics_rowset2(@RETURN_VALUE int RETURN,@table_schema sysname IN)
sp_stopmergepullsubscription_agent(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN)
sp_stopmergepushsubscription_agent(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN)
sp_stoppublication_snapshot(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN)
sp_stoppullsubscription_agent(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN)
sp_stoppushsubscription_agent(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@publisher sysname IN)
sp_stored_procedures(@RETURN_VALUE int RETURN,@sp_name nvarchar IN,@sp_owner nvarchar IN,@sp_qualifier sysname IN,@fUsePattern bit IN)
sp_subscribe(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN,@destination_db sysname IN,@sync_type nvarchar IN,@loopback_detection nvarchar IN)
sp_subscription_cleanup(@RETURN_VALUE int RETURN,@publisher sysname IN,@publisher_db sysname IN,@publication sysname IN,@reserved nvarchar IN)
sp_subscriptionsummary(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@publisher sysname IN)
sp_table_constraints_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@table_catalog sysname IN,@constraint_name sysname IN,@constraint_schema sysname IN,@constraint_catalog sysname IN,@constraint_type nvarchar IN)
sp_table_constraints_rowset2(@RETURN_VALUE int RETURN,@table_schema sysname IN,@table_catalog sysname IN,@constraint_name sysname IN,@constraint_schema sysname IN,@constraint_catalog sysname IN,@constraint_type nvarchar IN)
sp_table_privileges(@RETURN_VALUE int RETURN,@table_name nvarchar IN,@table_owner nvarchar IN,@table_qualifier sysname IN,@fUsePattern bit IN)
sp_table_privileges_ex(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_name sysname IN,@table_schema sysname IN,@table_catalog sysname IN,@fUsePattern bit IN)
sp_table_privileges_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@grantor sysname IN,@grantee sysname IN)
sp_table_privileges_rowset2(@RETURN_VALUE int RETURN,@table_schema sysname IN,@grantor sysname IN,@grantee sysname IN)
sp_table_privileges_rowset_rmt(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_catalog sysname IN,@table_name sysname IN,@table_schema sysname IN,@grantor sysname IN,@grantee sysname IN)
sp_table_statistics2_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@table_catalog sysname IN,@stat_name sysname IN,@stat_schema sysname IN,@stat_catalog sysname IN)
sp_table_statistics_rowset(@RETURN_VALUE int RETURN,@table_name_dummy sysname IN)
sp_table_validation(@RETURN_VALUE int RETURN,@table sysname IN,@expected_rowcount bigint OUT,@expected_checksum numeric OUT,@rowcount_only smallint IN,@owner sysname IN,@full_or_fast tinyint IN,@shutdown_agent bit IN,@table_name sysname IN,@column_list ntext IN)
sp_tablecollations(@RETURN_VALUE int RETURN,@object nvarchar IN)
sp_tablecollations_90(@RETURN_VALUE int RETURN,@object nvarchar IN)
sp_tableoption(@RETURN_VALUE int RETURN,@TableNamePattern nvarchar IN,@OptionName varchar IN,@OptionValue varchar IN)
sp_tables(@RETURN_VALUE int RETURN,@table_name nvarchar IN,@table_owner nvarchar IN,@table_qualifier sysname IN,@table_type varchar IN,@fUsePattern bit IN)
sp_tables_ex(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_name sysname IN,@table_schema sysname IN,@table_catalog sysname IN,@table_type sysname IN,@fUsePattern bit IN)
sp_tables_info_90_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@table_type nvarchar IN)
sp_tables_info_90_rowset2(@RETURN_VALUE int RETURN,@table_schema sysname IN,@table_type nvarchar IN)
sp_tables_info_90_rowset2_64(@RETURN_VALUE int RETURN,@table_schema sysname IN,@table_type nvarchar IN)
sp_tables_info_90_rowset_64(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@table_type nvarchar IN)
sp_tables_info_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@table_type nvarchar IN)
sp_tables_info_rowset2(@RETURN_VALUE int RETURN,@table_schema sysname IN,@table_type nvarchar IN)
sp_tables_info_rowset2_64(@RETURN_VALUE int RETURN,@table_schema sysname IN,@table_type nvarchar IN)
sp_tables_info_rowset_64(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@table_type nvarchar IN)
sp_tables_rowset(@RETURN_VALUE int RETURN,@table_name sysname IN,@table_schema sysname IN,@table_type nvarchar IN)
sp_tables_rowset2(@RETURN_VALUE int RETURN,@table_schema sysname IN,@table_type nvarchar IN)
sp_tables_rowset_rmt(@RETURN_VALUE int RETURN,@table_server sysname IN,@table_catalog sysname IN,@table_name sysname IN,@table_schema sysname IN,@table_type sysname IN)
sp_tableswc(@RETURN_VALUE int RETURN,@table_name nvarchar IN,@table_owner nvarchar IN,@table_qualifier sysname IN,@table_type varchar IN,@fUsePattern bit IN)
sp_trace_getdata(@RETURN_VALUE int RETURN,@traceid int IN,@records int IN)
sp_unbindefault(@RETURN_VALUE int RETURN,@objname nvarchar IN,@futureonly varchar IN)
sp_unbindrule(@RETURN_VALUE int RETURN,@objname nvarchar IN,@futureonly varchar IN)
sp_unregister_custom_scripting(@RETURN_VALUE int RETURN,@type varchar IN,@publication sysname IN,@article sysname IN)
sp_unregistercustomresolver(@RETURN_VALUE int RETURN,@article_resolver nvarchar IN)
sp_unsetapprole(@RETURN_VALUE int RETURN,@cookie varbinary IN)
sp_unsubscribe(@RETURN_VALUE int RETURN,@publication sysname IN,@article sysname IN)
sp_update_agent_profile(@RETURN_VALUE int RETURN,@agent_type int IN,@agent_id int IN,@profile_id int IN)
sp_updateextendedproperty(@RETURN_VALUE int RETURN,@name sysname IN,@value sql_variant IN,@level0type varchar IN,@level0name sysname IN,@level1type varchar IN,@level1name sysname IN,@level2type varchar IN,@level2name sysname IN)
sp_updatestats(@RETURN_VALUE int RETURN,@resample char IN)
sp_upgrade_log_shipping(@RETURN_VALUE int RETURN)
sp_user_counter1(@RETURN_VALUE int RETURN,@newvalue int IN)
sp_user_counter10(@RETURN_VALUE int RETURN,@newvalue int IN)
sp_user_counter2(@RETURN_VALUE int RETURN,@newvalue int IN)
sp_user_counter3(@RETURN_VALUE int RETURN,@newvalue int IN)
sp_user_counter4(@RETURN_VALUE int RETURN,@newvalue int IN)
sp_user_counter5(@RETURN_VALUE int RETURN,@newvalue int IN)
sp_user_counter6(@RETURN_VALUE int RETURN,@newvalue int IN)
sp_user_counter7(@RETURN_VALUE int RETURN,@newvalue int IN)
sp_user_counter8(@RETURN_VALUE int RETURN,@newvalue int IN)
sp_user_counter9(@RETURN_VALUE int RETURN,@newvalue int IN)
sp_usertypes_rowset(@RETURN_VALUE int RETURN,@type_name sysname IN,@type_schema sysname IN)
sp_usertypes_rowset2(@RETURN_VALUE int RETURN,@type_schema sysname IN)
sp_usertypes_rowset_rmt(@RETURN_VALUE int RETURN,@type_server sysname IN,@type_catalog sysname IN,@type_name sysname IN,@type_schema sysname IN,@assembly_id int IN)
sp_validatecache(@RETURN_VALUE int RETURN,@publisher sysname IN,@publication sysname IN,@article sysname IN)
sp_validatelogins(@RETURN_VALUE int RETURN)
sp_validatemergepublication(@RETURN_VALUE int RETURN,@publication sysname IN,@level tinyint IN)
sp_validatemergepullsubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@publisher sysname IN,@publisher_db sysname IN,@level tinyint IN)
sp_validatemergesubscription(@RETURN_VALUE int RETURN,@publication sysname IN,@subscriber sysname IN,@subscriber_db sysname IN,@level tinyint IN)
sp_validlang(@RETURN_VALUE int RETURN,@name sysname IN)
sp_validname(@RETURN_VALUE int RETURN,@name sysname IN,@raise_error bit IN)
sp_verifypublisher(@RETURN_VALUE int RETURN,@publisher sysname IN)
sp_views_rowset(@RETURN_VALUE int RETURN,@view_name sysname IN,@view_schema sysname IN)
sp_views_rowset2(@RETURN_VALUE int RETURN,@view_schema sysname IN)
sp_vupgrade_mergetables(@RETURN_VALUE int RETURN,@remove_repl bit IN)
sp_vupgrade_replication(@RETURN_VALUE int RETURN,@login sysname IN,@password sysname IN,@ver_old int IN,@force_remove tinyint IN,@security_mode bit IN)
sp_vupgrade_replsecurity_metadata(@RETURN_VALUE int RETURN)
sp_who(@RETURN_VALUE int RETURN,@loginame sysname IN)
sp_who2(@RETURN_VALUE int RETURN,@loginame sysname IN)
sp_xml_schema_rowset(@RETURN_VALUE int RETURN,@collection_name sysname IN,@schema_name sysname IN,@target_namespace sysname IN)
sp_xml_schema_rowset2(@RETURN_VALUE int RETURN,@schema_name sysname IN,@target_namespace sysname IN)