SharePoint 2013 Tutorial - Rename SharePoint_AdminContent Database

Publicado em: 23 Julho 2013
no canal de: Jeff Willener
7,088
22

Visit SharePoint Training Online at http://www.sharepointtrainingonline.com

View this videos webpage for more information at http://www.sharepointtrainingonline.c...

Series of Renaming SharePoint 2013 Databases

This is the first of a series where we are renaming the SharePoint 2013 Databases. Here, we start with renaming SharePoint_AdminContent_[GUID] database. These steps can be used with SharePoint 2010 as well.

Create a new Central Administration Content Database:
New-SPContentDatabase -Name SharePoint_AdminContent -WebApplication http://[central admin url:port]

Get a list of Central Administration Content Databases:
Get-SPWebApplication -Identity http://[central admin url:port] | Get-SPContentDatabase | Select Id, Name, WebApplication | Format-List

Copy database content:
Get-SPSite -ContentDatabase [old database Id GUID] | Move-SPSite -DestinationDatabase [new database Id GUID]

Execute command IISRESET.

Delete the old database:
Remove-SPContentDatabase [old database Id GUID]

Confirm the old database has been removed from SharePoint:
Get-SPWebApplication -Identity http://[central admin url:port] | Get-SPContentDatabase | Select Id, Name, WebApplication | Format-List

References:
Good blog walk-through:
http://www.mssqltips.com/sqlservertip...

New-SPContentDatabase: http://technet.microsoft.com/en-us/li...
Get-SPWebApplication: http://technet.microsoft.com/en-us/li...
Get-SPContentDatabase: http://technet.microsoft.com/en-us/li...
Get-SPSite: http://technet.microsoft.com/en-us/li...
Move-SPSite: http://technet.microsoft.com/en-us/li...
Remove-SPContentDatabase: http://technet.microsoft.com/en-us/li...


Nesta página do site você pode assistir ao vídeo on-line SharePoint 2013 Tutorial - Rename SharePoint_AdminContent Database duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Jeff Willener 23 Julho 2013, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 7,088 vezes e gostou 22 espectadores. Boa visualização!