create or alter an store procedure
proc = """PROCEDURE [sp_UpdatePhysicalInventory] @PreviousInventoryID int, @NewInventoryID int, @AssetElementID int AS BEGIN print test END