All,
I am new to SQL.
My understanding is:
- SQL Server Express with Advanced Services allows Full-Text Searching
- An Query of SELECT FULLTEXTSERVICEPROPERTY('IsFullTextInstalled') returns 0 means Full-Text Search is off
Questions:
- How can I tell if I installed SQL Server Express with Advanced Services?
- Is there a way to enable Full-Text search on a SQL instance w/o re-installing SQL Server Express?
Thank you,
tjcreek55sql