Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべての SQL Server CE データベース テーブル インデックスを一覧表示する方法、または少なくとも個々のテーブルを一覧表示する方法はありますか?
アルジュナありがとう!あなたは私を正しい方向に向けました..... 次の作品。
SELECT 'Y' FROM INFORMATION_SCHEMA.INDEXES where table_name = 'PP_JOB_TICKET_LIVE'
および index_name = 'PP_JOB_TICKET_LIVE_PK'
お時間をいただきありがとうございます。