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 |
|
chava_sree
Yak Posting Veteran
56 Posts |
Posted - 2008-08-04 : 18:44:41
|
| I 've some fulltext catalogs created in a database and am trying to implement the same in other databases which resides on the same server, i tried to run the plain script on one DB and i got a warning "fulltext catalogs will not be created until the next backup" or delete the logs.. " then i used a line on top of my FULLTEXT Catalog Create Scripts.ALTER DATABASE [databse name] SET RECOVERY SIMPLEhowever i want to know what would i do if i get a name conflict while creating FULLTEXT catalogs on different databases but in same physical location with same FULLTEXT CATALOG Name. and how can i dynamically parse the DBNAME in ALTER DATABASE statement. any views or suggestions pls.Thanks |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-08-06 : 23:47:19
|
| I'll use different catalog name in different db. |
 |
|
|
|
|
|