Home Page › Forums › BizTalk 2004 – BizTalk 2010 › how to test the process that updates a SQL server table with data from another SQL server? › Re: how to test the process that updates a SQL server table with data from another SQL server?
May 27, 2010 at 12:44 PM
#24823
– Copy the SQL Artifacts (tables, stored procs) to a test database
– populate the table from which you select data w/ sample data (maybe use one record to start)
– run your biztalk solution (turn on the send/rec ports and orchestrations)
– verify that your update stored proc worked as expected.