I try to use TuniMetadata with SQLServer 2008 to retrieve indexes information.
It works fine, but I need the schema information too, because I have tables on different schemas that I created.
When I get the Indexes metadata information, the field SCHEMA_TABLE from TUniMetadata is empty when the table belongs to schema that I created.
Debugging the source code, I found that the error is the "user_name" function on statement that fecth index information.
I use the same statement with "schema_name" and works fine.
SQLServer have been support schema since 2005 version.
It's happening on 3.00.0.7 version too.
TuniMetadata with SQLServer 2005/2008
-
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53