Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/09/2005, 10:02
mellidecai
 
Fecha de Ingreso: mayo-2005
Mensajes: 95
Antigüedad: 19 años, 10 meses
Puntos: 0
qué es CREATE TABLE {...} WITH NO LOG??

mirando código de esql/C he visto esta sentencia:

CREATE TEMP TABLE tmp_recep_fdc
(
ncestab nchar(4),
snrecep nchar(9) not null,
nprovee integer,
nseccion integer,
scmovim nchar(3),
nestado integer,
nimporte decimal
)
WITH NO LOG;

qué significa "with no log";

Un saludo. Gracias.