all groups > sql server dts > december 2006
Filter by week: 1 2 3 4 5
SQL Server 2005 Integration Services Service Won't Start
Posted by Tom Murphy at 12/29/2006 4:40:15 PM
Has anyone seen this before? Anyone know how to fix it? I'm getting pretty
desperate and have found no info about this on any of several web searches.
Sql Server 2005 SP 2 is running on Windows Server 2003, SP 1.
When I installed SQL Server 2005 SP 2, all installations succeeded including
SS... more >>
How to dyamicly change excel connection string
Posted by Radovan at 12/29/2006 3:39:30 PM
Hi,
I have one problem.
In SQL 2005 I have SSI package to export data to some excel files.
I have for loop container with some job (one of the job is generate file
name for exporting data and put the name into variable).
My question is how I can dynamicly change Excel Connection Manager to p... more >>
Accessing DTS properties via TSQL
Posted by BLS at 12/29/2006 12:25:36 PM
Can anyone tell me how to access DTS properties (such as global
variable values) via TSQL?
Examples would be nice.
Thanks
... more >>
SSIS DataFlow tasks - Scipt expression reference language
Posted by Christophe Leroquais at 12/28/2006 6:54:09 PM
Hey there!
does anyone know a good site/documentation about the SSIS expression script
language (e.g.: used in Derived Columns)?
Thx,
Chris
... more >>
Linking Outlook fields from the "Contact Folder" to a custom form in Outlook...
Posted by Jeff at 12/24/2006 2:05:19 PM
Using Exchange Server 2003/Outlook 2003, we have created a custom Help
Desk form in Outlook. We would like the ability to link specific fields
from the Contacts Folder, in a drop-down list box if possible. We are
far from knowing that something like this is even possible. Would
appreciate *any... more >>
Which compontent can retrive multi-tables result from a stored procedure and save as XML which format same as ADO.NET dataset.writeXML?
Posted by ABC at 12/22/2006 12:00:00 AM
Which compontent can retrive multi-tables result from a stored procedure and
save as XML which format same as ADO.NET dataset.writeXML?
... more >>
Data Link support for Data Transformation Services
Posted by jayl via SQLMonster.com at 12/21/2006 3:06:41 PM
Hi All,
I am looking to use DTS to manipulate data from a number of sources (access,
oracle, etc.) and am looking for some direction as to best practices and
gotchas that I should worry about. Do people recommend using DTS or is there
a better way of doing this type of data import/manipulatio... more >>
Data Driven Query Problem
Posted by Kurt at 12/21/2006 9:33:30 AM
Hi,
I've got a big problem with SQL Server 2000 DTS and I hope that you
could help me.
I'm making a package (PKG A) calling an another one (PKG B) using =E0
Data Driven Query. When I run PKG B alone it works perfectly and there
is no problem, that's perfect. But when I run it from the PKG A I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Simple Question on DTS - Please help me ..
Posted by karthik at 12/21/2006 6:42:23 AM
Dear all,
Using DTS i'm transferring 3 tables (Just select * statement ) from
database A and loading the 3 tables to database B repectively .
I need the tasks to be set like this:
1) There should be only one source and one target in the dts designer
sheet .
2) Every time before i load the d... more >>
Problem using Excel named ranges within a DTS package
Posted by dcrawley at 12/21/2006 3:41:13 AM
Hello
I am importing data from an Excel spreadsheet into a table, via DTS. I
am trying to use a named range in the spreadsheet, and have used a
script from Allan Mitchell to achieve this:-
' 243 (Excel Named Range)
Option Explicit
Function Main()
Dim sActualLocationOfData
Dim Exce... more >>
Cancel SSIS package programaticly
Posted by Ralf Hedler at 12/21/2006 1:11:00 AM
Hello,
we execute packages from our windows-application. Some packages take a long
time. Is it possible, to cancel packages programaticly?
Would be very happy for any comment!
Best regards
Ralf Hedler
... more >>
Multiple Workflow execution of Tasks
Posted by tturner6 NO[at]SPAM hotmail.com at 12/20/2006 8:40:29 AM
I have written many DTS packages to move data, I've never had to branch
in my workflow of tasks.
I'm creating a package which has a log table. It runs four times a
day. It will check the log table, if the package has already run,
stop. If it hasn't run, go on with further processing.
I'v... more >>
Data migration from Mainframe to SQL Server
Posted by cjeffwang NO[at]SPAM gmail.com at 12/19/2006 8:05:01 PM
Is there an easy way to migrate the mainframe databases, e.g.
ServiceCenter P4 or Model 204 to SQL Server. In general, they all can
be called relational databases, but the data can not be migrated easily
by using the database utility tools. Other than transfering to text or
Excel, then to SQL ... more >>
SSIS Package runs in VS but not on schedule
Posted by Svein Terje Gaup at 12/19/2006 1:44:28 AM
I have a package that transfers data from a table in SQL Server to a
table with identical schema in Oracle. This package runs fine when run
from Visual Studio, but it fails when I set it up with a schedule in
SSMS.
Error message is:
Execution of job 'Eksporter til Formula' failed. See the hi... more >>
SSIS: Oracle to SQL Server transformation
Posted by Fariba at 12/18/2006 9:08:00 PM
I have to come up with a SSIS package to tranform data from oracle database
to our sql server database. This oracle db is managed by a third party , I
have been given 10 views from oracle so I can extarct information I need.
How should I design my SSIS package? Do I have to have 10 different ... more >>
Dynamic setting of Destination in Data Transformation Task
Posted by Blake at 12/18/2006 3:41:51 PM
Call me stupid, but I need help.
I'm converting from a Dbase5 file to SQL database. I have a "dbase5"
connection for the source database and a "OLE ..SQL" connection to the
destination database. Between the two connections I have a Data
Transformation Task. I have a global variable called "... more >>
SSIS Error: Failed to lock variable xx for read access - Script Task under Foreach Container
Posted by jobs at 12/15/2006 11:46:20 AM
Perhaps somebody in this news group knows.
In SSIS
I have a foreach container thats got an filename enumeration collection
of files in a directory stored in a variable I call FileName.
Inside the foreach container, I have script task (vb.net) that I want
to pass that FileName variab... more >>
SSIS Export to iSeries table
Posted by Helmut Knappe at 12/15/2006 12:00:00 AM
Hi,
I am asked to help a customer writing data to a table on an iSeries system.
There is no ODBC source nor target in SSIS. But he can read using the
DataReader Source via ODBC.
But for writing? The DataReader Target only goes to memory. And what I am
supposed to do then?
Isn't there... more >>
import a text file from a remote server using A DTS package
Posted by bj at 12/15/2006 12:00:00 AM
Ive tried several ways to create a DTS package to import a text file into my
SQL database from a remote web server (ip address).
When i walk through the text file wizard I've tried the following paths for
the connection but it keeps failing. My permissions on the webserver are ok
because yo... more >>
Create a Dynamic file name with ActiveX script
Posted by LionsDome at 12/14/2006 6:17:52 AM
Hello,
I am trying to create a file name that puts in the current date and
time at the time of creation. I am able to create it just fine without
the date and time stamp but not with it. Can someone out there tell me
what I am doing wrong? I keep getting a type mismatch error. I think
the pro... more >>
RE-opening an SSIS package
Posted by Peter Longstaff at 12/13/2006 5:36:34 AM
Hi Guys,
I have just moved from SS2000 to SS20053 and I can not find SSIS packages.
I have created a SSIS package and I now want to modify it.
Can anyone tell me where to look for SSIS packages saved on the server?
TIA
Peter... more >>
Execute SSIS Pkg From MSMQ Trigger??
Posted by gfergo NO[at]SPAM gmail.com at 12/13/2006 3:30:22 AM
Good Morning,
Has anyone successfully executed an SSIS package from within an MSMQ
trigger?
Environment -
We are running Windows 2003, .NET Framework 2.0, and Sql Server 2005.
Our trigger is written in C#. It has been registered using RegAsm. It
is running inside Component Services (... more >>
Business studio is missing from installation
Posted by Gene. at 12/12/2006 8:58:00 PM
Hi
I have installed evaluation version of sql 2005 and i see that business
studio is missing.
I tried to reinstall but got the same result.
Does anybody know what could be a problem?
Gene.... more >>
simple DTS question
Posted by paulhux174 NO[at]SPAM hotmail.com at 12/12/2006 8:45:58 PM
I'm exporting ( dts package) a query to a csv file, how do I get the
column names in the file.
I get the data but no column headings.
Thanks in advance
... more >>
How to execute ssis package from .vbs?
Posted by Flemo at 12/12/2006 6:59:00 PM
I am upgrading to SQL 2005. I have a VB script that calls a DTS package
(shown below). Is there a way for a VB script to call a SSIS package? I have
seen posts that mention adding a reference to
Microsoft.SqlServer.ManagedDTS.dll in VB.NET and calling
oApp.LoadFromSQLServer, but what about V... more >>
Is (local) always default instance
Posted by hlop2002 NO[at]SPAM hotmail.com at 12/12/2006 12:53:57 PM
Quote from a book:
Using (local) for the server name ensures that this package can be
easily migrated from a development computer to a production computer
without editing the DTS package, because this connection object will
always attempt to connect to the default SQL Server instance on the
c... more >>
ETX Delimiter in Flat File
Posted by bigbrorpi NO[at]SPAM gmail.com at 12/11/2006 1:58:14 PM
Hi -
I can't figure out how to tell the Flat File Connection Manager to use
ETX (Hex 03) as the row delimeter. I tried typing {&h03}, but that
didn't work. Does anybody know how to accomplish this?
Thanks!
B
... more >>
Beginner question: Connecting to Oracle via SSIS
Posted by jrpfinch at 12/11/2006 2:19:25 AM
I have no experience of Oracle and have a little SQL Server knowledge.
I am trying to connect to a Oracle 9i database managed by a (not very
good) external vendor and hence have little knowledge of its inner
workings.
I have got as far as adding a new datasource in SSIS and would be
grateful ... more >>
DTSRUN Error
Posted by Usha at 12/10/2006 1:45:44 PM
Hi
Hi
I have a package executed by SQLSERVER agent.It was executing fine over
months now.It has failed over weekend with message.
Executed as user: DTSRun: Loading... DTSRun: Executing... DTSRun
OnStart: DTSStep_DTSOlapProcess.Task_1 DTSRun OnError:
DTSStep_DTSOlapProcess.Task_... more >>
Exporting a DTS query as an ASCII File
Posted by Mike Chung at 12/10/2006 11:17:00 AM
I am performing a query and an ASCII export within a DTS job.
The conditions have been set for the export as Vertical line (PIPE) as the
delimator and having a hard return at the end of each row. How can I put a
vertical line at the end of each row. I tried forcing a new column with PIPE
bu... more >>
SSIS. Dynamically populate collection in Transfer SQL Sevrer Objects Task
Posted by mEmENT0m0RI at 12/8/2006 2:16:27 PM
Hello everyone,
I can't seem to be able to add a reference to
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace in
Sript Task because it just doesn't show up in the available components
list.
Any ideas?
Thank you,
Igor
*** Sent via Developersdex http://www.develope... more >>
How to run a DTS/SSIS package from the web
Posted by KarenM at 12/8/2006 12:32:52 PM
I want to run a DTS/SSIS package from web but we do not want a full web
server on the SQL box to do this but still the ability to run the
DTS/SSIS package from a HTTP connection.
Please advice.
Thanks
Karen
... more >>
PRINT debug messages and CURSOR in stored procedure confuses DTS; "Invalid Pointer"
Posted by Bill_DBA at 12/8/2006 7:44:02 AM
I have the following stored procedure that is called from the source of
a transformation in a DTS package. The first parameter turns on PRINT
debug messages. The second, when equals 1, turns on the openning,
fetching, and closing of a cursor. Things are fine if only one of the
two parameters was... more >>
Finding DTS package Name from encrypted name in DTSRUN command
Posted by Jon Blues at 12/8/2006 12:46:01 AM
I have a problem, I am in the process of moving jobs and packages to SQL 2005
and I have a DTS package on SQL Server 7 that has been scheduled into a job.
Unfortunately I have no idea what DTS package this job is running only an
encrypted package name in the DTSRUN command, unfortunately this ... more >>
SSIS job problem
Posted by Sienna at 12/7/2006 3:17:49 PM
I wrote and deployed an SSIS package as a file system package (SQLServer
2005). I tried scheduling the package to run as a job step using SQL Agent
Service Account with Windows Authentication and I have admin rights. It
fails. I have tried a lot of things to get this job to run the package ... more >>
SSIS Deploy Method file .SSISDeploymentManifest faulty
Posted by Slice at 12/7/2006 10:11:42 AM
I used the file system right-click, Deploy menu choice on the file
..\bin\deployment\<prjName>.SSISDeploymentManifest and 4 of the 13 .dtsx
files were not published into the MSDB database although the log file
generated says otherwise.
No configuration files were involved; authored .dtsx in fi... more >>
Copy data from 2005 to 2000
Posted by Will at 12/7/2006 8:51:19 AM
We have a production database on a SQL 2005 server. I need a copy of
the data and the schema (if possible) to be copied to a SQL 2000 server
we use for development and testing. I asked my SQL DBA to set up a DTS
Job to do this every day at 4am, but my SQL DBA says you can't do this
(incompatib... more >>
importing space delimited text file
Posted by jesbuddy07 at 12/6/2006 11:04:01 AM
i've been looking on this subject in this group with no luck.
i've been trying to import a text file which has multiple space
delimited column to a SQL server 2000.
i can't seem to find any answer on this subject. i tried typing space
on the delimiter field, but i get
"error source: microso... more >>
Data conversion failed while converting column "officename" (70) to column "officename" (250).
Posted by IanO at 12/6/2006 7:39:57 AM
Please tell me how I can GLOBALY change the default error handling to
just keep going.
It is far more important that I get the good rows then stop on one bad
one.
This error is reported from the Data Flow Control Flat File Source.
For some time, I have been changing fail on error to ignore ... more >>
assigning source file at runtime
Posted by san at 12/6/2006 2:00:07 AM
hi,
i have made a package in SQL SERVER 2000 and then execute it from
vb.net
the source file is .txt file and the destination is sql table.
now the source file's path is to be given at runtime thru vb.net code.
i used the following code:
Dim dtsImport1 As New DTS.Package2
... more >>
Can't export to fixed-format text on workstation
Posted by JXStern at 12/5/2006 10:51:48 PM
It has something to do with my workstation config, same package builds
and runs fine on other boxes.
Breaks when I try to build it on my workstation. Simple connection to
database, text file destination, straight-thru transform. Problem is
the destination for some reason lists no fields, and... more >>
Global Variable value cannot update in ActiveX Script Task
Posted by too.changmian NO[at]SPAM gmail.com at 12/5/2006 6:51:40 PM
Hi all,
I want to call stored procedure from my DTS, after execute the SQL , i
want to pass the global variable to ActiveX Script. However, the global
variable in ActiveX Script only hold the default value
Here is my stored procedure:
CREATE PROCEDURE sp_test123
@TotalCountSum int OUTPUT... more >>
In what table will I find my packages?
Posted by IanO at 12/5/2006 8:01:47 AM
When I connect to Intergration Services, expand msdb folders, I can see
my packages.
However when use the database as in:
use msdb
go
Select top 11 *
from dbo.sysdtspackagefolders90
Select top 11 *
from dbo.sysdtspackages
I can see the folders from the first query but cannot see... more >>
Inserting 20 Million Rows to Oracle
Posted by TM at 12/4/2006 2:39:04 PM
Here is a good question for you senior DBAs.
You have to DTS 20 million rows nightly from SQL 2000 to Oracle 9.2.0.
How would you do it?
Here is what I did and some timings.
20 million rows.
SQL Server DTS using ODBC or OLE DB [took hours]
..csv to Oracle using ODBC [took hours]
SQL ... more >>
Looping through datasource using Dynamic Properties task
Posted by alex.barvenov NO[at]SPAM gmail.com at 12/4/2006 2:37:59 PM
Hi,
I have read hard through both SQLDTS.com and this forum but still can't
make it work together :).
My problem is trivial.
I need to transfer data from a number of identical MS Access mdb
databases into an MS SQL Server db via DTS. I need to open the first
mdb, transfer data, go to the s... more >>
"File Connection Manager" for package logging
Posted by IanO at 12/4/2006 1:09:07 PM
When I enabled logging on a package, I was asked to give a unc path and
filename.
My options were (and still are)
Create File
Existing file
Create Folder
Existing Folder
Ocassionally, I clean out the log files directory. So I option I look
for is:
If the file is there, append to it; if no... more >>
DTS bulk insert error
Posted by Kalyan at 12/4/2006 12:16:00 PM
Hi
I am trying to import a table from SQL Server 2000 (it got about 40 Millions
rows) to SQL Server 2005 table, I am getting this error after transforming
for about 1 hr.
I used simple data flow task with default settings.
Any help
[SQL Server Destination [283]] Error: An OLE DB err... more >>
Dynamic File Definition for Source Files
Posted by Jen Espana at 12/4/2006 7:30:00 AM
Hi all,
I am hoping that someone out there might be able to help me with a
requirement we have from our client.
We want to use SSIS to import our client's data into their database. The
issue is that the source file's column definitions may change. (For example,
new columns may be added ... more >>
copy sql database problems
Posted by chanix yahoo at 12/3/2006 6:03:55 PM
hi!
i'm trying to copy a database from one server to another. but still
problems persist. here are the details of my servers.
Server A (source)
OS - Windows 2000 Advanced Server
SQL - SQL 2000 Enterprise Edition, Service Pack 4
Server B (destination)
OS - Windows 2003 Server Enterprise ... more >>
SSIS "The connection has been disabled" error
Posted by rhjDBA at 12/2/2006 3:36:00 PM
I created a custom script source component to pull data from a dirty
pervasive 2000i DB service pack4.
Heres the problem my component will pull 425 rows of data but it will do
this only if I set my deffaultBufferMaxRows property to a small number like
17. It will not pull more than 425 it h... more >>
|