export queries' text -- not their data -- to text file

C

charles.schwartz

I have lots of queries that I'd like to archive as text files. To be
clear, I want to export the text of the query, the code, the "stored
procedure", not the data that the code generates.

Since there are lots of these queries, I'd like to avoid opening each
one and copying and pasting out the SQL code.

Is any of this possible?

Thanks in advance.
 
K

KARL DEWEY

Go to TOOLS - Analyze - Documenter - Select the queries you want - under
Options select SQL. Click OK and then save as Word.
 
Top