Viewing post 1 (of 1 total)
I had the exact same issue and worked around this by using dynamic sql. Try this.
IF (FullTextServiceProperty('IsFullTextInstalled') = 1)
EXECUTE ('CREATE FULLTEXT CATALOG [...] WITH ACCENT_SENSITIVITY = OFF AS DEFAULT')
June 23, 2010 at 3:29 pm
#1184221