I currently have a stored procedure in which I want to insert new rows into a table.
insert into cars (id, Make, Model) v
Try this:
SELECT NewId()