更换应用程序网站内容数据库,打开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
原文地址:http://blog.csdn.net/chenxinxian/article/details/38343117