I want to generat output of the result into Excel how should I do inside the SP?
the output of the query should go to c:\information.xls inside the SP.
for example
create proc inform
as
select name, address, city, state
from address
--exec inform
NIta