clueboy / pymssql_issues

0 stars 0 forks source link

System proc SP_CONFIGURE #96

Closed clueboy closed 11 years ago

clueboy commented 11 years ago

From CorruptedIbanez on July 20, 2012 20:52:04

Hello, I have a problem, I need to execute the next query

EXECUTE SP_CONFIGURE 'show advanced options', 1 RECONFIGURE WITH OVERRIDE GO

EXECUTE SP_CONFIGURE 'xp_cmdshell', '1' RECONFIGURE WITH OVERRIDE GO

EXECUTE SP_CONFIGURE 'show advanced options', 0 RECONFIGURE WITH OVERRIDE GO

firts execute that to activate the xp_cmdshell and letter again but with 0 to disactivate, but how can i execute that? i dont have problem with others querys.

Thaks I hope anyone can help me.

PD. congratulations for the developers of this library ;)

Original issue: http://code.google.com/p/pymssql/issues/detail?id=96

clueboy commented 11 years ago

From CorruptedIbanez on August 06, 2012 08:42:27

anyone?

clueboy commented 11 years ago

From msabramo on January 06, 2013 21:52:38

You are trying to execute those with pymssql? Can you paste your Python code and the errors you're getting? Do the same queries work OK in SQL Server Management Studio?

clueboy commented 11 years ago

From msabramo on August 07, 2013 00:09:09

Not enough info to act on this

Status: Invalid