Re: Reading Indexes created in a DB

2017-08-03 Thread Ashuthosh Bhat
Dear Kasper, Waiting for your reply, just in case the mail trail skipped your radar. Thanks, Ashu On Aug 2, 2017 9:47 PM, "Ashuthosh Bhat" wrote: > Sure, it would be nice to retrieve auto-increment column details as well > using metamodel. I was using 4.5.4 couldnt find anyth

Re: Reading Indexes created in a DB

2017-08-02 Thread Ashuthosh Bhat
oviding the data. Thinking of it, let's maybe wait with conclusions until Kasper (project lead) gets a chance to reply. He might know a way to extract that information with what we already have. Best regards, Dennis ____ From: Ashuthosh Bhat Sent: 02 August

Re: Reading Indexes created in a DB

2017-08-02 Thread Ashuthosh Bhat
the indexes belongs to, you need to join > sys.tables on the object ID > > I believe something similar is available for most databases. But it's of > course quite a bit more involved than just getting a list of indexes. > > Best regards, > Dennis > > __

Reading Indexes created in a DB

2017-08-01 Thread Ashuthosh Bhat
Dear all, I am trying to read indexes created on various tables in a DB. Is this feature available in metamodel. I could not find the same. Checked tabletypes as well there is no type as index. Please suggest. Thanks, Ashu