Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the below STORE Function. I export the data into a text. From there I use the SQL Server Import Export Wizard to store into SQL Server.
So is there a way to skip the import process and store stragiht into the database? Just curous...
STORE *
FROM [FOLLOW UP ASSESSMENT] INTO $(v_Export)FOLLOW_UP_ASSESSMENT_Report.txt(txt) ;