本文介绍了SharePoint 2013 powershell主机名站点卸载并装入新数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在SharePoint 2013主机名网站上,我需要卸载当前数据库并挂载到新数据库
On SharePoint 2013 Hostnamed sites, i need to dismount the current Database and mount to the new database
请建议,powershell / process to 主机名网站集卸载并挂载到新数据库
Please suggest,powershell/process to hostnamed site collections dismount and mount to new database
推荐答案
根据我的理解, SharePoint内容数据库基于Web应用程序级别。
Per my understand, SharePoint content database is based on web application level.
您可以使用Mount-SPContentDatabase和 Remove-SPContentDatabase
来安装和卸载数据库。
You can use Mount-SPContentDatabase and Remove-SPContentDatabase to mount and dismount a database.
这篇关于SharePoint 2013 powershell主机名站点卸载并装入新数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!