Provides information about a scheduled synchronization task for a publication.
sp_helppublicationsync publication
where
Using this stored procedure is the equivalent to running the sp_helptask stored procedures in full mode against the publication task ID.
It returns the information as supplied when the synchronization task was defined. For more information, see the ,sp_addtask SQL Executive Stored Procedure.
This example displays information about the scheduled synchronization task for the mypub publication.
sp_helppublicationsync mypub
Execute permission defaults to the public group.
sp_addtask |