Hi,
I found that my database has partition schèmes and functions created by the index tuning wizard.
But I can remove them, SQL Server think there is a dependency to a table in the database.
but the target table didnt use any partition!!! (and none of the indexes use a partition)
so its a false dependency.
and now I'm not able to drop the partition scheme (and function).
what can I do to solve this false dependency issue?