Hi Friends I would like send the data into CSV file using T-SQL
Create Proc [Sales]
as
begin
select * from sales1
end
I want to send this table data in CSV file every night.... is that possible ?
Could anyone help me please
Thanks,
Rama
Hi Friends I would like send the data into CSV file using T-SQL
Create Proc [Sales]
as
begin
select * from sales1
end
I want to send this table data in CSV file every night.... is that possible ?
Could anyone help me please
Thanks,
Rama