Oct-17-2022, 12:29 PM
Hi Team,
Need help how to call stored procedure via python.
I am using pyodbc libarary.
Need help how to call stored procedure via python.
I am using pyodbc libarary.
query = """EXEC[DBS_database].[dbo].[sp_Recon] 'Table1','database1'""" Cursor.execute(query) its not working. **wall** for row in cursor.fetchall(): print(row)