hi
my Recquierment is I have an 100's of records in my table in that i need to select some records based on Item_ID and that Item_ID records all are shoud come in One Temporary Table and based on this table Item_ID's i need to delete records in 4 child Tables....
After the deleting process ends then i should delete that temporary table....
This temporary table records i need to pass all StoredProcedures and delete as per conditions........
Please provide StoredProcedure For This requirement