You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a fast running query (select * from sys.objects) will result in the toolsservice sending multiple resultsetavailable notifications for the same result set.
I've accounted for this on the front end, but it's still a problem.
The text was updated successfully, but these errors were encountered:
Running a fast running query (
select * from sys.objects
) will result in the toolsservice sending multiple resultsetavailable notifications for the same result set.I've accounted for this on the front end, but it's still a problem.
The text was updated successfully, but these errors were encountered: