What is the use of Cursor Auto Fetch in SQL Server?
thanks
What is the use of Cursor Auto Fetch in SQL Server?
thanks
It's not something you run across often. I believe it's an ADO option that tells SQL Server to start getting results as soon as you open a cursor. The docs aren't much help, though!