<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>#database Archives - AQL Technologies</title>
	<atom:link href="https://aqltech.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>https://aqltech.com/tag/database/</link>
	<description>Microsoft Gold Partner</description>
	<lastBuildDate>Tue, 07 Jun 2011 07:19:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>https://aqltech.com/wp-content/uploads/2020/05/New-Project-3.png</url>
	<title>#database Archives - AQL Technologies</title>
	<link>https://aqltech.com/tag/database/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Creating site Collection in its own Database</title>
		<link>https://aqltech.com/creating-site-collection-in-its-own-database/</link>
		
		<dc:creator><![CDATA[Sameer Mohammed]]></dc:creator>
		<pubDate>Tue, 07 Jun 2011 07:19:37 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[#collections]]></category>
		<category><![CDATA[#database]]></category>
		<guid isPermaLink="false">http://jellywp.com/theme/entron/demo5/?p=2845</guid>

					<description><![CDATA[<p>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 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://aqltech.com/creating-site-collection-in-its-own-database/">Creating site Collection in its own Database</a> appeared first on <a rel="nofollow" href="https://aqltech.com">AQL Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>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:</p>
<p>//Get the web application in $wb variable<br />
<strong>$wb = Get-SPWebApplication -Identity http://MySharePointServer:9001</strong></p>
<p>//Get the desired name of the site collection’s database, we will create this DB later<br />
<strong>$dbname = “Wss_content_MySite” </strong></p>
<p>//Get url of the desired site collection<br />
<strong>$SiteCollectionUrl = “http:// MySharePointServer:9001/”</strong></p>
<p>//Create the new database<br />
<strong>new-spcontentdatabase $dbname -databaseserver &#8220;SP2010Database&#8221; -webapplication $wb</strong></p>
<p>//Create the site collection<br />
<strong>new-spsite –url $SiteCollectionUrl -owneralias MyDomain\OwnerOfSiteCollection -Contentdatabase $dbname</strong></p>
<p>After this is done and the first time you login to the site collection you will be prompted to select the template for the site and the users.</p>
<p>The post <a rel="nofollow" href="https://aqltech.com/creating-site-collection-in-its-own-database/">Creating site Collection in its own Database</a> appeared first on <a rel="nofollow" href="https://aqltech.com">AQL Technologies</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
