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 |
|
amirs
Constraint Violating Yak Guru
260 Posts |
Posted - 2009-07-21 : 00:49:17
|
| hihow to read local drive in computer in use to store procedure like C,D,Ethanks |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
amirs
Constraint Violating Yak Guru
260 Posts |
Posted - 2009-07-21 : 01:24:01
|
| thank for replay it is useful for my code but i have read all local drive without specify the name of drive |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-07-21 : 03:18:50
|
| This should workEXEC master.dbo.xp_cmdshell 'Dir 'MadhivananFailing to plan is Planning to fail |
 |
|
|
amirs
Constraint Violating Yak Guru
260 Posts |
Posted - 2009-07-21 : 07:53:27
|
| EXEC master.dbo.xp_cmdshell 'Dir 'this command read only c drive |
 |
|
|
|
|
|