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.
ODBC テーブルを使用して SQL サーバーからのアクセスにインポートしましたが、テーブルはすべての PK および FK の整合性を失います。アクセスでデザイン ビューにアクセスしたときに、PK は必要なくなりましたか?
テーブル スキーマとデータをインポートしても、データベースは完全には転送されません。
、 などは、Indexesなどの独立したオブジェクトであることに注意してください。これらのオブジェクトの定義は、このような移行を実行する場合、2 つのデータベース間で変換する必要があります。FK ConstraintsStored ProceduresTables
Indexes
FK Constraints
Stored Procedures
Tables