I have got hold of a sql server 2008 developer edition and this is my data:
if exists (select * from dbo.sysobjects where id = object_id(N\'test\') and OBJE
FREETEXT is less precise compared to CONTAINS
http://www.mssqltips.com/tip.asp?tip=1382
CONTAINS explained:
http://msdn.microsoft.com/en-us/library/ms187787.aspx