anyone know how.....
i have a sql server table i am trying to do an insert to...
the table's last column is a unique identifier guid column
so....
when i build my insert statement....what do i put for that column?
since it's generated by sql server....i don't know what to put and it won't allow me to put nothing.
i have a sql server table i am trying to do an insert to...
the table's last column is a unique identifier guid column
so....
when i build my insert statement....what do i put for that column?
since it's generated by sql server....i don't know what to put and it won't allow me to put nothing.