<?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>TroubleFixers - All about fixing computer troubles &#187; script-to-run-sql-server</title>
	<atom:link href="http://www.troublefixers.com/tag/script-to-run-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.troublefixers.com</link>
	<description>All about fixing computer troubles</description>
	<lastBuildDate>Sat, 20 Mar 2010 06:43:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Start / Stop SQL Server From Command Prompt or Run Prompt</title>
		<link>http://www.troublefixers.com/start-stop-sql-server-from-command-prompt-or-run-prompt/</link>
		<comments>http://www.troublefixers.com/start-stop-sql-server-from-command-prompt-or-run-prompt/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 14:12:09 +0000</pubDate>
		<dc:creator>Rohit</dc:creator>
				<category><![CDATA[tips n tricks]]></category>
		<category><![CDATA[script-to-run-sql-server]]></category>
		<category><![CDATA[script-to-stop-sql-server]]></category>
		<category><![CDATA[start-sql-server-command-prompt]]></category>
		<category><![CDATA[stop-sql-server-command-prompt]]></category>

		<guid isPermaLink="false">http://www.troublefixers.com/start-stop-sql-server-from-command-prompt-or-run-prompt/</guid>
		<description><![CDATA[Trouble: 
Microsoft SQL server is a a service that helps run database related applications to run. Recently we received a mail from one of our reader shaik who wants to know how can he run SQL Server through run prompt or command prompt.
&#160;
Here is the mail from him
I would like to open SQL SERVER 2005 [...]<p><a href="http://www.troublefixers.com/start-stop-sql-server-from-command-prompt-or-run-prompt/">Start / Stop SQL Server From Command Prompt or Run Prompt</a> is a post from <a href="http://www.troublefixers.com">TroubleFixers - All about fixing computer troubles</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Trouble: </strong></p>
<p>Microsoft SQL server is a a service that helps run database related applications to run. Recently we received a mail from one of our reader <strong>shaik</strong> who wants to know how can he run SQL Server through run prompt or command prompt.</p>
<p>&#160;</p>
<p>Here is the mail from him</p>
<blockquote><p>I would like to open SQL SERVER 2005 through RUN prompt&#160; </p>
</blockquote>
<p>&#160;</p>
<p>So, he is actually interested in the commands to run or stop SQL Server 2005 directly with some commands which can be run through run prompt.</p>
<p>&#160;</p>
<p>Let’s see how can we start, stop SQL Server 2005 through run prompts with some simple commands</p>
<p> <span id="more-434"></span>
<p><strong>Fix:</strong></p>
<p>SQL Server 2005 is actually a service running behind, so you can start and stop the instance of SQL Server by starting or stopping the service.</p>
<p>&#160;</p>
<p>1. Open Start <strong>Menu &gt;&gt; Run</strong>, </p>
<p>&#160;</p>
<p>2. Run the following command to run or stop the SQL Server </p>
<p>&#160;</p>
<p>2.1 To <strong>Start</strong> SQL Server 2005 – run the following command at run prompt&#160;&#160;&#160; </p>
<blockquote><p>net start mssqlservaer</p>
</blockquote>
<p>&#160;</p>
<p>2.2 To <strong>Stop</strong> SQL Server 2005 – run the following command at run prompt&#160;&#160;&#160; </p>
<blockquote><p>net stop mssqlserver</p>
</blockquote>
<p>&#160;</p>
<p>3. That’s it</p>
<p>&#160;</p>
<p><strong>Note:</strong> You can also run these commands through command prompt or store both of these commands in batch file in sequence of stop and start command to restart running SQL Server.</p>
<p>This content is just a summary, read the full article at &copy;2010 <a href="http://www.troublefixers.com">TroubleFixers - All about fixing computer troubles</a>. All Rights Reserved.</p>.<p><a href="http://www.troublefixers.com/start-stop-sql-server-from-command-prompt-or-run-prompt/">Start / Stop SQL Server From Command Prompt or Run Prompt</a> is a post from <a href="http://www.troublefixers.com">TroubleFixers - All about fixing computer troubles</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.troublefixers.com/start-stop-sql-server-from-command-prompt-or-run-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
