Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Scripting help needed

    Heh Grasshopper try this out .... :w00t:

    let me know what you think

    CREATE PROCEDURE dbo.spSetCopyFiles

    @FilePath nvarchar(1000), -- eg: N'c:\logs\*.ldf'

    @DestinationPath nvarchar(1000) -- eg: N'\etwork folder\'

    AS

    BEGIN

    -- Developer:JL (South Africa) 05-March-2008

    -- Schedule:Create a SQL...

Viewing post 1 (of 1 total)