I\'m working on a Python script that writes records from a stored procedure to a text file. I\'m having issues executing the stored procedure with parameters.
I\'m n
For SQL Server:
cursor.execute('{call your_sp (?)}',var_name)