Duplicate the schema of a whole database. Is this a bug? #9210
Unanswered
0x7FFFFFFFFFFFFFFF
asked this question in
General
Replies: 1 comment
-
That is coming from code in the database. That error generally comes from a query query in a stored procedure or maybe view that has a Since you are using Adventure Works I'd see if there is a Full Text index on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've created an empty database
aw2
and trying to copy the schema ofAdventureWorks2016
to this new database. Below is my commands. As you can see, it generates the errorCannot use a CONTAINS or FREETEXT predicate on table or indexed view 'HumanResources.JobCandidate' because it is not full-text indexed
. Is this a bug?Beta Was this translation helpful? Give feedback.
All reactions