all groups > sql server dts > november 2004 > threads for november 29 - 30, 2004
Filter by week: 1 2 3 4 5
DTS and Staging Area ...
Posted by Muhammad Mansoor at 11/30/2004 11:17:03 PM
Hi All,
Currently we are implementing an ETL Process via DTS. There is some
confusion regarding Staging Area.
As far as my understanding is concerned, i feel that the Staging Area
(SA) is the area where where i _EXPLICITLY_ store data from my legacy
system, the reason to use a SA can or can... more >>
Parameters problem
Posted by CBarry at 11/30/2004 8:17:01 PM
I'm trying to create a transform data task using the following query:
select * from Code_Authorizations_phi where Authorization_pkey in (Select
pkey from Code_Authorizations where dir_pkey = ?)
When I click the 'parameters' button or 'Parse Query' button I get the
following error:
Error Sou... more >>
Copy Database Wizard Fails to Copy Files
Posted by Robert at 11/30/2004 5:17:01 PM
Running SQL Server 2000 SP3a on Win2000 Server (fully patched).
Trying to get a simple example to work for copying a Test DB (which has one
simple table) on ServerA to ServerB. DB does not exist on ServerB, both
Servers running as services with identical accounts (made administrators; not
... more >>
Transfer DTS packages between servers
Posted by Reg Besseling at 11/30/2004 3:31:01 PM
Hi all
What is the best way to transfer a DTS package from one server to another?
TIA
Reg
... more >>
Import a DTS Package?
Posted by DavidM at 11/30/2004 1:14:51 PM
Hello -- I have a file named mypackage.dts that was e-mailed to me. I need
to install this DTS package on my SQL Server box. How do I accomplish this?
I do not see an Open or Import option on the DTS local within Enterprise
Manager for me to add package.
Any help would be appreciated.
... more >>
Transfer Sql Server DTS Packages !?!
Posted by Vinny Vinn at 11/30/2004 10:37:02 AM
How can i transfer a DTS Package from one machine to another?(Is there a file
containing the script that runs the package that must be moved?).
Thanks In Advance,
Vinny... more >>
XML and DTS
Posted by Paulo at 11/30/2004 10:05:04 AM
Can I specify a XML file as a Source file in a DTS package? How? If not, what
is the best way to map XML data to my relational database?... more >>
DTSrun
Posted by Jeff Ericson at 11/30/2004 9:07:03 AM
When I encrypt a DTS package that has global variable using DTSrun, I cannot
use a package password. Any DTS package saved with an owner password fails
with below even though the owner password is set on the dtsrun command line
using /m. The package has sensitive info in the global variables... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
export data as SQL text?
Posted by dlm at 11/30/2004 9:01:01 AM
Does anyone know of a SQLServer tool or other, such as DTS that allows me to
export my SQLServer data to a SQL text file (or perhaps less preferably to
XML)? The resulting file would assumidly look like a bunch of "INSERT"
statements for the putting the rows of data back into their respective ... more >>
FILE Line Count....
Posted by Ram Achar at 11/30/2004 8:52:10 AM
How to read number of lines in a flat file using a DTS package?
I am using SQL 2K.
Thanks,
Ram
... more >>
File TimeStamp...
Posted by Ram Achar at 11/30/2004 8:51:35 AM
How to read a file time stamp of a flat file using a DTS package?
I am using SQL 2K.
Thanks,
Ram
... more >>
Loop to another task at eof?
Posted by mo NO[at]SPAM idcomm.com at 11/29/2004 2:10:17 PM
I've got a DTS package that creates several excel spreadsheets, and
stores them with their last name and date. I use a global variable for
distinct HR names from an Execute SQL task output parameter.
The package loops thru each record in the rs and skips the data pump
if there aren't any recor... more >>
Reset Failed Status on DTS
Posted by Nathan Truhan at 11/29/2004 6:37:06 AM
Hello,
I have written a couple of DTS packages that pull information from an FTP
web site to a directory on the local SQL server then imported into the
database and processed. Seems fairly simple, however. The files are placed
in the FTP server from our Mainframe, and occationally, they a... more >>
|