all groups > sql server dts > november 2006 > threads for november 8 - 14, 2006
Filter by week: 1 2 3 4 5
importing xls file - different attempt - one result....
Posted by Curiuos at 11/14/2006 5:04:53 PM
I import data from xls file into a table using saved DTS Package. The lenght
of one field exceeded 300. I changed the lenght of the field in the source
table to 1000, but still there is an error as below:
Error at Source for Row number 156. Errors encountered so far in this task:
1.
Data f... more >>
FoxPro OLE DB Error when using DTS Wizard in SQL 2005
Posted by Xlay at 11/14/2006 2:43:38 PM
I have a free table directory with FoxPro tables. I need to transfer
the data from them into SQL 2005. Back with SQL 2000, I did this using
the DTS Wizard.
When I try to do the same in 2005,
1) I use MS OLE DB Provider for Visual FoxPro. When I test the
connection, it's successful
2) Select th... more >>
Recommendations for moving a DTS package to another instance
Posted by Chris W at 11/14/2006 12:57:01 PM
We are SS2K and need to move a package to other (remote) SS2K instances
sitting behind firewalls. I read or heard somewhere, that transformations and
mappings may be lost when opening a package in a different instance of SQL
Server when the remote instance can't communicate with the instance o... more >>
how to import data with relations
Posted by John5771 at 11/14/2006 12:11:02 AM
I have 3 tables:
Import_accomodation:
- several attributes.....
- continentname
- regionname
Continent:
- ContinentId (PK)
- ContinentName
Country:
- CountryId (PK)
- ContinentId (FK, can be null)
- CountryName
The import_accomodation table is a flat table from which I want to tr... more >>
DTSRun: Cannot create COM Server to load and execute DTS Package. Error -2147221008 (800401F0): CoInitialize has not been called.
Posted by Usha at 11/13/2006 4:28:21 PM
Hi,
When I execute the following command:
exec master.. xp_cmdshell 'dtsrun /S Server name/N packagename /E'
I am getting following.
DTSRun: Cannot create COM Server to load and execute DTS Package. Error
-2147221008 (800401F0): CoInitialize has not been called.
Please help m... more >>
SSIS: Extending Data Flow Components
Posted by Eager to Learn at 11/13/2006 12:59:01 PM
Hi,
Is it possible to extend the existing data flow components in SSIS? For
example, I was to add a little bit of functionality to Derived Column,
Conditional Split, Fuzzy Matching, etc.
Most of the functionality is for logging, but not all of it.
Thanks,
... more >>
Row Delimeter
Posted by Torrio at 11/13/2006 8:21:02 AM
Hello all!!!
I have the following problem using SQL DTS package scrit executed within
Visual Basic.
The data source is a Text File.
The file type is ANSI
The file format is Delimited
The row delimeter is vbCrLf
When the package is executed, I get the error "Row Delimeter not found". But... more >>
SSIS : Problems with dynamic data transfer with variables
Posted by luca.schneller NO[at]SPAM gmail.com at 11/13/2006 1:38:21 AM
Hi everybody,
I'm trying to make a dynamic data transfer with Integration Services.
I have a loop on many tables and for each of them I fill variables :
- SQLScript : whitch contains the SQL select script
- DestinationTableName : witch contains the name of the destination
table
In my data ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Turning off a Service using DTS
Posted by Chris at 11/11/2006 11:43:02 AM
I have a dilema I cannot figure out.
I need to run a step in a DTS package that checks a count in a table. If the
count does not meet my criteria I need it to error out and run a batch file
to turn off a service on a different server.
I have tried running another DTS package (shelling out ... more >>
File Task Rename or Copy Failing
Posted by jenileo at 11/10/2006 11:34:33 AM
Hello!
I have a few File Tasks in SSIS that rename files. Through Visual
Studio I can execute the package and it works great. When I attempt
run this pacakge via SQL Agent, Command Line or the Integrated Services
Engine it will finish with success however the files that are supposed
to be re... more >>
about DTS Package
Posted by safiya at 11/10/2006 3:38:48 AM
hi everyone,
I'm a new comer to this group and also i'm new to sql, DTS like that.
now i want to do some system monitoring tasks using perfmon and have to
write the results into an sql table. by searching i came to know that i
can run a .bat file which in turn runs the DTS Package causing the
... more >>
saving to sql server failed no description found
Posted by savitha arul at 11/9/2006 8:01:21 PM
Iam getting the following error at the final stage of import/export
wizard of sql server 2005 while creating a package to transfer data from
excel to sql server.
"Save to sql server failed no description found"
I used sql server as the package location. Kindly help to resolve this
issue.
... more >>
Running parts of sql jobs depending on date
Posted by Blasting Cap at 11/9/2006 11:28:51 AM
I have to write some sql that has to create a table from which a report
runs that spans over the end of this year.
It's code to build a table that a sales program report is generated
from. The program itself runs until the end of January.
From now thru January 2, orders in the program co... more >>
Unable to open Step output file. The step failed.
Posted by sharman at 11/9/2006 9:07:02 AM
Hi,
I have many DTS jobs that run during the night. Last night three jobs failed
with the same error "Unable to open Step output file. The step failed." What
does this error message means? Any help willbe highly appreciated. Thanks.... more >>
The task ... cannot run on this edition of integration services. It requires a higher level edition.
Posted by Michael Kalika at 11/9/2006 12:00:00 AM
Hi,
I get the following error from the SSIS:
"The task ... cannot run on this edition of integration services. It
requires a higher level edition."
The package runs from my Visual Studio, but when
I deploy to the Integration Server which is not on my
PC it throws me this error.
I'll re... more >>
DTS Task Order
Posted by ricky at 11/8/2006 4:28:03 PM
Hi
I have a package with many tasks, which are sequentially linked "daisy
chained", I was wondering if I am not reliant on the order of execution, can
I run all these tasks simultaneously? Which would be quicker?
Kind Regards
Ricky
... more >>
Newbie SSIS
Posted by IanO at 11/8/2006 2:52:02 PM
What could possibly be wrong with this statement?
MsgBox(Dts.Variables("User::sDesertIslandFile").Value.ToString)
... more >>
SSIS Derived Column Cannot check ISNUMERIC
Posted by James at 11/8/2006 12:53:03 PM
Hi,
I have an overloaded column from a csv file that can have two different
values. The rules are, if the column is numeric then that should be
put in the numeric column. If it is alpha-numeric, then I want to put
it into a string column.
I've tried to use the derived column transformatio... more >>
Jet database engine cannot open the file ...already opened, etc
Posted by Chuck Jungmann at 11/8/2006 12:39:06 PM
I want to automate the import of certain databases to SQL Server.
Rather than having to interactively use the Import/Export Wizard, I
wrote a WSF program to prepare the DTS Package, Steps, and Tasks,
using DTS Wizard job saved as Visual Basic.
The file I am working with is DBaseIV. After it fa... more >>
SQL 2005 SSIS - File Enumerator Missing in Foreach Loop
Posted by Jay at 11/8/2006 8:11:59 AM
Hello,
I am trying to use the Foreach loop in SSIS to loop through files. For
some reason the File Enumerator collection is missing from the drop
down in the foreach loop properties. This is not an issue if I log
directly on to a different server. But when using the business
intelligence s... more >>
SQL Conversion
Posted by Tony S. at 11/8/2006 6:32:02 AM
I'm not even a novice on SQL, so this may be out of my league, but I need to
find out how to convert SQL Tables to Flat files. I imagine I will need a
converter of some sort, right? The scenario is... a subcontractor sent files
to us in SQL Tables unlike the last year when they were sent in a ... more >>
|