Samenvatting
We just shipped v1.5 of mssql-python, the official Python driver for SQL Server / Azure SQL / Fabric. The big addition is Arrow fetch support -- three new cursor methods: ```python cursor.execute("SELECT * FROM Sales.SalesOrderDetail") Full result as a PyArrow Table table = cursor.arrow() df = table.to_pandas() # zero-copy where possible Streaming RecordBatchReader for large results reader = cursor.arrow_reader(batch_size=8192) Single RecordBatch for manual chunking batch = cursor.arrow_batch...
Deepen your knowledge
What is Power BI? Everything you need to know
Discover what Microsoft Power BI is, how it works, what it costs, and why it's the world's most popular BI tool. Complet...
Knowledge BasePower BI Licensing & Costs — Complete overview 2026
Complete overview of all Power BI licenses and costs in 2026: Free, Pro, Premium Per User (PPU), and Microsoft Fabric. I...
Knowledge BaseAI in Power BI — Copilot, Smart Narratives and more
Discover all AI features in Power BI: from Copilot and Smart Narratives to anomaly detection and Q&A. Complete overview ...