Wednesday, February 11, 2009

disable a user instances in SQL Server full text search

I recently had some people ask about disable user instances for full text search. If you didn't do it at install you can run the following command to do so:

sp_configure ‘user instances enabled’,0

If you have any tips, tricks, resources or questions please email Susan Fischer at susan@clinchportal.com

No comments:

Post a Comment