all groups > sql server dts > october 2007 > threads for october 15 - 21, 2007
Filter by week: 1 2 3 4 5
Parameterized DTS from command prompt
Posted by Kolos at 10/20/2007 7:40:03 AM
Hi All,
I'd like to create a parameterized DTS package on SQL Server 2000. Is it
possible to call it from command prompt or an application with parameters? If
so, what is the correct way?
Many thanks.
Kolos... more >>
Integration services newbie
Posted by Mike P at 10/19/2007 6:58:57 AM
I need to write a simple package that executes some SQL and then sends
the result set via email to somebody.
Can anybody explain how I can do this in SSIS or know of a good tutorial
for a newbie?
*** Sent via Developersdex http://www.developersdex.com ***... more >>
what is the best way to store passwords and credit card information in SQL Server 2005?
Posted by dr at 10/18/2007 9:35:27 PM
what is the best way to store passwords and credit card information in SQL
Server 2005?
... more >>
unable to define transformations with a dts using a stored procedure (SQL Server 2000)
Posted by Jim Underwood at 10/18/2007 4:59:30 PM
I am attempting to write a file to disk, based on the results of a stored
procedure, but the transformations will not work. If anyone has any advice
on how to make this work, I would greatly apreciate it.
I have a Microsoft OLEDB Provider for SQL Server connection and a Texst File
(Destinat... more >>
Run a VBscript Before the DTS
Posted by pvong at 10/18/2007 4:36:35 PM
I'm using SQL2000.
I have a DTS package set up as a Job. I want to run a vbscript before it
runs the DTS package. I have the order set up correctly, but I can not
launch the vbscript.
This is my setup for this step:
Type: Operating System Command (CmdExec)
Command: D:\ServerFiles\Cro... more >>
ssis performance
Posted by tomypow at 10/18/2007 12:02:00 PM
Hi,
I'm the most newbie ever to SSIS.
I'm a sharepoint developper who need to migrate data each week from a client
submitted file to a Sharepoint list (i.e. to Sql Server 2005).
I'm here because for my volume of data (20,000 rows * 5 cols), i've been
suggested that SSIS was the way to go.
(r... more >>
SSIS: dynamically/programatically set Task properties
Posted by Rmoore at 10/17/2007 3:02:00 PM
I have a ForEach Loop with an enumerator type of Foreach File Enumerator. I
would like to set the Enumerator Property Directory(Folder) using a global
variable. I found that the Expression builder doesn't include Directory or
Folder as one of the Properties in the drop down although other task... more >>
Sending Pager
Posted by Mohammad at 10/16/2007 3:53:00 PM
Is there a way to send a pager instead of using email task to send an email
in DTS?
Thank you in advance.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Access to data flow task
Posted by ktrock at 10/16/2007 12:54:00 PM
Hello. I have an integration services project with a series of connections in
my control flow and a data flow task in my control flow. I can
programatically gain access to the connections in my ScriptMain but am unable
to access the data flow task or components.
It looks like I have to go ... more >>
SSIS - How to force a connection manager to evaluate its expressio
Posted by Todd Beaulieu at 10/16/2007 7:47:03 AM
I'm writing a custom log provider that needs a connection manager to record to.
The connection manager's ConnectionString is set via an expression and that
expression is not satisfied until a sccript task can retrieve the connection
string and plug it in.
All this means the logging events ... more >>
The package execution failed. The step failed
Posted by zino at 10/15/2007 12:25:02 PM
on SQL 2005, I' m trying to run a job that execute an SSIS package.
The job simply extract data from local database and dump it in an Oracle
database.
The job fail either if I schedule it or start it manually, and it display
the following error message:
"Executed as user:myDomain\myUser. T... more >>
|