<?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>What I Search the Web For &#187; DOS</title>
	<atom:link href="http://www.whatisearchthewebfor.com/tag/dos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whatisearchthewebfor.com</link>
	<description>Information I was looking for on the Web</description>
	<lastBuildDate>Fri, 14 Aug 2009 17:03:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to stop Microsoft sql service in DOS</title>
		<link>http://www.whatisearchthewebfor.com/2009/07/26/how-to-stop-microsoft-sql-service-in-dos/</link>
		<comments>http://www.whatisearchthewebfor.com/2009/07/26/how-to-stop-microsoft-sql-service-in-dos/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 23:10:31 +0000</pubDate>
		<dc:creator>whatisearchthewebfor</dc:creator>
				<category><![CDATA[Stuff]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[Microsoft SQL service]]></category>

		<guid isPermaLink="false">http://www.whatisearchthewebfor.com/?p=38</guid>
		<description><![CDATA[<p>Well it seems you can use </p>
<p>NET STOP and NET START commands from the DOS command-prompt to<br />
stop/start a default SQL Server instance:</p>
<p>NET STOP MSSQLSERVER<br />
NET START MSSQLSERVER</p>
<p>For a named instance of SQL you can use:</p>
<p>NET STOP MSSQL$MyInstance<br />
NET START MSSQL$MyInstance</p>
<p>I have to backup someones SQL when they do not have a full blown sql install anywhere so figure this is the easiest way. For the software I also need to backup another directory.</p>
]]></description>
			<content:encoded><![CDATA[<p>Well it seems you can use </p>
<p>NET STOP and NET START commands from the DOS command-prompt to<br />
stop/start a default SQL Server instance:</p>
<p>NET STOP MSSQLSERVER<br />
NET START MSSQLSERVER</p>
<p>For a named instance of SQL you can use:</p>
<p>NET STOP MSSQL$MyInstance<br />
NET START MSSQL$MyInstance</p>
<p>I have to backup someones SQL when they do not have a full blown sql install anywhere so figure this is the easiest way. For the software I also need to backup another directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whatisearchthewebfor.com/2009/07/26/how-to-stop-microsoft-sql-service-in-dos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

