Viewing 3 posts - 1 through 3 (of 3 total)
Thanks,
It works now.
I just execute below things:
EXEC sp_configure 'show advanced options';
RECONFIGURE;
EXEC sp_configure 'Ole Automation Procedures', 1;
Thanks a lot. 🙂
October 28, 2012 at 10:44 pm
#1553593
hi ,
i have changed api url from v2 to v3.
still getting null value after trying this : EXEC spGeocode '1234 N. Main Street, Santa Ana, CA'
Thanks
October 25, 2012 at 10:32 pm
#1553030
hi all,
i have created the SP, mention in this topic.
when i execute the sp : EXEC spGeocode '1234 N. Main Street, Santa Ana, CA'
i got NULL value in all the...
October 22, 2012 at 10:37 pm
#1551714