Link to home
Create AccountLog in
Avatar of enrique_aeo
enrique_aeo

asked on

run a query and the result of this query must be taken to a text file

hi experts
What I need is to run a query and the result of this query must be taken to a text file without using DTS this has to be daily (through a JOB)

please help
SOLUTION
Avatar of netovsky
netovsky
Flag of Brazil image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of enrique_aeo
enrique_aeo

ASKER

recommended using BCP, you think?
 but I do not know that tool
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
and where I execute these commands?
master..xp_cmdshell 'bcp master..sysobjects out c:\file.bcp -S -U -P -c '

d.o.s.?