|
Yes the _ is kind of arbitrary, just a separator I chose. It's specified for all databases except Search on around line 38:
If (($DBPrefix -ne "") -and ($DBPrefix -ne $null)) {$DBPrefix = $DBPrefix+"_"} ## If the prefix isn't blank, append an underscore as separator. You can replace with a different character (as long as it's valid in a DB name).
For Search, the underscore is added around lines 1503 and 1528, respectively for crawl and propertystore DBs.
I am copying this to a work item to allow changing the separator character from underscore to whatever you like in the future...
Brian
|