#collections

Creating site Collection in its own Database
Creating site Collection in its own Database 150 150 Sameer Mohammed

Creating site collection from CA is one of the easiest things but creating it with its own database is a little different, there are several ways to do it but I am going to do it using PowerShell: //Get the web application in $wb variable $wb = Get-SPWebApplication -Identity http://MySharePointServer:9001 //Get the desired name of…

read more