Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Mazdak
Yak Posting Veteran
63 Posts |
Posted - 2002-10-31 : 06:22:41
|
| I want to test some FULL-TEXT INDEX but its option is unavalable?Is it not included in personal edition of SQLServer 2000? |
|
|
jasper_smith
SQL Server MVP & SQLTeam MVY
846 Posts |
Posted - 2002-10-31 : 16:14:56
|
It is not installed by a default install of Personal Edition. quote: To add components to an instance (default or named) of SQL Server 2000 Run SQL Server Setup, select SQL Server 2000 Components, select Install Database Server, and then click Next at the Welcome screen of the SQL Server Installation Wizard.In Computer Name dialog box, Local Computer is the default option and the local computer name appears in the edit box. Click Next.In the Installation Selection dialog box, click Upgrade, Remove, or Add Components to an existing instance of SQL Server, and then click Next.In the Instance Name dialog box, Default is selected if you have the Default instance installed. If you want to add components to a named instance, select it from the Instance Name list, and then click Next.In the Existing Installation dialog box, click Add Components to your existing installation, and then click Next.In the Select Components dialog box, select a component from the Components list, and then select items from the related Sub-Components list. Click to select items you want to add, and then click Next. For information about each component, select the item, and view the Description box.When you are finished specifying options, click Next in the Start Copying Files dialog box to add components to the selected instance of SQL Server.
HTHJasper Smith |
 |
|
|
|
|
|
|
|