File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,6 @@ Mike Fal (http://www.mikefal.net)
70
70
. PARAMETER NoRecovery
71
71
Switch parameter. If true, script will not fully recover database.
72
72
73
- .RELATEDLINKS
74
- http://www.mikefal.net
75
- https://github.com/MikeFal/PowerShell
76
73
#>
77
74
78
75
param ([parameter (Mandatory = $true )][string ] $dir
@@ -187,9 +184,6 @@ Mike Fal (http://www.mikefal.net)
187
184
. PARAMETER database
188
185
Database that has users that needs to be synchronized.
189
186
190
- .RELATEDLINKS
191
- http://www.mikefal.net
192
- https://github.com/MikeFal/PowerShell
193
187
#>
194
188
param ([parameter (Mandatory = $true )][string ] $server
195
189
, [parameter (Mandatory = $true )][string ] $database )
@@ -240,10 +234,6 @@ Mike Fal (http://www.mikefal.net)
240
234
Database that has users that needs to be checked.
241
235
. PARAMETER Full
242
236
Switch parameter. If true, a full DBCC check is done against the target database.
243
-
244
- .RELATEDLINKS
245
- http://www.mikefal.net
246
- https://github.com/MikeFal/PowerShell
247
237
#>
248
238
param ([parameter (Mandatory = $true )][string ] $server
249
239
, [parameter (Mandatory = $true )][string ] $database
You can’t perform that action at this time.
0 commit comments