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.
sqlsrv_query()23列以上の15914985行のテーブルからデータをフェッチするために使用しています
sqlsrv_query()
select COUNT("id_col") as row_count from tablename;
SQL Server Management Studio で実行すると 1 分 40 秒かかりますが、
また、php を介して実行すると、次のエラーが発生します。
500内部サーバーエラー。お探しのリソースに問題があり、表示できません。