February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You want to use a new database for the metadata service application.
Solution: Use the Set-SPMetadataServiceApplication cmdlet with the DatabaseName parameter.
When the Metadata Service Application is created, by default, the database name is Managed Metadata Service_<guid>. You can easily change this to a new database using the DatabaseName parameter with the Set-SPMetadataServiceApplication cmdlet, as shown in Listing 17.4.
Listing 17.4. Configuring the Term Store Database
Set-SPMetadataServiceApplication -Identity "Managed Metadata Service"-DatabaseName TermStoreDB
If the database does not exist, a new database is created. Simply drop the old one with the GUID in the name and make your ...
Read now
Unlock full access