SQL Management Studio 2005からMS Access 2003 DBに接続して、SQL Management StudioからAccess DBのクエリを実行できるようにしたい
18 John Oxley 2009-10-06
ベストアンサー
これには2つの方法があります
リンク先のサーバとしてMDBを追加します
Download SQL Server 2000 Retired Technical documentation from Official Microsoft Download CenterThe content you requested has already retired. It's available to download on this page.SQL Serverでアドホッククエリを有効にし、OpenDataSourceを使用します
Read XLS or MDB file with OpenDataSource – SQL Server 2005Read XLS or MDB file with OpenDataSource – SQL Server 2005 Recently, I had a task to transfer data from MDB file to SQL-Server 2005 so I googling little bit and...http://support.microsoft.com/default.aspx?kbid=266008
11 Nissan Fan 2009-10-06
また、タスク > データのインポートを使用して、既存のデータベースにデータをインポートすることもできます。次に、どのテーブル(必要に応じて新しいテーブル)にどのように列をマッピングするかを選択することができます
4 jeroenk 2013-08-29