Skip to content Skip to sidebar Skip to footer

How To Turn On The Fulltext Mode On Sql Server 2005

I'm currently trying to create FULLTEXT indexes into my database (Microsoft SQL Server 2005). First I want to create the catalog: USE [AspDotNetStorefront] GO EXEC sp_fulltext_data

Solution 1:


Post a Comment for "How To Turn On The Fulltext Mode On Sql Server 2005"