Re: How to create files/folders
From: Dan Guzman (danguzman_at_nospam-earthlink.net)
Date: 04/22/04
- Next message: TomO: "Re: Retrieving the server version in an ODS library..."
- Previous message: Learner: "How to backup and shrink a database from a DTS?"
- In reply to: kamal: "How to create files/folders"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 22 Apr 2004 07:11:04 -0500
One method is to create a DTS package that you can launch with DTSRUN via
xp_cmdshell. You can pass global variable values to the package (e.g.
server name and path) as with command-line arguments.
See www.sqldts.com for DTS examples and tutorials.
-- Hope this helps. Dan Guzman SQL Server MVP "kamal" <anonymous@discussions.microsoft.com> wrote in message news:29fb01c42860$89cde4c0$a601280a@phx.gbl... > I need to create a file(Path) and Need to transform one or > more table data into that text file. from stored procedure > > Any article or solution regarding thanks in advance
- Next message: TomO: "Re: Retrieving the server version in an ODS library..."
- Previous message: Learner: "How to backup and shrink a database from a DTS?"
- In reply to: kamal: "How to create files/folders"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|