We need to create a store procedure which needs to go through a table which include ItemIDs and get each ItemID and run some query base on ItemID.
We know we can use "cursor" to fetch each ItemID.
We wonder are there other ways in SQL store procedure? Thx!
JaneC