all groups > sql server dts > february 2006 > threads for february 1 - 7, 2006
Filter by week: 1 2 3 4
Performance issue with a DTS package
Posted by scuba79 at 2/7/2006 9:44:27 PM
I'm having an issue with a DTS package that I created. It's running on a
Windows 2000 Server, XEON processor, 2.5 GB of RAM, SQL 2K with service pack
3. The destination database in is simple mode.
The package consists of two Microsoft OLE DB Provider for SQL Server
connections. Both conne... more >>
DTS Question
Posted by Srikanth at 2/7/2006 4:11:10 PM
I have a server table all of my servers listed overt there, I would like to
retrive server name from that table connect to the server querry about the
database sizes
and put in to the historical table. How i can loop through each server to
get the information dynamically. Basically i want to... more >>
How to script in SSIS?
Posted by Burt at 2/7/2006 2:38:56 PM
We're in the process of upgrading our DTS packages to SSIS. Some of
them have ActiveX scripts. Seems the SQL Server 2005 scripting language
is Visual Studio for Applications. But I've also read that MS has
already killed this language, see:
http://blogs.msdn.com/dr._ex/archive/2005/10/03/47643... more >>
DDQ Questions
Posted by Jayyde at 2/7/2006 12:07:24 PM
Couple questions on DDQs:
1) Is there any way to (within the ActiveX logic) never have to call or
return to one of the "official" DDQ queries and instead call a series
of Lookups that Insert/Update/Delete multiple tables?
2) Is there anyway to Begin/Rollback/Commit transactions 1 step at a
... more >>
ssis
Posted by wtk at 2/7/2006 11:21:30 AM
Hi,
I try to setup in ssis importing progress database to sql2005. the
progress is connected through odbc. in past, I used dts and worked great.
in ssis, when I run export and import wizard, I can't see the odbc source...
please help!!
AL
-- ... more >>
Accessing SSIS Parent Package Variables
Posted by Neil at 2/7/2006 8:54:41 AM
Hi,
I'm working on a group of SSIS packages at the moment and I'd like to come
up with a way to perform logging on certain events within each package. Each
package should log the same information for the same event. Rather than
duplicate this logging in each package I want to create a separ... more >>
SSIS and Web Services
Posted by Kurlan at 2/7/2006 7:40:29 AM
Hi Champs,
Is it possible to somehow use an web service as an input source in SSIS, and
if so how to?
Many thanks
Kurlan
... more >>
Export to Access package failure
Posted by Hans Ruck 2 at 2/7/2006 4:12:00 AM
Hi,
I have created a package which transfers some table contents from a SQL
Server database to an Access counterpart. An "Execute SQL Task" deletes
the already existing data from the target tables and then, after the
succesful completion of the operation, the transfer occurs.
Unfortunately,... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Gobal variable causes performance degradation?
Posted by Alexl at 2/7/2006 12:00:00 AM
Hello to everybody
I'm using SQL Server 2000 (sp3)
I created a package on the server which uses a global variable .
When I run the package( from DTS Designer) it takes almost 1 minute to
return 6 rows . I went to take a look at an execution plan and made sure
that an optimizer used INDEX... more >>
2000 DTS Designer Components on 2005
Posted by jeffromiller at 2/6/2006 6:46:28 PM
This is why I never recommend to anyone to upgrade to the first release of
Microsoft's products. The "Microsoft SQL Server 2000 DTS Designer
Components" (SQLServer2005_DTS.msi - 5083 KB) that is included in the Nov
2005 Feature Pack for SQL Server 2005 does not work as documented.
Theoreti... more >>
Running multiple SSIS packages
Posted by Henry Chan at 2/6/2006 4:27:24 PM
Hi,
I want to setup a task to run about 50 small ssis packages. What's the easy
way to do so? I can create a new job and specific one package at a job but
that seems a lil' tedious. Is that the only way?
I'm new w/ SQL in general btw. Thanks!
... more >>
On SSIS Insert Error - How do you extract the offending record
Posted by rfinlay at 2/6/2006 2:56:18 PM
Moving data from a Sybase (source) database to a SQLServer (destination)
database. Some of the inserts are failing and I have been able to get the
following kind of info on the offending row(s).
Description: "The Bulk Load failed. Unexpected NULL value in data file row
22 column 3. The de... more >>
Programatically saving a DTS Package to a VB file.
Posted by CadeBryant at 2/6/2006 2:31:19 PM
My IT manager wants me to regularly save all of our DTS packages as Visual
Basic files and regularly check them into SourceSafe as they are changed.
Is there a *programmatic* way to save a SQL 2000 DTS package as a VB file?
I would hate to constantly be having to manually open up packages an... more >>
running as job raises JET error from paradox db?
Posted by Andrew Brill at 2/6/2006 1:48:37 PM
We have a very simple DTS package to import data from a Paradox 4.x database
into SQL server. When the package is executed directly it works fine.
When it is run as an sql server agent job it errors with "Microsoft JET
Database Engine" reporting "External table is not in the expected format."
... more >>
Calling functions with mulitple inputs from a lookup?
Posted by Jayyde at 2/6/2006 8:44:26 AM
Is it possible?
I'm putting this into 1 lookup:
INSERT INTO tblOrganization (iOrganizationId,sIntegrationCode,
iOrganizationTypeId,sName,sNameLegal,sCustomFieldString1,
srtCustomFieldSmallInt1,sABCLicense,sPhone,iOrganizationStatusId)
values (
?,
dbo.padstring(?,6),
?,
dbo.in... more >>
Is it possible to ignore errors?
Posted by Juan Ant. at 2/6/2006 8:39:13 AM
Hi. I have a datapump task, and I need my dts to ignore any error and
continue working. I just want my DTS to insert the registries it can,
and don't fail if it finds a registry it can't insert (obviously, I'm
not asking it to insert those wrong registries..)
Is it possible?
... more >>
DTS job failure !!! - Plz help
Posted by KKSMS at 2/5/2006 3:07:26 PM
Hi There,
I have around 10 DTS jobs which run every night. These jobs basically
copy data from views of a source DB to tables in a target DB. These
jobs have been failing quite frequently in the recent past. I have
checked and there are no contraint violations (like primary keys) in
the targe... more >>
Scheduling a DTS package in SQL 2005..
Posted by Roz at 2/4/2006 12:22:36 PM
Hello all. I imported (not migrated) a few SQL 2000 DTS packages into SQL
2005. Of course, they appear under the Management...Legacy tree. I can't
seem to figure out how to schedule these packages using SQL Agent. Migrating
the packages to native SQL 2005 isn't an option, because I lost my... more >>
How edit ported DTS to SSIS
Posted by brian_harris at 2/3/2006 9:54:26 AM
I used wizard to port a DTS script to SSIS, it says that it completed. I
only saved it to the database not to a file. In studio manager under mdsb
database I can see that the package exist. But I want to edit the package in
BIDS to see how complete the porting was, to see if I need to repro... more >>
DTS excel mapping
Posted by Bob at 2/3/2006 7:11:58 AM
Hi
I have an excel spreadsheet that has 6000 records hardcoded values and the
rest are dynamic links to another spreadsheet that update automatically.
I used import/export wizard to create a DTS package to import data from this
spreadsheet into a table in sql server that has not null constrai... more >>
SSIS HTTP connection manager
Posted by Francois Malgreve at 2/3/2006 12:00:00 AM
Hi all,
I have a small SSIS package which reads an Excel file and insert data in a
DB.
Right now I am using Excel connection manager to read from my Excel file as
the file is located on the local hard drive.
In the future, the Excel file will be located on a web server. How can i get
th... more >>
Formatting problem in data import from Excel using OPENROWSET
Posted by Adil Akram at 2/2/2006 3:20:30 PM
While importing data from excel sheet using OPENROWSET query it converts
phone column/field as numeric and format it as scientific notation e.g.
"2.55E99" in SQL Server records even if the phone field in SQL Server is
varchar and I have already tried changing its format in Excel as Text.
Ex... more >>
DTS Package Error : Error Creating File Mapping View
Posted by RitaG at 2/2/2006 2:52:19 PM
Hello.
I have a DTS package that imports a text file into a SQL 2000 table.
When I tested the package I used a file that's 64 MB.
I then used a live file that's 1.2 GB and got the following error message.
Error Source: Microsoft Data Transformation Services Flat File Rowset Provider
Error D... more >>
DTS Package Connection Properties Access Error
Posted by Stan at 2/2/2006 2:39:04 PM
We have migrated a SQL Server based system to a new server. Along with that,
we copied over some very simple DTS packages. They each export data to .txt
files. When I click on the packages to view the design, I can click and see
properties for the Source and Destination nodes but when I try... more >>
Job shows success, but DTS Package never runs
Posted by Bill Nye at 2/2/2006 2:32:28 PM
This may be a bug in SQL 2000 - If the c drive runs out of space, a job that
calls a DTS package will show success even though the package log shows that
the package never even started.
It could be that it caused the tempdb to run out of space - not my design to
put tempdb on a small c dr... more >>
DTS failed:db3 driver missing in XP?
Posted by paulc at 2/2/2006 9:54:57 AM
User switched from a W2Ksp4 computer to a XPsp2. He had a DTS that grabbed
a db3 file (created in VFP) and uploaded it to the server.
Now, when he tries to run it from his new XP machine, it generates the
following error:
Step Error Source: Microsoft JET Database Engine
Step Error Descript... more >>
Are there any SQL 2005 newsgroups yet???
Posted by Roz at 2/2/2006 8:25:12 AM
Was wondering since the product changed quite a bit, if I should be posting
my questions to a different newsgroup.
Thanks
Roz
... more >>
Limits of INI-file
Posted by hysterio at 2/2/2006 7:56:27 AM
I have a DTS with some "transfer data task"s. To get a succesfull run of the
dts, some properties have to be set dynamically, so i added also a "dynamic
properties task". i use beside 1 global variable also an INI file, and that
causes a problem.
In this INI-file i have 1 section and in thi... more >>
Not enough storage is available to complete this operation
Posted by Heinrich at 2/2/2006 5:04:04 AM
Hi
Get this error
Not enough storage is available to complete this operation" error message
when you run a Data Transformation Services package in SQL Server 2000
Any ideas on how to fix... more >>
DTS Package fails
Posted by Abdul at 2/2/2006 3:16:28 AM
Hi All,
Sql server 7.0
We have DTS package which runs evey hour to transfer data from access (.mdb)
file to sql server databases, just some time back it was working fine.. but
now if fails.. below is the error message from view job history
.... DTSRun: Executing... DTSRun OnStart: Cop... more >>
xp_cmdshell with parameter
Posted by Paul at 2/2/2006 2:08:26 AM
Hi,
In a DTS package, I have a SQL Task - see below...
EXEC xp_cmdshell ?
I'm trying to pass a parameter from a global variable into my SQL statement,
but it won't let me add a parameter and returns syntax error.
I have also tried 'EXEC xp_cmdshell ?,?' as there are two unnamed parameters... more >>
Connection as parameter
Posted by KelMan at 2/2/2006 1:56:28 AM
Suppose I have two identical databases, the first is the staging that
all development stuff gets reviewed before the roll up and the second
one that is the production.
Is it possible in SSIS to have an OLE DB Source Data Flow item that is
parameterized, so if I change the value of the parameter,... more >>
Execute Sql Server Task and Global Variable
Posted by rowan at 2/1/2006 5:30:25 PM
Hi there,
I have a dts package that first pulls records into a temp table. I
also have a Global Variable of type boolean called ContinueProcessing.
Once the task runs that populates the temp table I have an Execute Sql
Server Task that checks to see if there are records and if there are it
s... more >>
MS Office, Excel on SQL2000
Posted by speedingwolf NO[at]SPAM gmail.com at 2/1/2006 4:37:55 PM
Greetings,
I'm new to DTS and have a question. I'm creating a DTS package that has
ActiveX script to create/open an excel application on a share. However,
when I excecute it gives me a package error:
Error Description: Error Code:0
Error Source=Microsoft VBScript runtime error
Error Descri... more >>
Destination is not affected!!!
Posted by Nitu via SQLMonster.com at 2/1/2006 3:01:35 PM
I have this following activex script in my DTS package. When i run it, its
saying:
" The Transformation is executed with a temporary file as destination. The
destination you selected in the transformation is not affected."
The code I have is
[code]
'******************************************... more >>
SQL 2005, DTS & Integration Services column mappings...
Posted by Roz at 2/1/2006 11:45:59 AM
Hello, all. Just started using SQL 2005 this week, and am migrating some SQL
2000 DTS packages to our new server. These packages are simple flat file
comma delimited source file to SQL table destination packages. Surprisingly,
and sadly; I've noticed once migrated to SQL 2005, my column map... more >>
Recommended SSIS Books
Posted by imani_technology_spam NO[at]SPAM yahoo.com at 2/1/2006 10:39:11 AM
What SSIS/ETL books would you recommend?
... more >>
Sample ETL Advice
Posted by imani_technology_spam NO[at]SPAM yahoo.com at 2/1/2006 10:22:51 AM
Does anyone have any sample ETL advice? We need to create a SQL Server
2005 lab in order to compare and contrast ETL on SQL 2005 vs. SQL 2000.
... more >>
can not bulk insert a network file onto a remote SQL server 2005
Posted by Kiran at 2/1/2006 9:19:27 AM
I can not bulk insert a network file onto a remote SQL server 2005 machine
I get this error when run from Query analyser in remote machine
Cannot bulk load because the file <File Name> could not be opened. Operating
system error code 5(Access is denied.)
It used to work in SQL 2000 We just ... more >>
Can't get Identity value into global variable.
Posted by dj at 2/1/2006 8:46:30 AM
It seems so simple; within a single Execute SQL Task, insert a new row into a
log table and store the new Identity column value in a global variable. Yet
I can't get it to work.
I started with this:
DTS pkg global variable: intLoadID (int) which I set to zero.
Execute SQL Task:
INS... more >>
DTS transfer from Paradox to SQL Server 2000 using SQL Agent
Posted by Johan Krafve at 2/1/2006 6:02:06 AM
I have a problem when I try to execute some DTS packages from SQL Agent jobs.
The DTS Packages collects data from a Paradox (Borland) database located
locally on the SQL Server machine and inserts the data in a SQL Server 2000
database. These packages works perfectly when I Execute them manual... more >>
Automating DTS won't work - HELP!!
Posted by m00nm0nkey at 2/1/2006 1:21:30 AM
Hi.
We have two SQL Servers.
Currently, we have been successfully transfering flat files to the 1st SQL
Server, loading the DTS Package via VB.Net, changing the location of the
source file and executing the package. This seems to work a treat.
We now need to introduce a second server. A... more >>
|