Link to home
Start Free TrialLog in
Avatar of culminIT
culminITFlag for South Africa

asked on

Create text file dump of SQL SP from Access

Does anyone have an example of how I can create a text file dump of the results from a SQL Stored Procedure, run from Access?  I have an Access application that must run the SP in SQL and create a text file of the results.  My Access app is NOT a project, it's an mdb.

I know how to run the SP, but I need to know how to create the text file from there...
ASKER CERTIFIED SOLUTION
Avatar of OP_Zaharin
OP_Zaharin
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of culminIT

ASKER

No easy to follow for a beginner. Had to read up on the topic a lot apart from the solution provided.