Currently I have a QA database and want to update 8 records in one of the tables. I have it updated in my dev environment and created a stored procedure to see new 8 new records. I was looking for a SQL function that could generate this output of this stored procedure as an sql script so I could easily run it in my QA environment and it update the necessary table.
It sounds so easy I guess if you know what you are doing. Any help would be much appreciated!!!!!
It sounds so easy I guess if you know what you are doing. Any help would be much appreciated!!!!!