Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Geocode Addresses in T-SQL

    Thanks,

    It works now.

    I just execute below things:

    EXEC sp_configure 'show advanced options';

    RECONFIGURE;

    EXEC sp_configure 'Ole Automation Procedures', 1;

    RECONFIGURE;

    Thanks a lot. 🙂

  • RE: Geocode Addresses in T-SQL

    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

  • RE: Geocode Addresses in T-SQL

    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...

Viewing 3 posts - 1 through 3 (of 3 total)