sharepoint 2013 更换内容数据库方法

更换应用程序网站内容数据库,打开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

 

sharepoint 2013 更换内容数据库方法,布布扣,bubuko.com

sharepoint 2013 更换内容数据库方法

上一篇:[Openwrt 项目开发笔记]:MySQL配置(六)


下一篇:[数据库]ROW_NUMBER() OVER函数的基本用法