Mobile navigation

  • SharePoint 安装部署
  • SharePoint 开发资料
  • SharePoint 培训资料
  • SharePoint 问题解答
sharepoint 2013 更换内容数据库方法
2016/8/8 14:11:13

更换应用程序网站内容数据库,打开sharepoint powershell 2013,管理员方式运行下面代码

 

Get-SPContentDatabase -WebApplication http://10.0.0.75:6011 | Dismount-SPContentDatabase

Mount-SPContentDatabase "WSS_Content_6011" -DatabaseServer "mossdb" -WebApplication http://10.0.0.75:6011