Question : SQL Server 2008

An application I'm trying to upgrade uses a db on my sql server 2008 server that was orignaly migrated from a SQL 2000 server previosuly.  The new version of the application requires that I have Microsoft Full Text Feature installed in my db.  I ran the following query select fulltextserviceproperty ('isfulltextinstalled') whic returned a value of 0 meaning that it is not installed.  How do I install this feature on SQL 2008?  

I also need to make sure that Service Broker feature is enabled.  How do I enable this on SQL 2008?

Answer : SQL Server 2008

Try it and tell me if it works.

MIN(Result) will take the minimum of the results.

18,2000            1      Negative      27,0000            04/06/2010
21,0000            1      Positive       9,0000            04/06/2010
14,0000            1      Same            14,0000            04/06/2010

Sorted alphabetically, the Min of (Negative, Postive and Same) is "Negative".

16,5000            2      Same            16,5000            05/06/2010
31,0000            2      Positive      20,0000            05/06/2010
21,0000            2      Same            21,0000            05/06/2010

Sorted alphabetically, the Min of (Positive and Same) is "Positive".


It will work.
Random Solutions  
 
programming4us programming4us