<?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>SharePoint Fun &#187; Sql Server</title>
	<atom:link href="http://blog.qumsieh.ca/tag/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.qumsieh.ca</link>
	<description>Developer's blog related to ASP.NET, SharePoint and Telerik Web Controls</description>
	<lastBuildDate>Wed, 01 Sep 2010 17:47:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SQL Server Best Practices for SharePoint</title>
		<link>http://blog.qumsieh.ca/2009/02/08/sql-server-best-practices-for-sharepoint/</link>
		<comments>http://blog.qumsieh.ca/2009/02/08/sql-server-best-practices-for-sharepoint/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 03:15:24 +0000</pubDate>
		<dc:creator>shereen</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Sql Server]]></category>

		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=326</guid>
		<description><![CDATA[If you&#8217;re building a production SharePoint environment (or even a development one), it&#8217;s probably a good idea to get a handle on the best practices for SharePoint databases stored in SQL Server. It will help to understand some key areas before deployment: Architecture Recommendations Limit content database size to enhance manageability Configure autogrowth settings Physical [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re building a production SharePoint environment (or even a development one), it&#8217;s probably a good idea to get a handle on the best practices for SharePoint databases stored in SQL Server. It will help to understand some key areas before deployment:</p>
<ol>
<li>Architecture Recommendations
<ul>
<li>Limit content database size to enhance manageability</li>
<li>Configure autogrowth settings</li>
</ul>
</li>
<li>Physical Storage Recommendations
<ul>
<li>Separate and prioritize your data among disks</li>
<li>Use multiple data files for large content databases and the SSP search database
<ul>
<li>Use multiple data files for content databases</li>
<li>Use multiple data files for the SSP search database</li>
</ul>
</li>
</ul>
</li>
<li>SQL Server recommended practices</li>
</ol>
<p>Blog do Ezequiel wrote a <a href="http://blogs.msdn.com/blogdoezequiel/archive/2008/12/17/sql-best-practices-for-moss.aspx" target="_blank">great article</a> that details all of the above. I&#8217;ve simply summarized the key points above, but I encourage you to read his post in length. Microsoft has also published some useful resources on this topic (which Ezequiel talks about). I find the following link to be particularly useful:</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc263261.aspx" target="_blank">Planning and Monitoring SQL Server Storage for Office SharePoint Server: Performance Recommendations and Best Practices (white paper)</a></p>
<p>If anyone has any recommendations for other useful resources pertaining to this topic, please let me know and I&#8217;ll include it above and credit your contribution.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.qumsieh.ca/2009/02/08/sql-server-best-practices-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSEE, WSS, MOSS and SQL Server 2005 Express</title>
		<link>http://blog.qumsieh.ca/2008/11/20/ssee-wss-and-sql-server-express/</link>
		<comments>http://blog.qumsieh.ca/2008/11/20/ssee-wss-and-sql-server-express/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 01:00:48 +0000</pubDate>
		<dc:creator>shereen</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Sql Server]]></category>

		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=64</guid>
		<description><![CDATA[The purpose of this article is to simply clarify what type of database the stand-alone installation of WSS 3.0 actually uses. SSEE, or SQL Server 2005 Embedded Edition, is the database that&#8217;s installed with a stand-alone configuration of WSS 3.0. SSEE is just an alternative name for Windows Internal Database. The following is directly from [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this article is to simply clarify what type of database the stand-alone installation of WSS 3.0 actually uses.</p>
<p><strong>SSEE</strong>, or SQL Server 2005 Embedded Edition, is the database that&#8217;s installed with a stand-alone configuration of WSS 3.0. <strong>SSEE</strong> is just an alternative name for <strong>Windows Internal Database</strong>. The following is directly from Wikipedia:</p>
<blockquote><p>&#8220;Windows Internal Database is an alternative name for Microsoft SQL Server 2005 Embedded Edition (SSEE). The term is used in the documentation for such applications as Windows SharePoint Services 3.0, Windows Server Update Services 3.0 and Windows Server 2008, where it is installed as a back-end database. SQL Server Embedded Edition is just a specially configured named instance of the SQL Server Express database engine which can be accessed only by certain Windows Services, or by SQL Server Management Studio Express using \\.\pipe\mssql$microsoft##ssee\sql\query as server name.&#8221;</p></blockquote>
<p>That clarified a lot for me. If you&#8217;ve got <strong>SSEE</strong> installed in a WSS 3.0 configuration and you&#8217;d like to get access to the databases on that server (be careful when making any changes though!), you&#8217;ll need to download SQL Server Management Studio Express from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796&amp;DisplayLang=en">here</a>.</p>
<p><span style="color: #0000ff;"><strong>Windows Internal Database DOES NOT have any database size limitations</strong>.</span></p>
<p>Once it&#8217;s been dowloaded and installed, launch management studio and in the place of server name, put:</p>
<p>\\.\pipe\mssql$microsoft##ssee\sql\query</p>
<p>That should do it, you should now see your WSS 3.0 databases.</p>
<p>When MOSS is deployed using the <strong>Basic</strong> option, SQL Express 2005 gets installed.</p>
<p><strong><span style="color: #0000ff;">SQL Express 2005 DOES have a database size limitation of 4GB.</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.qumsieh.ca/2008/11/20/ssee-wss-and-sql-server-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
