all groups > sql server new users > may 2006 >
You're in the

sql server new users

group:

creating a direcory by Transact-SQL


Re: creating a direcory by Transact-SQL Andrew J. Kelly
5/25/2006 7:01:03 AM
sql server new users:
EXEC MASTER..XP_CMDSHELL 'MDIR C:\MyFold'


--
Andrew J. Kelly SQL MVP


[quoted text, click to view]

creating a direcory by Transact-SQL Sam
5/25/2006 8:02:04 AM
is there a way for creating a direcory in a given path by Transact-SQL ?
somthing like : MDIR C:\MyFold

AddThis Social Bookmark Button