I created a store procedure that should delete mulitple rows however it is not working.. can anyone help me.
************* Start of code
EXEC('SELECT * FROM tblqaCorrespdence WHERE iIndex IN (' + @tmpIndex + ')')
************* End of code
These are the values that need to pass - Execute spTest(1,2,4,6,7)
************* Start of code
EXEC('SELECT * FROM tblqaCorrespdence WHERE iIndex IN (' + @tmpIndex + ')')
************* End of code
These are the values that need to pass - Execute spTest(1,2,4,6,7)