Yes, the query sample you provided will work providing that the columns in the table match the columns being outputted by the view.
When doing a multi-row insert you are inserting all the rows in a single transaction. Because of this if one row fails the entire transaction is rolled back, and none of the rows are inserted.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.