Al ejecutar sqlcmd -S localhost -U SA -P u2ykHVe3XMSPzvL9 -i sql/6_create_trigger_factura.sql el siguiente error aparece:
Changed database context to 'Moderna'.
Msg 120, Level 15, State 1, Server ab8fd84231f0, Procedure INSERT_COMPROBANTE, Line 21
The select list for the INSERT statement contains fewer items than the insert list. The number of SELECT values must match the number of INSERT columns.
Al ejecutar
sqlcmd -S localhost -U SA -P u2ykHVe3XMSPzvL9 -i sql/6_create_trigger_factura.sql
el siguiente error aparece: