Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 412535
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T18:05:42+00:00 2026-05-12T18:05:42+00:00

When restoring my database i have a problem with the physical file of the

  • 0

When restoring my database i have a problem with the physical file of the full text catalog being in use.

The file 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\FTData\MyCatalog' cannot be overwritten.  It is being used by database 'demo2'.

I use this restore statement

 RESTORE database demo from disk = N'c:\temp\demo.bak' WITH REPLACE 
,MOVE 'demo_Data' TO 'd:\Program Files\Microsoft SQL Server 2005\MSSQL\Data\demo.MDF'     
,MOVE 'demo_Log' TO 'd:\Program Files\Microsoft SQL Server 2005\MSSQL\Data\demo.LDF';

A solution would be to restore without the full text catalog, but i can’s figure out how to do that.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T18:05:42+00:00Added an answer on May 12, 2026 at 6:05 pm

    I have had to restore databases with full-text as well (in fact, fixed my auto-restore script to auto-restore full-text index as well)

    I don’t know any way to NOT restore them (SQL restore will give you an error if you don’t specify RESTORE WITH MOVE for the full-text index, unless there is a path that matches the original path inside the .bak file)

    I suggest

    1. restore the entire database, including full-text index
    2. delete all full-text index inside the database
      enumerate all full-text catalogs
      SELECT name FROM DB.sys.fulltext_catalogs (SQL2005/2008)
      then generate the drop command (you may have to drop the index on the tables before dropping the catalogs)
      DROP FULLTEXT CATALOG [name]
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a common problem of moving our development SQL 2005 database onto shared
When restoring a SQL Server Database, I notice that there are 3 different Recovery
When restoring a full DB backup to a different SQL Server 2005 Express server,
I am trying to execute this SQL query prior to restoring a .BAK file
Running sql server 2005 I have database A. I am trying to restore from
I have a script for restoring a database with PowerShell and SMO. Now I
I have a WCF service, a MS SQL database, and the Visual Studio 2008
We're storing some Guid's in a MS SQL database. There's some legacy code that
Anyone point my at a utility for syncing sql server logins after restoring a
We've completely lost our repository and we have 8 developers with uncomitted changes. Restoring

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.