Viewing 15 posts - 196 through 210 (of 411 total)
I am still a bit mistified, do you mean they buy different data every day?
Basically, you would have to set up a connection manager for every different layout
June 13, 2008 at 6:20 am
That is why I am such a huge fan of SSIS configurations.
It assigns all the connections when the package loads, and hence I dont need to worry about saving any...
June 13, 2008 at 4:22 am
If you have SSIS Configurations enabled it is simple, just change it there to run against the target server and TADA
~PD
June 13, 2008 at 4:19 am
In normal circumstances, I would suggest that you use a execute SQL task to simply drop and create prior to performing the dataflow.
However, have I got you right, that your...
June 13, 2008 at 4:16 am
Hey,
Are you running this from BIDS or from SQL server agent as a SSIS Package?
~PD
June 13, 2008 at 4:12 am
Why can you not use the standard OLEDB connection?
I have Adaptive Server ODBC driver installed for our Sybase IQ warehouse, and it appears under my list of Providers as Sybase...
June 13, 2008 at 4:10 am
Use a file system task. One of the features is that it can delete files
~PD
June 13, 2008 at 4:06 am
hey Nat,
Welcome to the joys of SSIS...
I had the same error thrown in my agent yesterday, and I was adament that there was something wrong with the way in which...
June 13, 2008 at 3:59 am
I would wager that whatever is running the SSIS package (normally the agent), doesnt have sufficient rights to the SQL connection
June 13, 2008 at 3:52 am
For sure its possible....
First lets conceptualise a little, you basically need something that will return 2 dates to you - current month and previous month.
Everything will be based on these...
June 13, 2008 at 3:51 am
Are you using config files, and how are you connecting to SQL (windows or SQL authentication?)
June 13, 2008 at 3:41 am
Well you are transferring data 100 + times right
June 13, 2008 at 12:58 am
Enable package logging. This will allow you to see where in your task the data is "disappearing" to
~PD
June 12, 2008 at 10:02 am
:blush:
oiiiii
I was so sure I had dont save sensitive selected. You dont want to know how much time I wasted looking at a problem where the problem was with the...
June 12, 2008 at 7:28 am
Viewing 15 posts - 196 through 210 (of 411 total)