Viewing 6 posts - 61 through 66 (of 66 total)
Thanks for this. It is very helpful.
July 29, 2008 at 4:47 pm
Thanks for your response. Could you please, give me the code that could be used for collating tables and colums separately? Many thanks. Regards, Sahoong.
July 29, 2008 at 4:46 pm
Thanks so much Jeff for your prompt and valuable response. Another question arise,
In a table with an identity column (CustID for instance), what query can I use to select the...
July 19, 2008 at 2:58 pm
Hi Ray M,
Thanks for this.
I'll try executing it now.
Cheers.
December 13, 2007 at 10:14 am
I have attempted it. This is what i've done so far
CREATE PROCEDURE proximity_search @max_records int
@search_expression varchar(255) = '',
@x_locint = '',
@y_locint = '',
@max_distanceint = '',
@max_recordsint =...
December 13, 2007 at 9:27 am
Viewing 6 posts - 61 through 66 (of 66 total)