You can help me the result of a output save it in a .txt using C # and
SQL
SQLServer
create table Dedito
(
ruc nvarchar(11),
nom varchar(max),
asd varchar(max),
ddd varchar(max)
)
go
insert into Dedito values('20532803749','danilo'...
asked by
25.09.2018 / 22:34