I have the following series of questions:
delete from OPENQUERY (MYSQL, 'SELECT * from clientes2 WHERE IDCliente>2')
insert into OPENQUERY (MYSQL, 'SELECT IDCliente, Grupo, Codigo,
Denominacion, CUIT, TipoCliente, Responsable1, Activo FROM clientes2')
select IDCliente, Grupo, Codigo, Denominacion, CUIT, TipoCliente,
Responsable1, Activo from SQLSERVERDB.dbo.Clientes WHERE IDCliente > 3
Is there a way to generate a file so that someone who has no idea of SQL can execute these 2 queries sensibly without having to enter the management studio?