Sunday, February 05, 2012   
 Search   
 
Register  Login  
Contact Us » Forum  
      

In order to post to the forum, it is necessary for you to register with our website.

   
  
 Forum    
HomeHomeDiscussionsDiscussionsDatabase Design...Database Design...How to detect if Full Text Search is enabled on your MS SQL databaseHow to detect if Full Text Search is enabled on your MS SQL database
Previous
 
Next
New Post
2/26/2010 10:23 AM
 

If you are wondering whether full text search is enabled on a database, all that you need to do is execute the following query against it: SELECT FULLTEXTSERVICEPROPERTY('IsFullTextInstalled'). If 0 is returned then it is not enabled, if 1 is returned then it is enabled.

 
Previous
 
Next
HomeHomeDiscussionsDiscussionsDatabase Design...Database Design...How to detect if Full Text Search is enabled on your MS SQL databaseHow to detect if Full Text Search is enabled on your MS SQL database


   
  
DotNetNuke® is copyright 2002-2012 by DotNetNuke Corporation
Downloaded from DNNSkins.com