<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: SQL SERVER &#8211; Enable xp_cmdshell using sp_configure</title>
	<atom:link href="http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:29:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Vinod</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-128457</link>
		<dc:creator><![CDATA[Vinod]]></dc:creator>
		<pubDate>Tue, 12 Apr 2011 10:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-128457</guid>
		<description><![CDATA[How can i format d drive using xp_cmdshell command. When i run 
exec xp_cmdshell &#039;format d:&#039; 
two errors are shown 
1. The type of the file system is FAT32.
2. Enter current volume label for drive D: An incorrect volume label was entered for this drive.
how can i resolve it. Thanks in advance]]></description>
		<content:encoded><![CDATA[<p>How can i format d drive using xp_cmdshell command. When i run<br />
exec xp_cmdshell &#8216;format d:&#8217;<br />
two errors are shown<br />
1. The type of the file system is FAT32.<br />
2. Enter current volume label for drive D: An incorrect volume label was entered for this drive.<br />
how can i resolve it. Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varinder Sandhu</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-111204</link>
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Sun, 16 Jan 2011 10:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-111204</guid>
		<description><![CDATA[Alternative way

1. Click the Start button.
2. Select All Programs.
3. Navigate to the Microsoft SQL Server 2008 folder.
4. Right Click on Server name then click facets options
5. In the Facets Option choose Surface Area Configuration in dropdown
6. At the bottom of the window, mark True for xp_cmdshell.
7. Click OK.]]></description>
		<content:encoded><![CDATA[<p>Alternative way</p>
<p>1. Click the Start button.<br />
2. Select All Programs.<br />
3. Navigate to the Microsoft SQL Server 2008 folder.<br />
4. Right Click on Server name then click facets options<br />
5. In the Facets Option choose Surface Area Configuration in dropdown<br />
6. At the bottom of the window, mark True for xp_cmdshell.<br />
7. Click OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Muthukrishnan</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-108219</link>
		<dc:creator><![CDATA[Ramesh Muthukrishnan]]></dc:creator>
		<pubDate>Mon, 27 Dec 2010 19:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-108219</guid>
		<description><![CDATA[Forgot to mention, 
above one is for SQL 2008

Thanks
R]]></description>
		<content:encoded><![CDATA[<p>Forgot to mention,<br />
above one is for SQL 2008</p>
<p>Thanks<br />
R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinkar</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-107291</link>
		<dc:creator><![CDATA[Dinkar]]></dc:creator>
		<pubDate>Wed, 22 Dec 2010 08:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-107291</guid>
		<description><![CDATA[Hi,
i am getting error 14262: what i am trying to assisgn a sql login as proxy account but its giving me this error and saying it doesnt exist.

Any help will be highly appretiated.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
i am getting error 14262: what i am trying to assisgn a sql login as proxy account but its giving me this error and saying it doesnt exist.</p>
<p>Any help will be highly appretiated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varinder Sandhu</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-107090</link>
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Tue, 21 Dec 2010 07:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-107090</guid>
		<description><![CDATA[I have tried to enable this option as suggested 

getting an error msg 

Msg 15123, Level 16, State 1, Procedure sp_configure, Line 51
The configuration option &#039;xp_cmdshell&#039; does not exist, or it may be an advanced option.

Please Advice !!!]]></description>
		<content:encoded><![CDATA[<p>I have tried to enable this option as suggested </p>
<p>getting an error msg </p>
<p>Msg 15123, Level 16, State 1, Procedure sp_configure, Line 51<br />
The configuration option &#8216;xp_cmdshell&#8217; does not exist, or it may be an advanced option.</p>
<p>Please Advice !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinkar</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-103519</link>
		<dc:creator><![CDATA[Dinkar]]></dc:creator>
		<pubDate>Fri, 03 Dec 2010 04:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-103519</guid>
		<description><![CDATA[Hi Pinal,
A query: I want to run a Sql Agent job with proxy account which will execute a SSIS package. This package copy data from A1 server&#039;s database and paste it onto another database on A2 server. 
The accounts which i am going to assign for this job have permissions to access both A1 &amp; A2.
Query which was coming in my mind is: If Login Name(from Active directory) used to login on SSMS doesnt have permissions for A1 &amp; A2 but still able to create job and assigning proxy account for that.
Would my package still work? 
Does proxy account overlap permissions of the login name?
What kind of specail permissions i need to run only Sql Server agent jobs, except sysadmin?

I hope i am making some sense here.

Thanx in advance everyone.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
A query: I want to run a Sql Agent job with proxy account which will execute a SSIS package. This package copy data from A1 server&#8217;s database and paste it onto another database on A2 server.<br />
The accounts which i am going to assign for this job have permissions to access both A1 &amp; A2.<br />
Query which was coming in my mind is: If Login Name(from Active directory) used to login on SSMS doesnt have permissions for A1 &amp; A2 but still able to create job and assigning proxy account for that.<br />
Would my package still work?<br />
Does proxy account overlap permissions of the login name?<br />
What kind of specail permissions i need to run only Sql Server agent jobs, except sysadmin?</p>
<p>I hope i am making some sense here.</p>
<p>Thanx in advance everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhi</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-83980</link>
		<dc:creator><![CDATA[Abhi]]></dc:creator>
		<pubDate>Fri, 13 Aug 2010 14:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-83980</guid>
		<description><![CDATA[Hi all, i hope you can help me.

i logon into sql serve 2005 using my windows account.

i am trying to execute xp_cmdshell from my account as i am member of fixed server role (sysadmin acouunt). 

when i am executing xp_cmdshell , its running under ##xp_cmdshell_proxy_account## &quot;Proxy acoount&quot;.

please help me to runn under sysadmin account .]]></description>
		<content:encoded><![CDATA[<p>Hi all, i hope you can help me.</p>
<p>i logon into sql serve 2005 using my windows account.</p>
<p>i am trying to execute xp_cmdshell from my account as i am member of fixed server role (sysadmin acouunt). </p>
<p>when i am executing xp_cmdshell , its running under ##xp_cmdshell_proxy_account## &#8220;Proxy acoount&#8221;.</p>
<p>please help me to runn under sysadmin account .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghu</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-78544</link>
		<dc:creator><![CDATA[Raghu]]></dc:creator>
		<pubDate>Fri, 02 Jul 2010 07:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-78544</guid>
		<description><![CDATA[Hi Pinal,

while running batch file through sqlserver ,I am getting the following error ..

EXEC master.dbo.xp_cmdshell  &#039;C:RunMasterPackage.bat&#039;


output
&#039;C:\RunMasterPackage.bat&#039; is not recognized as an internal or external command,
operable program or batch file.
NULL]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>while running batch file through sqlserver ,I am getting the following error ..</p>
<p>EXEC master.dbo.xp_cmdshell  &#8216;C:RunMasterPackage.bat&#8217;</p>
<p>output<br />
&#8216;C:\RunMasterPackage.bat&#8217; is not recognized as an internal or external command,<br />
operable program or batch file.<br />
NULL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krishan</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-78309</link>
		<dc:creator><![CDATA[krishan]]></dc:creator>
		<pubDate>Wed, 30 Jun 2010 14:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-78309</guid>
		<description><![CDATA[when i enter this in SQL Server 2000 and OS: windows XP Professional

EXEC xp_cmdshell &#039;notepad.exe&#039;

it shows &#039;executing query&#039; and so on.......................
on ending of this statement

plz help

how can i run exernal files/exes from query

thanks
krishan]]></description>
		<content:encoded><![CDATA[<p>when i enter this in SQL Server 2000 and OS: windows XP Professional</p>
<p>EXEC xp_cmdshell &#8216;notepad.exe&#8217;</p>
<p>it shows &#8216;executing query&#8217; and so on&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..<br />
on ending of this statement</p>
<p>plz help</p>
<p>how can i run exernal files/exes from query</p>
<p>thanks<br />
krishan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikas gopal</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-61242</link>
		<dc:creator><![CDATA[vikas gopal]]></dc:creator>
		<pubDate>Tue, 16 Feb 2010 11:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-61242</guid>
		<description><![CDATA[hey vikas this side.
you just do one thing just enable ur advane option in sql. type

exec sp_configure &#039;show advance option&#039; , 1
reconfigure with override
go

this will enable your advance option after that you can run &#039;exec sp_configure ‘xp_cmdshell’,1&#039;

hope this will help you]]></description>
		<content:encoded><![CDATA[<p>hey vikas this side.<br />
you just do one thing just enable ur advane option in sql. type</p>
<p>exec sp_configure &#8216;show advance option&#8217; , 1<br />
reconfigure with override<br />
go</p>
<p>this will enable your advance option after that you can run &#8216;exec sp_configure ‘xp_cmdshell’,1&#8242;</p>
<p>hope this will help you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikas gopal</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-61240</link>
		<dc:creator><![CDATA[vikas gopal]]></dc:creator>
		<pubDate>Tue, 16 Feb 2010 11:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-61240</guid>
		<description><![CDATA[hello sir,
i am working on sq 2005 standard addition.AWE is enable on my server and i want to set a schedule for automatic full database backup on daily bases but when i reconfigure agent_xp server throw an error message

&quot;Address Windowing Extensions (AWE) requires the &#039;lock pages in memory&#039; privilege which is not currently present in the access token of the process.&quot;

even i have checked lock page in memory it is enabled. Please sir suggest me what i can do for this]]></description>
		<content:encoded><![CDATA[<p>hello sir,<br />
i am working on sq 2005 standard addition.AWE is enable on my server and i want to set a schedule for automatic full database backup on daily bases but when i reconfigure agent_xp server throw an error message</p>
<p>&#8220;Address Windowing Extensions (AWE) requires the &#8216;lock pages in memory&#8217; privilege which is not currently present in the access token of the process.&#8221;</p>
<p>even i have checked lock page in memory it is enabled. Please sir suggest me what i can do for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: learqtptesting</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-60294</link>
		<dc:creator><![CDATA[learqtptesting]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 20:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-60294</guid>
		<description><![CDATA[Hi,

I could figure out to get to SQLPlus of SQL 2005 to execute the above posted command.

Could anyone of you give me instruction to execute the SQL command.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I could figure out to get to SQLPlus of SQL 2005 to execute the above posted command.</p>
<p>Could anyone of you give me instruction to execute the SQL command.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subhash</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-60177</link>
		<dc:creator><![CDATA[Subhash]]></dc:creator>
		<pubDate>Mon, 25 Jan 2010 07:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-60177</guid>
		<description><![CDATA[Hi,
  I am getting an error
&quot;The configuration option &#039;xp_cmdshell&#039; does not exist, or it may be an advanced option.&quot; while running 
exec sp_configure &#039;xp_cmdshell&#039;,1


please reply me if you have any idea.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I am getting an error<br />
&#8220;The configuration option &#8216;xp_cmdshell&#8217; does not exist, or it may be an advanced option.&#8221; while running<br />
exec sp_configure &#8216;xp_cmdshell&#8217;,1</p>
<p>please reply me if you have any idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arno Venter</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-59473</link>
		<dc:creator><![CDATA[Arno Venter]]></dc:creator>
		<pubDate>Fri, 08 Jan 2010 12:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-59473</guid>
		<description><![CDATA[Hi Adalton Jr.

If you want to view all the configurations and if they are enabled or not, you can just run the sp_configure without parameters.

For example:

EXEC dbo.sp_configure]]></description>
		<content:encoded><![CDATA[<p>Hi Adalton Jr.</p>
<p>If you want to view all the configurations and if they are enabled or not, you can just run the sp_configure without parameters.</p>
<p>For example:</p>
<p>EXEC dbo.sp_configure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-58728</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Wed, 16 Dec 2009 16:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-58728</guid>
		<description><![CDATA[Hello Denise 

sys. schema is accessible from all databases. So these queries to check configuration can be executed in any database.

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hello Denise </p>
<p>sys. schema is accessible from all databases. So these queries to check configuration can be executed in any database.</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denise</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-58727</link>
		<dc:creator><![CDATA[Denise]]></dc:creator>
		<pubDate>Wed, 16 Dec 2009 16:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-58727</guid>
		<description><![CDATA[Where do I execute this from?]]></description>
		<content:encoded><![CDATA[<p>Where do I execute this from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcia</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-58011</link>
		<dc:creator><![CDATA[Marcia]]></dc:creator>
		<pubDate>Mon, 30 Nov 2009 14:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-58011</guid>
		<description><![CDATA[Adalton you can try this:

SELECT Value FROM SYS.CONFIGURATIONS WHERE Name = &#039;show advanced options&#039;
SELECT Value FROM SYS.CONFIGURATIONS WHERE Name = &#039;xp_cmdshell&#039;]]></description>
		<content:encoded><![CDATA[<p>Adalton you can try this:</p>
<p>SELECT Value FROM SYS.CONFIGURATIONS WHERE Name = &#8216;show advanced options&#8217;<br />
SELECT Value FROM SYS.CONFIGURATIONS WHERE Name = &#8216;xp_cmdshell&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejas Shah</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-57958</link>
		<dc:creator><![CDATA[Tejas Shah]]></dc:creator>
		<pubDate>Fri, 27 Nov 2009 10:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-57958</guid>
		<description><![CDATA[Hi Adalton,

If you need to disable this feature, you just need to configure it as:

EXEC sp_configure &#039;xp_cmdshell&#039;, 0
GO
RECONFIGURE
GO

To Enable it, as Pinal said:

EXEC sp_configure &#039;xp_cmdshell&#039;, 1
GO
RECONFIGURE
GO


Thanks,

Tejas
SQLYoga.com]]></description>
		<content:encoded><![CDATA[<p>Hi Adalton,</p>
<p>If you need to disable this feature, you just need to configure it as:</p>
<p>EXEC sp_configure &#8216;xp_cmdshell&#8217;, 0<br />
GO<br />
RECONFIGURE<br />
GO</p>
<p>To Enable it, as Pinal said:</p>
<p>EXEC sp_configure &#8216;xp_cmdshell&#8217;, 1<br />
GO<br />
RECONFIGURE<br />
GO</p>
<p>Thanks,</p>
<p>Tejas<br />
SQLYoga.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adalton Jr.</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-57945</link>
		<dc:creator><![CDATA[Adalton Jr.]]></dc:creator>
		<pubDate>Thu, 26 Nov 2009 15:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-57945</guid>
		<description><![CDATA[Dear Pinal and other users of SQL Server,

I have a question about xp_cmdshell.

I read the article about &quot;SQL SERVER - Enable xp_cmdshell using sp_configure&quot; but what I need not enable or disable this feature. I need to know if it is enabled or not. This is possible using sql statement?

I look back and I thank your attention.]]></description>
		<content:encoded><![CDATA[<p>Dear Pinal and other users of SQL Server,</p>
<p>I have a question about xp_cmdshell.</p>
<p>I read the article about &#8220;SQL SERVER &#8211; Enable xp_cmdshell using sp_configure&#8221; but what I need not enable or disable this feature. I need to know if it is enabled or not. This is possible using sql statement?</p>
<p>I look back and I thank your attention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishan</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-55069</link>
		<dc:creator><![CDATA[Krishan]]></dc:creator>
		<pubDate>Thu, 20 Aug 2009 17:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-55069</guid>
		<description><![CDATA[Hi, We need to disbale other extended sp. like 
xp_regread, xp_regwrite, xp_regaddmultistring, xp_regdeletekey

Please help me how will do]]></description>
		<content:encoded><![CDATA[<p>Hi, We need to disbale other extended sp. like<br />
xp_regread, xp_regwrite, xp_regaddmultistring, xp_regdeletekey</p>
<p>Please help me how will do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcia</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-45583</link>
		<dc:creator><![CDATA[Marcia]]></dc:creator>
		<pubDate>Tue, 13 Jan 2009 17:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-45583</guid>
		<description><![CDATA[For security reasons, we do not want to enable xp_cmdshell.  However, for other practical reasons, we want to use it for some jobs.  My thought was to enable xp_cmdshell at the start of the job, and then disable it when the job completes.  How much overhead does the reconfigure take?  Also, do you know what would happen if one job does the disable while a second job is in the middle of using the xp_cmdshell?  Would the second job err out or would the disabling/reconfiguring err out?  I tried to test it, but I can&#039;t seem to come up with a long-running job to test this out.]]></description>
		<content:encoded><![CDATA[<p>For security reasons, we do not want to enable xp_cmdshell.  However, for other practical reasons, we want to use it for some jobs.  My thought was to enable xp_cmdshell at the start of the job, and then disable it when the job completes.  How much overhead does the reconfigure take?  Also, do you know what would happen if one job does the disable while a second job is in the middle of using the xp_cmdshell?  Would the second job err out or would the disabling/reconfiguring err out?  I tried to test it, but I can&#8217;t seem to come up with a long-running job to test this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-44621</link>
		<dc:creator><![CDATA[Jimmy]]></dc:creator>
		<pubDate>Mon, 08 Dec 2008 23:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-44621</guid>
		<description><![CDATA[Thanks!]]></description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praveen</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-43774</link>
		<dc:creator><![CDATA[praveen]]></dc:creator>
		<pubDate>Fri, 17 Oct 2008 14:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-43774</guid>
		<description><![CDATA[it is very helpfull to delete files from server through sql server.

thanks guys!.


Thanks and Regards
praveen]]></description>
		<content:encoded><![CDATA[<p>it is very helpfull to delete files from server through sql server.</p>
<p>thanks guys!.</p>
<p>Thanks and Regards<br />
praveen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Rathore</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-43105</link>
		<dc:creator><![CDATA[Vivek Rathore]]></dc:creator>
		<pubDate>Mon, 22 Sep 2008 09:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-43105</guid>
		<description><![CDATA[Hi,

I am trying to run a batch file and using the following syntax:
EXECUTE  master..xp_cmdshell &#039;C:\AAT_PDF_Thumbnail_Generator\test.bat&#039;

It does not show any error message and the query goes running. Please help me to figure out that where i am wrong.
And will u please tell me the steps regarding the Access rights to execute it with the user of the database. Although i have given the execute rights to the user and the same process is running fine in SQL 2000.

Thanks n Reagrds,
Vivek Rathore.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to run a batch file and using the following syntax:<br />
EXECUTE  master..xp_cmdshell &#8216;C:\AAT_PDF_Thumbnail_Generator\test.bat&#8217;</p>
<p>It does not show any error message and the query goes running. Please help me to figure out that where i am wrong.<br />
And will u please tell me the steps regarding the Access rights to execute it with the user of the database. Although i have given the execute rights to the user and the same process is running fine in SQL 2000.</p>
<p>Thanks n Reagrds,<br />
Vivek Rathore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimitris</title>
		<link>http://blog.sqlauthority.com/2007/04/26/sql-server-enable-xp_cmdshell-using-sp_configure/#comment-41300</link>
		<dc:creator><![CDATA[dimitris]]></dc:creator>
		<pubDate>Mon, 04 Aug 2008 13:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/26/enable-xp_cmdshell-using-sp_configure/#comment-41300</guid>
		<description><![CDATA[Hi i want to enable the xp_cmdshell on sql server 2000.
Please give me information if you can.
thanks a lot just for reading this!]]></description>
		<content:encoded><![CDATA[<p>Hi i want to enable the xp_cmdshell on sql server 2000.<br />
Please give me information if you can.<br />
thanks a lot just for reading this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
