How to install fulltext on sql server 2008?

后端 未结 3 1471
悲&欢浪女
悲&欢浪女 2020-12-06 10:54

Trying to install fulltext on my sql server 2008 box.

I went to \'programs and features\', selected sql server 2008 and now I get this popup asking to choose either:

相关标签:
3条回答
  • 2020-12-06 11:18

    Download the installer from:

    http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=1842

    Or for SQL 2008 R2 Express, it is here: http://www.microsoft.com/en-us/download/details.aspx?id=25174

    Then go to where you saved it and Unzip the self extracting EXE (right click and click "Extract").

    Go to Add or Remove Programs and you can now "Add Features" by browsing to the extracted files.

    For full details on how to upgrade and install fulltext search on an existing SQL Server 2008 Express instance see my post here

    0 讨论(0)
  • 2020-12-06 11:24

    To add features to a SQL Server installation, you should run the installer itself from the install disc. As u07ch suggested, you can mount the image, or you can burn the disc. Once you do that, run through the installer and you'll see the option to add Full Text Search from the "features" page.

    0 讨论(0)
  • 2020-12-06 11:30

    Download the microsoft Virtual CD Control Panel and mount the iso as a cd drive on your computer; then point the add/ remove install software at that.

    http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe

    0 讨论(0)
提交回复
热议问题