Quantcast
Channel: Select Indexes on Sql CE
Browsing all 2 articles
Browse latest View live

Select Indexes on Sql CE

I found a way.SELECT * FROM INFORMATION_SCHEMA.INDEXES where Table_Name='tableName'But it returns duplicate values. As Sql CE does not support COUNT(DISTINCT *), is there a way to get the total number...

View Article



Select Indexes on Sql CE

Hi,I'm try to get the total number of the indexes in a Sql CE database table. Is there a way to 'select count(*)' the indexes?Cheers,Justin

View Article
Browsing all 2 articles
Browse latest View live




Latest Images