Viewing 5 posts - 1 through 6 (of 6 total)
Thank you, I actually ended up Creating a Function. That was better to suit my needs. I finally got it to work using
AS EXTERNAL NAME ActiveDCom.[ActiveDirectoryCom.ADCom].UserFullName
Don't...
April 30, 2008 at 1:14 pm
SSC Journeyman
Thanks for the info. I rewrote the dll in managed code, whew, and now am using CLR Intergrate. It is working great.
March 25, 2008 at 12:36 pm
Hey thanks for your help. I bailed on the old ole automation that the company had in place and am using CLR Assemblies. I am also checking into...
March 25, 2008 at 12:31 pm
Okay I am trying to update a function that has been implemented by the my company for several years what it currently does is authenticate user using LDap (prior to...
March 23, 2008 at 8:18 pm
I tried to run
EXEC sp_configure 'Ole Automation Procedures';
and recieved this error.
Msg 15123, Level 16, State 1, Procedure sp_configure, Line 51
The configuration option 'Ole Automation Procedures' does not exist, or...
March 22, 2008 at 9:59 pm
Viewing 5 posts - 1 through 6 (of 6 total)