04-08-2021, 08:59 AM
Buenos días Emilio,
Si, podríamos generar un script para que te elimine todos los datos anteriores al 2014, el script habría que copiarlo en el fichero C:\SYSME\SGH\actualizabdsysmehotel.txt y sería (HAZ UNA COPIA DE SEGURIDAD ANTES:
delete from res_com where fecha_fin < '2014-01-01';
delete from res_acuenta where fecha_fin < '2014-01-01';
delete from eacuenta where fecha < '2014-01-01';
delete from car_com where fecha_fin < '2014-01-01';
delete from car_comg where fecha_fin < '2014-01-01';
delete from car_acuenta where fecha_fin < '2014-01-01';
delete from cliente_cardex where fecha_fin < '2014-01-01';
delete from reserva where fecha_fin < '2014-01-01';
delete from cardex where fecha_fin < '2014-01-01';
delete from factura where fecha_factura < '2014-01-01';
delete from pagoscobros where fecha < '2014-01-01';
Guarda el fichero y reinicia Sysme Hotel.
Ya me dices.
Si, podríamos generar un script para que te elimine todos los datos anteriores al 2014, el script habría que copiarlo en el fichero C:\SYSME\SGH\actualizabdsysmehotel.txt y sería (HAZ UNA COPIA DE SEGURIDAD ANTES:
delete from res_com where fecha_fin < '2014-01-01';
delete from res_acuenta where fecha_fin < '2014-01-01';
delete from eacuenta where fecha < '2014-01-01';
delete from car_com where fecha_fin < '2014-01-01';
delete from car_comg where fecha_fin < '2014-01-01';
delete from car_acuenta where fecha_fin < '2014-01-01';
delete from cliente_cardex where fecha_fin < '2014-01-01';
delete from reserva where fecha_fin < '2014-01-01';
delete from cardex where fecha_fin < '2014-01-01';
delete from factura where fecha_factura < '2014-01-01';
delete from pagoscobros where fecha < '2014-01-01';
Guarda el fichero y reinicia Sysme Hotel.
Ya me dices.