Viewing 8 posts - 1 through 8 (of 8 total)
John Mitchell-245523 (4/5/2012)
April 5, 2012 at 7:37 am
John Mitchell-245523 (4/5/2012)
April 5, 2012 at 6:20 am
A very big thank you Andy. I give it a go and get back to you. Many thanks:hehe:
April 5, 2012 at 5:51 am
Hi Andy, I tried this already but the users can search for say '1 bedroom at erith' and not just necessarily a word. Breaking the search down now, Erith might...
April 5, 2012 at 4:48 am
Hi Andy, thanks for the advise. That just goes to show my newbie level!!!
Never used full text search but I'll look into it now and in the mean time I...
April 5, 2012 at 4:14 am
Ok Andy. Edited the post and extracted to an excel doc. Thanks 🙂
April 5, 2012 at 3:58 am
Hi Andy, thanks for you quick response. Here you go;
CREATE TABLE [dbo].[rhc_Properties](
[PropertyID] [int] IDENTITY(1,1) NOT NULL,
[AreaID] [int] NULL,
[StateID] [int] NULL,
[TypeID] [int] NULL,
[LocationID] [int] NULL,
[TransactionTypeName] [nvarchar](10) NULL,
[Price] [nchar](20) NULL,
[AgentID] [int] NULL,
[Description]...
April 5, 2012 at 3:39 am
Viewing 8 posts - 1 through 8 (of 8 total)