Page 1 of 1

TuniMetadata with SQLServer 2005/2008

Posted: Sat 06 Mar 2010 15:59
by adoniram
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.

Posted: Tue 09 Mar 2010 10:33
by Challenger
Thank you for the information. We have fixed this bug. This fix will be included in the next build of UniDAC.