<?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>molotovDango &#187; database</title>
	<atom:link href="http://www.molotovdango.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.molotovdango.com</link>
	<description>this dango is highly flammable.</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:04:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Avoid . In Your Database Name</title>
		<link>http://www.molotovdango.com/2009/03/avoid-in-your-database-name/</link>
		<comments>http://www.molotovdango.com/2009/03/avoid-in-your-database-name/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 00:17:18 +0000</pubDate>
		<dc:creator>williamtio</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://blog.williamtio.com/?p=682</guid>
		<description><![CDATA[Just a word of advice from an inexperienced programmer, avoid naming your SQL database with . (dot) in SQL Server. Warning:  Might contain jargons after the jump. While you thought adding a dot in your database name seems harmless, then think again.  I recently named a database with a dot, since we are installing a [...]]]></description>
			<content:encoded><![CDATA[<p>Just a word of advice from an inexperienced programmer, avoid naming your SQL database with . (dot) in SQL Server.</p>
<p>Warning:  Might contain jargons after the jump.</p>
<p><span id="more-682"></span>While you thought adding a dot in your database name seems harmless, then think again.  I recently named a database with a dot, since we are installing a new version of an application and I would like to create a new database instead of overriding the old one.</p>
<p>Harmless it seems, I named it &#8216;application1.2_site&#8217; (just an example).  Interestingly enough, Microsoft allows this.</p>
<p>Now, what I get is an error from a stored procedure which removes expired subscription, saying that server name &#8216;application1&#8242; does not exist.</p>
<p>Because of the dot, the SQL Server thinks application1 is a server name and 2_site is the database name.  Hence, problem happens.</p>
<p>To remind you all again, avoid . (dot) in your database like plague.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.molotovdango.com/2009/03/avoid-in-your-database-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
