Python Forum

Full Version: capture print statement written in Stored Procedure in SQL Server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,
I have stored procedure which i will call from python using pyodbc. This SP has several print statement which results as output of that SP.
I need to capture that output using pyodbc.
Can anyone suggest how can i do that?

Thanks