2

Good day!

My new hosting provider doen't support restoring MS SQL backups with full-text indexes\catalogs inside.

I can't found any way to create a backup without full-text capabilities inside. One way is to drop fulltext catalog and indexes, do a backup and then revert changes back, but if there any better way?

Thanks in advance!

artvolk
  • 9,448
  • 11
  • 56
  • 85

1 Answers1

0

This doesn't look like it's that easy or even possible.

https://serverfault.com/questions/1/how-to-exclude-indexes-from-backups-in-sql-server-2008

Never tried it myself but seems an odd request from your hosting provider.

Community
  • 1
  • 1
MrEdmundo
  • 5,105
  • 13
  • 46
  • 58
  • I finally drop my index before on a local copy, restore it on the server and recreate it by hand on the server... – artvolk Nov 05 '10 at 08:54