Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / April 2007

Tip: Looking for answers? Try searching our database.

Full text index removal

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
iiman - 23 Apr 2007 14:00 GMT
RESTORE FILELISTONLY
FROM DISK = 'C:\Full0100.BAK'

Here is the result

database d:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\database
.mdf
database _Log d:\Program Files\Microsoft SQL
Server\MSSQL.1\MSSQL\DATA\database _log.ldf
sysft_PhraseologyIndex d:\Program Files\Microsoft SQL
Server\MSSQL.1\MSSQL\FTData\PhraseologyIndex

I would like to remove the sysft_PhraseologyIndex.  The database server does
not have full-text component installed (this particular database was created
with sql server 2000 that supported the full-text indexing and upgraded to
sql server 2005 that does not support full-text index)

Thanks
Hilary Cotter - 24 Apr 2007 02:14 GMT
You need to disable full-text indexing and then remove the
sysft_phraseologyindex file.

> RESTORE FILELISTONLY
> FROM DISK = 'C:\Full0100.BAK'
[quoted text clipped - 16 lines]
>
> Thanks
iiman - 24 Apr 2007 14:29 GMT
I tried,

ALTER DATABASE scope
REMOVE FILE sysft_PhraseologyIndex

I get

Msg 5020, Level 16, State 1, Line 1
The primary data or log file cannot be removed from a database.

How do I remove the file?

Thanks

> You need to disable full-text indexing and then remove the
> sysft_phraseologyindex file.
[quoted text clipped - 21 lines]
>>
>> Thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.