Hi,
I am using the following query retrieve the data from a flat text file. The text is tab delimited.
The same content is also available in a table.
Now I am writing content in to a file in local disk and accessing , instead of doing this can I directly use the output of another query which gives me the same content what is there in the local file.
SELECT *
FROM OpenDataSource('Microsoft.Jet.OLEDB.4.0', 'Data Source="D:\testingFolder";Extended properties=Text')...RespnsePract#txt
Is there any other way. to query in memory text, which tab delimited.
Thanks