Azure SQL Server Connectivity

@navigate, how do you return rows from the server function? With:

  rez = list(cursor)
  conn.close()
  print(type(rez))
  return rez

I get:

image

The connection to the remote database runs very nice and fast.