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 |
Jon G
Starting Member
31 Posts |
Posted - 2008-06-19 : 07:42:50
|
I have an SQL 2005 Express Advanced database that also has a full text catalog.My application creates .bak backups of the sql database, but how do I create backups of the full text catalog?many thanks in advance |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-06-19 : 22:56:27
|
Sql will backup it along with data when you do full backup. |
 |
|
Jon G
Starting Member
31 Posts |
Posted - 2008-06-20 : 09:52:01
|
So if I restore the sql .bak file then the full text catalog should automatically be created/restored along with it? |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-06-20 : 22:59:30
|
Yes if file path of catalogy exists. |
 |
|
|
|
|