<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jwalin Khatri &#187; Database</title>
	<atom:link href="http://jwalin.wordpress.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://jwalin.wordpress.com</link>
	<description>Don't limit yourself</description>
	<lastBuildDate>Wed, 14 Oct 2009 18:29:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='jwalin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/499eff1ef6b26c8546dbe7bd01c0ac6c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Jwalin Khatri &#187; Database</title>
		<link>http://jwalin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jwalin.wordpress.com/osd.xml" title="Jwalin Khatri" />
		<item>
		<title>Restore Database by SQL Scripting</title>
		<link>http://jwalin.wordpress.com/2008/07/09/restore-database-by-sql-scripting/</link>
		<comments>http://jwalin.wordpress.com/2008/07/09/restore-database-by-sql-scripting/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 16:17:31 +0000</pubDate>
		<dc:creator>jwalin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://jwalin.wordpress.com/?p=27</guid>
		<description><![CDATA[ 
 
RESTORE

DATABASE [xxxxxxx] 
 

 
FROM DISK = N&#8216;C:\backup\BackupDatabase.bak&#8217; WITH FILE = 1,
 

 
MOVE N&#8216;xxxxxxx_Data&#8217; TO N&#8216;C:\DATA\xxxxxxx_Data.MDF&#8217;,
 

 
MOVE N&#8216;xxxxxxx_Log&#8217; TO N&#8216;C:\DATA\xxxxxxx_Log.LDF&#8217;,
 

 
NOUNLOAD, REPLACE, STATS =10GO

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jwalin.wordpress.com&blog=2317521&post=27&subd=jwalin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:x-small;"> </span></p>
<p> </p>
<p><span style="font-size:x-small;color:#0000ff;"><font size="2" color="#0000ff">RESTORE</p>
<p></font></span></p>
<p><span style="font-size:x-small;color:#0000ff;">DATABASE </span><span style="font-size:x-small;">[xxxxxxx] </p>
<p><font size="2"> </p>
<p></font></span></p>
<p> </p>
<p><span style="font-size:x-small;color:#0000ff;">FROM</span><span style="font-size:x-small;"> </span><span style="font-size:x-small;color:#0000ff;">DISK</span><span style="font-size:x-small;"> </span><span style="font-size:x-small;color:#808080;">=</span><span style="font-size:x-small;"> N</span><span style="font-size:x-small;color:#ff0000;">&#8216;C:\backup\BackupDatabase.bak&#8217;</span><span style="font-size:x-small;"> </span><span style="font-size:x-small;color:#0000ff;">WITH</span><span style="font-size:x-small;"> </span><span style="font-size:x-small;color:#0000ff;">FILE</span><span style="font-size:x-small;"> </span><span style="font-size:x-small;color:#808080;">=</span><span style="font-size:x-small;"> 1</span><span style="font-size:x-small;color:#808080;">,</span></p>
<p><span style="font-size:x-small;"><font size="2"> </p>
<p></font></span></p>
<p> </p>
<p><span style="font-size:x-small;color:#0000ff;">MOVE</span><span style="font-size:x-small;"> N</span><span style="font-size:x-small;color:#ff0000;">&#8216;xxxxxxx_Data&#8217;</span><span style="font-size:x-small;"> </span><span style="font-size:x-small;color:#0000ff;">TO</span><span style="font-size:x-small;"> N</span><span style="font-size:x-small;color:#ff0000;">&#8216;C:\DATA\xxxxxxx_Data.MDF&#8217;</span><span style="font-size:x-small;color:#808080;">,</span></p>
<p><span style="font-size:x-small;"><font size="2"> </p>
<p></font></span></p>
<p> </p>
<p><span style="font-size:x-small;color:#0000ff;">MOVE</span><span style="font-size:x-small;"> N</span><span style="font-size:x-small;color:#ff0000;">&#8216;xxxxxxx_Log&#8217;</span><span style="font-size:x-small;"> </span><span style="font-size:x-small;color:#0000ff;">TO</span><span style="font-size:x-small;"> N</span><span style="font-size:x-small;color:#ff0000;">&#8216;C:\DATA\xxxxxxx_Log.LDF&#8217;</span><span style="font-size:x-small;color:#808080;">,</span></p>
<p><span style="font-size:x-small;"><font size="2"> </p>
<p></font></span></p>
<p> </p>
<p><span style="font-size:x-small;color:#0000ff;">NOUNLOAD</span><span style="font-size:x-small;color:#808080;">,</span><span style="font-size:x-small;"> </span><span style="font-size:x-small;color:#ff00ff;">REPLACE</span><span style="font-size:x-small;color:#808080;">,</span><span style="font-size:x-small;"> </span><span style="font-size:x-small;color:#0000ff;">STATS</span><span style="font-size:x-small;"> </span><span style="font-size:x-small;color:#808080;">=</span><span style="font-size:x-small;">10</span><span style="font-size:x-small;">GO</p>
<p></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jwalin.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jwalin.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jwalin.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jwalin.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jwalin.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jwalin.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jwalin.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jwalin.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jwalin.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jwalin.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jwalin.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jwalin.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jwalin.wordpress.com&blog=2317521&post=27&subd=jwalin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jwalin.wordpress.com/2008/07/09/restore-database-by-sql-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4be699abbb541e9c09cfcfce329f194?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jwalin</media:title>
		</media:content>
	</item>
		<item>
		<title>How to upload a .SQL file to a Hoster and Execute it to Deploy a SQL Database</title>
		<link>http://jwalin.wordpress.com/2007/12/13/how-to-upload-a-sql-file-to-a-hoster-and-execute-it-to-deploy-a-sql-database/</link>
		<comments>http://jwalin.wordpress.com/2007/12/13/how-to-upload-a-sql-file-to-a-hoster-and-execute-it-to-deploy-a-sql-database/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 18:04:22 +0000</pubDate>
		<dc:creator>jwalin</dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://jwalin.wordpress.com/2007/12/13/how-to-upload-a-sql-file-to-a-hoster-and-execute-it-to-deploy-a-sql-database/</guid>
		<description><![CDATA[Tip/Trick: How to upload a .SQL file to a Hoster and Execute it to Deploy a SQL Database
http://weblogs.asp.net/scottgu/archive/2007/01/11/tip-trick-how-to-upload-a-sql-file-to-a-hoster-and-execute-it-to-deploy-a-sql-database.aspx
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jwalin.wordpress.com&blog=2317521&post=5&subd=jwalin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Tip/Trick: How to upload a .SQL file to a Hoster and Execute it to Deploy a SQL Database</p>
<p><a href="http://weblogs.asp.net/scottgu/archive/2007/01/11/tip-trick-how-to-upload-a-sql-file-to-a-hoster-and-execute-it-to-deploy-a-sql-database.aspx"><span style="color:#777766;">http://weblogs.asp.net/scottgu/archive/2007/01/11/tip-trick-how-to-upload-a-sql-file-to-a-hoster-and-execute-it-to-deploy-a-sql-database.aspx</span></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jwalin.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jwalin.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jwalin.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jwalin.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jwalin.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jwalin.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jwalin.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jwalin.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jwalin.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jwalin.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jwalin.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jwalin.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jwalin.wordpress.com&blog=2317521&post=5&subd=jwalin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jwalin.wordpress.com/2007/12/13/how-to-upload-a-sql-file-to-a-hoster-and-execute-it-to-deploy-a-sql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4be699abbb541e9c09cfcfce329f194?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jwalin</media:title>
		</media:content>
	</item>
	</channel>
</rss>