the error is obvious . CONTAINS,CONTAINSTABLE etc are full text search functions so unless you enable it you cant use them.
you can simply do like
SELECT * FROM anil WHERE COURSE LIKE '%BTECH%'
------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/