Trying to delete the tables from the ODBC Policy Store database, and the ODBC SQL Server reports:
From running sm_mssql_ps.sql:
Msg 2714, Level 16, State 3, Procedure Zero, Line 11 [Batch Start Line 0]
There is already an object named 'Zero' in the database.
Warning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored.
Msg 219, Level 16, State 1, Line 14
The type 'dbo.SmBoolean' already exists, or you do not have permission to create it.
Warning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored.
Msg 219, Level 16, State 1, Line 18
The type 'dbo.SmIpAddressN' already exists, or you do not have permission to create it.
Warning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored.
Msg 219, Level 16, State 1, Line 21
The type 'dbo.SmLongInt' already exists, or you do not have permission to create it.
Warning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored.
Msg 219, Level 16, State 1, Line 25
The type 'dbo.SmLongIntOpt' already exists, or you do not have permission to create it.
Warning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored.
Msg 219, Level 16, State 1, Line 29
The type 'dbo.SmOidOptN' already exists, or you do not have permission to create it.
Warning: User types created via sp_addtype are contained in dbo schema. The @owner parameter if specified is ignored.
These objects are already set at another level of the database configuration, then the reason why they show up.
To ensure the script is fully handled, do the following:
And continue to setup the Policy Store (1).