Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Old Forums
 CLOSED - General SQL Server
 Getting File And Directory Names.

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-04-16 : 10:08:43
Chandru writes "Hi SQL Team,

I have some text files stored in a folder.I need to read the folder name and the textfiles name using MSSQl. Is it possible to get these names using MSSQL. If yes how should i get started.?
I hope u may able to find an answer to this question.

Thanks
Regards
Chandru"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-04-16 : 10:44:20
You can modify this method to get this information:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=14855

Once they are loaded in a table you can use SELECT queries to display them.

Go to Top of Page
   

- Advertisement -