SQL Server 2008ManagementStudioを使用してSQLServer2000に接続しています。
use [MyPrettyDb]
select top 19 * from information_schema.tables
それは素晴らしく、甘くて迅速に機能します。でも、これ:
select top 20 * from information_schema.tables
タイムアウトで停止します。
タイムアウトの理由は何ですか?
PSselect count(*) from information_schema.tables
はすぐに戻ります。データベースには334個のテーブルがあります。