
January 4th, 2013, 12:07 AM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 2
Time spent in forums: 4 m 39 sec
Reputation Power: 0
|
|
OLE Automation Procedures in SQL 2005
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....
|