We are facing a weird issue. We have a stored procedure in SQL server that we use in multiple datawindows to retrieve the data based on different arguments. DBA found an issue through tracing that PowerBuilder was sending a DROP/CREATE command for that stored procedure. We haven't written any such code to create that stored proc on the fly, it is already there in the database. DBA got to know this because it was blocking some other process.