We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc0b2f commit 08c73ccCopy full SHA for 08c73cc
public/Enable-DbaReplPublishing.ps1
@@ -48,9 +48,9 @@ function Enable-DbaReplPublishing {
48
https://dbatools.io/Enable-DbaReplPublishing
49
50
.EXAMPLE
51
- PS C:\> Enable-DbaReplPublishing -SqlInstance SqlBox1\Instance2 -StartupProcedure '[dbo].[StartUpProc1]'
+ PS C:\> Enable-DbaReplPublishing -SqlInstance SqlBox1\Instance2
52
53
- Attempts to set the procedure '[dbo].[StartUpProc1]' in the master database of SqlBox1\Instance2 for automatic execution when the instance is started.
+ Enables replication publishing for instance SqlBox1\Instance2 using Windows Auth and the default InstallDataDirectory\ReplData as the snapshot folder
54
55
#>
56
[CmdletBinding(SupportsShouldProcess, ConfirmImpact = 'Medium')]
0 commit comments