Forum Replies Created

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

  • RE: Geocode Addresses in T-SQL

    Hi !

    I agree with Maciej, this should be done with SQL CLR. Personally I have made something similar for my company, except that it calls Navteq Web Services and stores...

  • RE: Update a Flag Ten Minutes from Now

    Hi,

    Personnaly I would store in a datetime when the respondent was ignored (you must store date AND time), then a simple stored procedure ran every minute by a SQL job...

  • RE: Distinct on Geographic

    Hi,

    As SQL tells you, you can't use DISTINCT on a geography column. What do you store exactly in your geo columns ? If they are simple points, you can use...

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