<?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>Gabe Hilado&#039;s SharePoint &#38; ASP.NET Blog &#187; SQL Server</title>
	<atom:link href="http://spdeveloper.net/category/database/sql-server-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://spdeveloper.net</link>
	<description>Microsoft, SharePoint, ASP.NET, Software Solutions</description>
	<lastBuildDate>Thu, 29 Sep 2011 15:13:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Sharepoint Products Configuration Wizard-CREATE DATABASE permission denied</title>
		<link>http://spdeveloper.net/2011/05/sharepoint-products-configuration-wizard-create-database-permission-denied/</link>
		<comments>http://spdeveloper.net/2011/05/sharepoint-products-configuration-wizard-create-database-permission-denied/#comments</comments>
		<pubDate>Fri, 20 May 2011 19:46:13 +0000</pubDate>
		<dc:creator>Gabe Hilado</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Deployment]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Installation]]></category>

		<guid isPermaLink="false">http://spdeveloper.net/?p=400</guid>
		<description><![CDATA[When you run the SharePoint Products Configuration Wizard for the first time, you get the following error: System.Data.SqlClient.SqlException: CREATE DATABASE permission denied in database &#8216;master&#8217;. This means that the domain account you specified to connect to the SQL Server does not have permissions to create the SharePoint config database. So go to your SQL Server [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://spdeveloper.net/wp-content/uploads/2011/05/sp-configuration-failed-create-db-denied.png"></a>When you run the SharePoint Products Configuration Wizard for the first time, you get the following error:</p>
<p style="text-align: center;"><strong><em><a href="http://spdeveloper.net/wp-content/uploads/2011/05/sp-configuration-failed-create-db-denied.png"><img class="aligncenter" title="Configuration Failed" src="http://spdeveloper.net/wp-content/uploads/2011/05/sp-configuration-failed-create-db-denied-300x251.png" alt="Configuration Failed" width="300" height="251" /></a></em></strong></p>
<p><strong><em>System.Data.SqlClient.SqlException: CREATE DATABASE permission denied in database &#8216;master&#8217;.</em></strong></p>
<p>This means that the domain account you specified to connect to the SQL Server does not have permissions to create the SharePoint config database. So go to your SQL Server and add the <strong>dbcreator</strong> role to your <strong>SharePoint Service account</strong>.</p>
<p><a href="http://spdeveloper.net/wp-content/uploads/2011/05/add-dbcreator-role-to-sp-account.png"><img class="aligncenter size-medium wp-image-404" title="Add dbcreator Role to SP Account" src="http://spdeveloper.net/wp-content/uploads/2011/05/add-dbcreator-role-to-sp-account-300x119.png" alt="Add dbcreator Role to SP Account" width="300" height="119" /></a></p>
<p>Please don&#8217;t make the SharePoint Service account elevated to domain admin level in AD or SysAdmin in SQL Server! It&#8217;s not necessary!</p>
]]></content:encoded>
			<wfw:commentRss>http://spdeveloper.net/2011/05/sharepoint-products-configuration-wizard-create-database-permission-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Server 2008 and SQL Server</title>
		<link>http://spdeveloper.net/2009/04/search-server-2008-and-sql-server/</link>
		<comments>http://spdeveloper.net/2009/04/search-server-2008-and-sql-server/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 04:50:00 +0000</pubDate>
		<dc:creator>Gabe Hilado</dc:creator>
				<category><![CDATA[Search Server 2008]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Farm]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://spdeveloper.net/?p=6</guid>
		<description><![CDATA[I typically deploy and configure MOSS and not WSS 3.0 farms. Search Server is included in MOSS but not in WSS 3.0 Good thing that Microsoft has a free version of the Search Server 2008. This is the Search Server 2008 Express edition. Okay, so install Search Server 2008 Express edition on top of WSS [...]]]></description>
			<content:encoded><![CDATA[<p>I typically deploy and configure MOSS and not WSS 3.0 farms. Search Server is included in MOSS but not in WSS 3.0 Good thing that Microsoft has a free version of the <a href="http://www.microsoft.com/enterprisesearch/serverproducts/searchserverexpress/default.aspx">Search Server 2008</a>. This is the Search Server 2008 Express edition.</p>
<p>Okay, so install Search Server 2008 Express edition on top of WSS 3.0. This upgrades the configuration database of the existing WSS 3.0 farm. (There are many ways to upgrade WSS 3.0 to have Search Server 2008 but what I was doing was upgrading an existing WSS 3.0 farm configuration database.)</p>
<p>SS 2008 Express installation ran fine without any problems. The Configuration Wizard launches after the installation and the Configuration Wizard ran fine too. Now, when you access the Central Admin for the first time after installing SS 2008 Express, instead of default.aspx at the Central Admin site, you get presented with the Search Server Wizard Page instead. It is <a href="http://centraladmin/_admin/SearchServerWizard.aspx">http://centraladmin/_admin/SearchServerWizard.aspx</a>. Here you can specify the databases and other setttings for your Search Server.</p>
<p>Well, if the SQL Server 2005 hosting the content and config databases is not SP2 or later, you will get the following error message when click the OK button at the Search Server Wizard page:</p>
<p><span style="font-family:courier new;color:#ff0000;">Search Server has detected that the minimum database server version requirement is not met. The computer that hosts the database server role must have Microsoft SQL Server 2000 with SP3a or later or Microsoft SQL Server 2005 SP2 or later. </span></p>
<p>The problem is the <a href="http://technet.microsoft.com/en-us/library/cc297193.aspx#BeforeUpgrade">instructions for installing Search Server 2008</a> does not mention anything about making sure your SQL Server 2005 is SP2 or higher.</p>
<p>Lesson: make sure you have your SQL Server 2005 upgraded to SP2 or higher before you install Search Server 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://spdeveloper.net/2009/04/search-server-2008-and-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

