我有一个SQL Server Express 2008的安装版本,但它没有全文服务。 没有卸载和重新安装高级服务版本,什么是最简单的方法来添加全文function?
涉及2个步骤
步骤1 – 使用高级function升级到Express
在现有的Express安装上运行SQL Express 2008高级function的安装程序。 在SQL Server安装中心屏幕selectMaintenance ,然后selectEdition Upgrade 。 运行这个,它会让你升级你的快速安装到高级function的快车。
第2步 – 添加全文searchfunction
完成版本升级后,请使用高级function安装程序重新运行Express。 在与上面相同的屏幕上,单击“ Installation ,然后select“ New SQL Server standalone installation or add features to an existing installation 。 通过运行,它会让你添加全文search到你最近升级的安装。
注意:在步骤2的“安装types”屏幕上,请确保select“ Add Features to an existing installation of SQL Server 2008而不是“ Perform a New Installation of SQL Server 2008 Add Features to an existing installation of SQL Server 2008 Perform a New Installation of SQL Server 2008 。