Creating site Collection in its own Database
Creating site Collection in its own Database https://aqltech.com/wp-content/themes/aqltechbeta/images/empty/thumbnail.jpg 150 150 Sameer Mohammed https://secure.gravatar.com/avatar/1cef7fc8547eadd0748fa2e3c54c5b0e?s=96&d=mm&r=gCreating 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