Click here to Skip to main content
15,905,686 members
Home / Discussions / Database
   

Database

 
AnswerRe: Debugging null data adapter Pin
PIEBALDconsult13-Nov-08 16:11
mvePIEBALDconsult13-Nov-08 16:11 
GeneralRe: Debugging null data adapter Pin
theFrenchHornet15-Nov-08 9:22
theFrenchHornet15-Nov-08 9:22 
QuestionSQL CE Exception Pin
hammerstein0512-Nov-08 4:01
hammerstein0512-Nov-08 4:01 
AnswerRe: SQL CE Exception Pin
Ennis Ray Lynch, Jr.13-Nov-08 4:39
Ennis Ray Lynch, Jr.13-Nov-08 4:39 
QuestionHow to get this nested level output Pin
VenkataRamana.Gali11-Nov-08 18:10
VenkataRamana.Gali11-Nov-08 18:10 
AnswerRe: How to get this nested level output Pin
ScottM111-Nov-08 19:42
ScottM111-Nov-08 19:42 
AnswerRe: How to get this nested level output Pin
Wendelius12-Nov-08 7:39
mentorWendelius12-Nov-08 7:39 
Questionenabling xp_cmdshell Pin
sunny7411-Nov-08 17:58
sunny7411-Nov-08 17:58 
Dear All,

I need to enable xp_cmdshell in my dB server which is sql server 2000.

For doing that I run the following command on the machine where SQL server 2000 is installed with administrator privileges.

---- To allow advanced options to be changed.
EXEC sp_configure 'show advanced options', 1
GO
---- To update the currently configured value for advanced options.
RECONFIGURE
GO
---- To enable the feature.
EXEC sp_configure 'xp_cmdshell', 1
GO

When I run the third command to enable xp_cmdshell it gives me the following error:

Server: Msg 15123, Level 16, State 1, Procedure sp_configure, Line 78
The configuration option 'xp_cmdshell' does not exist, or it may be an advanced option.

Valid configuration options are:



But I know that xp_cmdshell is present, although it is not visible in Enterprise MAnager. When I run commands using that proc in Query Analyzer it gets executed, which means that it present somewhere.

Unless I enable this proc I cannot use it within another proc (wrapper proc) for calling it from my web application.

Pls provide step by step instructions.

Thanks in advance.
AnswerRe: enabling xp_cmdshell Pin
ScottM111-Nov-08 19:39
ScottM111-Nov-08 19:39 
GeneralRe: enabling xp_cmdshell Pin
sunny7411-Nov-08 22:15
sunny7411-Nov-08 22:15 
GeneralRe: enabling xp_cmdshell Pin
ScottM111-Nov-08 22:31
ScottM111-Nov-08 22:31 
AnswerRe: enabling xp_cmdshell Pin
Tomb42113-Nov-08 4:01
Tomb42113-Nov-08 4:01 
QuestionHOW TO PRINT THIS PATTERN Pin
saikirankatighar11-Nov-08 1:09
saikirankatighar11-Nov-08 1:09 
AnswerRe: HOW TO PRINT THIS PATTERN Pin
Mycroft Holmes11-Nov-08 1:24
professionalMycroft Holmes11-Nov-08 1:24 
GeneralRe: HOW TO PRINT THIS PATTERN Pin
saikirankatighar11-Nov-08 1:33
saikirankatighar11-Nov-08 1:33 
GeneralRe: HOW TO PRINT THIS PATTERN Pin
Mycroft Holmes11-Nov-08 1:39
professionalMycroft Holmes11-Nov-08 1:39 
GeneralRe: HOW TO PRINT THIS PATTERN Pin
This is Remo11-Nov-08 1:42
This is Remo11-Nov-08 1:42 
AnswerRe: HOW TO PRINT THIS PATTERN Pin
ScottM111-Nov-08 1:50
ScottM111-Nov-08 1:50 
GeneralRe: HOW TO PRINT THIS PATTERN Pin
Paul Conrad11-Nov-08 15:37
professionalPaul Conrad11-Nov-08 15:37 
Questionstring parameter treate as colunm name in execute procedure Pin
Unknown Ajanabi11-Nov-08 0:07
Unknown Ajanabi11-Nov-08 0:07 
AnswerRe: string parameter treate as colunm name in execute procedure Pin
Ashfield11-Nov-08 0:17
Ashfield11-Nov-08 0:17 
GeneralRe: string parameter treate as colunm name in execute procedure Pin
Unknown Ajanabi11-Nov-08 0:50
Unknown Ajanabi11-Nov-08 0:50 
GeneralRe: string parameter treate as colunm name in execute procedure Pin
Mycroft Holmes11-Nov-08 1:07
professionalMycroft Holmes11-Nov-08 1:07 
GeneralRe: string parameter treate as colunm name in execute procedure Pin
Ashfield11-Nov-08 1:36
Ashfield11-Nov-08 1:36 
GeneralRe: string parameter treate as colunm name in execute procedure Pin
Jon_Boy11-Nov-08 4:54
Jon_Boy11-Nov-08 4:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.