I have this statement to import data to the test table, what I need is to create a trigger.
BULK
INSERT PRUEBA
FROM 'C:\prueba.CSV'
WITH
(
-- seteamos el separador de campos
FIELDTERMINATOR = ',',
--seteamos el separador de registro
ROWTERMINA...
asked by
27.12.2016 / 11:49