sys.sp_browsesnapshotfolder
general #stored-procedure
Description
Returns the complete path for the latest snapshot generated for a publication. This stored procedure is executed at the Publisher on the publication database.
Syntax
sp_browsesnapshotfolder
[ @publication = ]
N
'publication'
[ , [ @subscriber = ]
N
'subscriber'
]
[ , [ @subscriber_db = ]
N
'subscriber_db'
]
[ , [ @publisher = ]
N
'publisher'
]
[ ; ]