I have 3 stored procedures that need to be run from my code.

sp_Proc_01
sp_Proc_02
sp_Proc_03

The first deletes all the records in a database and the next two (actually there are 20 in the application) rebuild the table with new information.

How do I write code to run this series of SPs? An example or link would be greatly appreciated. Thanks.