Is there a way to get the results of "set statistics time on" via pymssql? I tried using cursor.nextset() after retrieving the SELECT results, but there is no other data set. If there is no way, it would be a nice feature to have.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to get the results of "set statistics time on" via pymssql? I tried using cursor.nextset() after retrieving the SELECT results, but there is no other data set. If there is no way, it would be a nice feature to have.