/ Published in: SQL
                    
                                        
Insertar registros bloqueando mientras se realiza el proceso.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
INSERT INTO INTImportaExcel WITH (TABLOCK)
(
CV_INVENTARIO,
DES_ACTIVO,
MARCA,
MODELO,
SERIE,
CS_JUR,
CS_CUUM
)
SELECT
CV_INVENTARIO,
DES_ACTIVO,
MARCA,
MODELO,
SERIE,
CS_JUR,
CS_CUUM
FROM INTInventario
WHERE INTInventario.CS_JUR=215
Comments
 Subscribe to comments
                    Subscribe to comments
                
                