Re: how can i move a local directory with all files within a procedure
From: Felix (andreas21_at_gmx.net)
Date: 12/01/04
- Next message: randy: "Problem linking server"
- Previous message: Dan Guzman: "Re: Ownership Chain Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 1 Dec 2004 06:29:56 +0100
thanks its working now! great!!!
master.dbo.xp_cmdshell procedure...
same question, is that possible to use such a systm procedure on mysql
server? any idea?
ive tried but there are no such cmdshell procedure like that. maybe there is
another way?
"Uri Dimant" schrieb im Newsbeitrag
news:eNzgelu1EHA.2612@TK2MSFTNGP14.phx.gbl...
> Felix
> Try xp_cmdshell system stored procedure in the BOL
>
>
>
>
> "Felix" wrote in message
> news:uj0LKps1EHA.2292@TK2MSFTNGP15.phx.gbl...
>> Hello i'd like to know how i can move all my files from C:\SQL to C:\DB
>> using a Table with a reference to the batch file.
>>
>> it looks like that:
>> 1.) i have batch.bat file with " call move c:\sql\* to c:\db "
>> 2.) a table MyTable contains a column with value 'c:\db\batch.bat'
>> 3.) i'd like to know if there are any procedure possible, that can
>> execute
>> this batch.bat from MyTable.
>> maybe using ASP...?
>> can anybody tell if thats possible??
>>
>>
>
>
- Next message: randy: "Problem linking server"
- Previous message: Dan Guzman: "Re: Ownership Chain Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|