|
manosgovind
Starting Member
India
9 Posts |
Posted - 01/04/2013 : 00:11:59
|
Hi there,
I am New to sql server and I want to use the Ole Automation Procedures in sql server 2005. When I run
sp_configure 'show advanced options', 1;
GO
RECONFIGURE WITH OVERRIDE;
GO
sp_configure 'Ole Automation Procedures', 1;
GO
RECONFIGURE WITH OVERRIDE;
GO
I get the following error: The configuration option 'Ole Automation Procedures' does not exist, or it may be an advanced option.
I Can't find Ole Automation Procedures under Advanced Configurations. And I have Enabled OLE Automation in SQL Server Surface Area configuration
Please Help me 2 solve this....
 |
Edited by - manosgovind on 01/04/2013 00:20:15
|
|