by Jack Vamvas via SQL Server DBA on 1/8/2009 2:49:12 AM
There was a requirement to allow Ole Automation Procedures within SQL Server 2005 , this code will enable the feature. -------------------CODE START------------------------ sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'Ole Automation Procedures', 1; GO RECONFIGURE; GO -------------------CODE FINISH--------------------------...
Original Post: ole automation configuring for SQL Server 2005
The content of the postings is owned by the respective author. SQL Feeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on SQL Feeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.