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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-07-23 : 08:54:13
|
| ronsi writes "i want to browse the windows directory/folder from sql query analyser... is it possible ?" |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-07-23 : 09:27:53
|
| Uh, yeah, you do File/Open, and then browse your drives and folders...Am I missing something? |
 |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-07-23 : 09:32:22
|
| maybe ronsi meansexec master..xp_cmdshell 'dir c:'exec master..xp_dirtree 'c:\'orexec master..xp_subdirs 'c:\'<O> |
 |
|
|
|
|
|