all groups > sql server dts > april 2007 > threads for april 15 - 21, 2007
Filter by week: 1 2 3 4 5
Error Message in SSIS
Posted by Dave Linker at 4/21/2007 7:29:12 PM
Greetings and Salutations All,
I am new to SSIS and am building a package that will take a
denormailized flat file and move its pieces to a SQL Server 2005 DB.
I have used the flat source in numerous earlier data flow (df) steps
with no trouble, column 11 is checked off for all the previou... more >>
DTS to SSIS Help -
Posted by dm3281 at 4/20/2007 8:04:07 PM
Hello, I'm in the beginning phases of rewriting a simple DTS package under
SQL 2000 to SSIS under SQL 2005.
My simple package today does the following:
1) Pulls a file down to C:\TEMP via FTP
2) Contains 15 Transformation Tasks (Groups) where each task is reading a
date, time, group, an... more >>
CDO (cdosys.dll) in a DTS script
Posted by M D at 4/20/2007 1:38:21 PM
Let me begin by saying my script runs perfectly from Windows. It fails
within an ActiveX task on DTS run interactively from my workstation via
Enterprise Manager:
Set objConnection = CreateObject("ADODB.Connection")
Set objRecordSet = CreateObject("ADODB.Recordset")
Set objFS = Crea... more >>
DTS - ignoring Blank row in text file
Posted by Steve at 4/20/2007 10:17:08 AM
Hi, I 've got a DTS package that imports a comma delimited text file. It
started erroring out and I discovered that at the end of the file, there is
a blank row, basically an extra carriage return. Is there a way to get the
package to ignore the last line if it's a blank row? I don't know h... more >>
user variables in Execute SQL task
Posted by Shawn Loftus at 4/20/2007 9:36:01 AM
Hi. I need some help figuring out how to pass a user variable into an
Execute SQL Task.
I have a user variable counter that I am using in a for loop container
Variable Information
Name Scope Data Type Value
Counter Package Int32 1
For Loop Container
InitExpression @Counter = 1
E... more >>
Newbie question re: SSIS Slowly Changing Dimension transformation
Posted by Heather at 4/20/2007 4:29:20 AM
Hi,
I've posted this question to the datawarehouse group, but thought I'd
post here as well....
I'm just getting my feet wet with SSIS, and I'm having some trouble
with the Slowly Changing Dimension transformation. I'm processing
Type 2 SCDs, and in addition to creating a new current dimensi... more >>
Best way to Import XML with DTS
Posted by Kayda at 4/19/2007 10:36:12 PM
Hi:
I know I can fairly easily import XML files into SSIS, but what is the
best way using DTS--I'm pretty sure there are a few ways using
scripting etc.
Thanks,
Kayda
... more >>
How to pass SourceConnectionFlatFile from a variable?
Posted by Lawrence at 4/19/2007 5:26:01 PM
Hello,
In my Data Flow Task, I have a Flat File source that I would like to use a
variable. How do I accomplish that? I tried it in Advanced Editor &
Connection Managers, but not sure where I could slide my variables for it to
be recognized.
Any help is appreciated,
-Lawrence
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Excel in DTS package - workflow precedence issue
Posted by Buddhaful at 4/19/2007 3:33:45 PM
I have created a dts package (to simplify) with 2 steps
1) open an excel file & run a macro
2) send an email that the job ran.
step 2 is dependent on step 1. I have step 1 set up via a batch file
which opens excel & the specific excel file (which contains a macro
which runs automatically... more >>
Destination table name not fully displayed
Posted by Sandy M at 4/19/2007 2:04:01 PM
I am using SQL Enterprise Manager installed on my desktop to access a variety
of SQL servers. The problem occurs on all the servers I connect to. We are
on SQL 2000 although I wouldn't think that was pertinent.
I was trying to change the table name on a DTS.
The problem is that, when I t... more >>
storing password in SSIS
Posted by Dora Manjula. at 4/19/2007 9:14:03 AM
My source connection is a SQL Server in SSIS and I use SQL Authentication. So
I provide the user id and password in the source connection. When I check the
object into Source safe and check it out, tha password is not saved. This was
never a problem in the DTS world. Also, I dont want to give ... more >>
ss 2005 export w/o creating destination table
Posted by jdnash at 4/19/2007 9:04:35 AM
Hi,
I'm exporting data from sql server 2005 to oracle 10g using the 2005
Management Studio. Source = sql server native client, dest = MS OLE
DB provider for Oracle. In order for this to work properly, I create
the destination oracle tables using an oracle script (I've done it
many times on ... more >>
Oralce Linked Server
Posted by Chris at 4/19/2007 7:48:04 AM
Hi,
Sorry i'm a bit of a newbie with SQL. I'm using a Oracle linked server.
When I use a openquery in the query analyse i get the desired results. When
I try to use a 'View' in Enterprise Manager the gives the correct reults but
when I try to save it I get:
ODBC error: [Microsoft][ODB... more >>
Scheduled SSIS jobs now fail after installaing SQL Server 2005 SP2
Posted by Ade at 4/19/2007 5:38:01 AM
I had several jobs scheduled to copy databases from a live instance to a
development instance both running on the same server. On installing SP2, the
jobs now fail with the error below. The packages referenced by the jobs are
executed successfully using Visual Studio or the Management Studi... more >>
Export to text file
Posted by SouRa at 4/19/2007 12:58:02 AM
Hi all,
I have developed a DTS package that saves the result of a query into a text
file.
I have choosed the file name using browser.
The result is saved in a path (c:\result.txt) and the DTS is scheduled to
run daily midnight.
I want to generate the file name with current date as suff... more >>
Execute SSIS from Excel.
Posted by MaxBel at 4/19/2007 12:00:47 AM
Hi!
I've recently migrated my db to Sql Server 2005. With Sql Server 2000
I
could easily execute my DTS packages from an Excel's macro exploiting
the following VBA code:
Dim dtsp As New DTS.Package
dtsp.LoadFromSQLServer _
ServerName:="Server_Name", _
ServerUserName:="sa", _... more >>
How to import data from FoxPro to SQL Server 2000?
Posted by Peter Nie at 4/19/2007 12:00:00 AM
Any assistance is apprecaited. If there is any document, that would be great!
Thanks!
Peter
--
good good good not too good
bad bad bad not too bad... more >>
SSIS Renaming files based on Query Result
Posted by Jack Maxwell at 4/18/2007 11:05:58 PM
Pretty new to SSIS. I have a Table with columns containing OldFileName and
NewFileName.
I have created Variables called OldFile and NewFile. I thought I should
use the File System Task
to go to Directory then I want to Loop through each file and replace the
filename with the result of a
... more >>
DTS Design - Can't view full table name in design view
Posted by Bob at 4/18/2007 10:57:37 PM
Hi,
I'm using SQL Server 2000 to design DTS packages. Sometimes when I
open a database in DTS Designer I can't see the full table name in the
"Source" Tab - "Table/View" field and "Destination" Tab's "Table
name:" field. This is really annoyed me as I have to guess the table
name!!!. Could an... more >>
XmlTextWriter not available within Script in an Integration Project
Posted by Rob at 4/18/2007 10:12:56 PM
I have set...
Imports System.Xml
But it says type xmltextwriter is not defined. Anyone know why ?
Thanks
... more >>
Use SSIS or not?
Posted by Byteware at 4/18/2007 3:58:02 PM
I have two products say X and Y. Both run on SQL Server. X is used to manage
clients, client orders and payments. Y is used for fulfilment of these orders
along with the client information and dispatch addresses. I have been given
the job to integrate these two products so that the customer pe... more >>
Help with deleting table
Posted by Al at 4/18/2007 12:24:00 PM
I am exporting a table from SQL server 2000. To Access 2003 using a DTS
package. when I run the package the data is exported successfully, but it is
appended to the table in Access. I need the table in Access to be over
written. how could I do that?
thanks... more >>
Is it possible that Script task modify the SQL of data sourc data
Posted by nkw at 4/18/2007 7:18:09 AM
Is it possilble that the script modify property of data source?... more >>
Can't get Oracle OLE DB provider to work from SSIS on a 64-bit environment
Posted by Steen_Schlüter_Persson_(DK) at 4/18/2007 12:00:00 AM
Hi
I posted this question in the .server newsgroup yesterday, but
apparently my cross-post to this newsgroup didn't made it, so now I post
it once more.
I'm having some troubles setting up an Oracle datasource on a SSIS
installation running 64-bit. We have it setup in our test/dev
enviro... more >>
ssis Export file and rename file
Posted by GE at 4/17/2007 11:12:06 AM
I have a table, that has a column which determines the file name. I
want to export a file and rename it immediately.
For Ex:
Select Id, count(*)
from Mytable
group by ID
gives the following:
ID Count
1 100
2 ... more >>
SSIS FTP Task
Posted by Sachin Chavan at 4/17/2007 10:28:04 AM
Hello,
Can I supply a batch of fiels to be downloaded to the FTP Task instead of
configuring it 2 download a single file? Or Do I hv to loop around the FTP
Task in order to download mutiple files??
Thanks in Advance,
Sachin R. Chavan.... more >>
Import excel to SQL Server 2000
Posted by Centauri at 4/17/2007 9:24:44 AM
I need to import some excel files in the Database via DTS. The problem
is, that I don't know the names of the Excel Sheets (there are
multiple sheets in the excel file). Is it possible to get the names of
those sheets? (via activeX or SQL Query or anything, but from a DTS
package)
... more >>
Query XML How To
Posted by DP7 at 4/17/2007 9:22:02 AM
Hi all,
Just put on a project which I need to learn some ssis. Could someone
provide an outline on how to approach this task.
1)In a sql table we have an xml doc stored in column of datatype "text"
2)I need to query the xml in the text col to pull out a value
any info on how to start su... more >>
DTS Question
Posted by BigO at 4/17/2007 7:12:51 AM
I want to set up a DTS package that will process the current version
of a txt file located in a directory. When i create the package and
the connection to the file, it works fine the first time the package
is executed, however after there is a new version of the text file
located in the same di... more >>
DTS - ActiveXScripting Not Working on 64bit AMD Cluster on SQL Server 2005 SP2
Posted by paul.adams NO[at]SPAM siemens.com at 4/17/2007 6:41:14 AM
I have a problem with DTS - ActiveXScripting that it cannot initialize
the script engine, I have the backward compatibility stuff installed,
even tried a repair but still does not work.
Many thanks for any help you can provide on this problem.
Paul
Error Information below:
Date 17/04/... more >>
-1073741819 Error Code returned from dtexec
Posted by Kev at 4/17/2007 5:54:01 AM
Does anyone know what this error code means and why it occurs?
I'm getting it when running SSIS packages from a DOS script. The packages
migrate data from SQL Server 2005 SP1 to Sybase. The error occurs randomly
and often.
Cheers.... more >>
newbie seeks advice
Posted by nweissma at 4/17/2007 12:11:34 AM
please recommend reading for someone who has zero knowledge of sql.
is there a live group in New York City?
/s/ Neal Weissman
(212) 591-1531... more >>
DTS Transformation problem for regular import
Posted by Andre Reyneke at 4/17/2007 12:00:00 AM
Hi there.
I am new to DTS transformations using ActiveX, and are experiencing a problem. Let me explain the problem.
I want to import data; let's say invoice data, from an AS/400 to a SQL server 2000 every 5 to 10 minutes. However, only the latest invoices should be imported. Therefore, I stor... more >>
Importing Fixed Length Strings
Posted by Leila at 4/16/2007 9:46:32 PM
Hi,
I have a text file but its content is not delimited. For example I know that
first 4 characters are my first column, next 3 characters are second column
and so on.
What's the fastest way to import such files into a table? My files are very
large and the speed is important.
Any help will... more >>
Unable to set AND use SSIS variables inside of a data flow task
Posted by Helge C. Rutz at 4/16/2007 7:21:28 PM
Hi everybody,
I haven't found any hint on this problem - which makes me little confused,
cause i cannot believe I'm the first bumping into it.
When you have a variable defined and set the value inside of a data flow
task to a new value, you cannot see this new value in later steps of the
... more >>
How to use XP_Sendmail in a Script Task
Posted by cdun2 at 4/16/2007 11:06:00 AM
Hello,
I have a SQL Server 2000 DTS package that pulls down a file from an ftp
location, and contains a script task to make sure a file got pulled down. If
the file did not get pulled down, I need to fail the package, and send an
email.
I wanted to use xp_sendmail in a SQL Task, but I don'... more >>
SSIS File System Task
Posted by qjlee at 4/15/2007 8:54:02 PM
Hi,
How I can configure the SSIS file system task to copy all files which is
less than 1 days old in c:\test folder to C:\test2 folder. If the files in
the C:\test folder is not less than 1 day old, then try the task again and
again until there are files that are less than one day old.
... more >>
Question regarding running a stored procedure in a job step
Posted by BigO at 4/15/2007 6:27:12 PM
I am running a stored procedure as a job step and in the stored
procedure I use return to pass one of several possible values when
there is an error in processing (not an system error) so that the job
step will fail. However, even when I return a non-zero value using
return the job step comple... more >>
|