Wholesaleガラス製造会社のストアドプロシージャを開発します。 The stored procedure uses a cursor to read all row-based combinations of the following tables: ストアドプロシージャが非常にゆっくりと結果を返すことがわかります。ストアドプロシージャの実行速度を向上させる必要があります。 どのカーソルタイプを使用しますか?
正解:B
FAST_FORWARD specifies a FORWARD_ONLY, READ_ONLY cursor with performance optimizations enabled. References: https://msdn.microsoft.com/en-us/library/ms180169.aspx