|
More site info...
Integration Services | Forum profile
|
|
Forum profile page for Integration Services on http://www.sqlmonster.com.
This report page is the aggregated overview from a single forum: Integration Services, located on the Message Board at http://www.sqlmonster.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Integration Services" on the Message Board at http://www.sqlmonster.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Integration Services:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
14
|
43
|
118
|
|
Post:
|
18
|
59
|
186
|
|
|
Integration Services Posting activity graph:
|
Top authors during last week:
user's latest post:
Problem with Script task and FTP...
Published (2009-12-01 12:49:00)
Let me guess, this FTP task was at one time coded in some other system or application, and now you are trying to get it to work inside SSIS. Why are you *writing* code to do something that can be performed by components already designed into SSIS? Have you looked at the FTP task? Looks like you are trying to pull in multiple files. Can you put the FTP task inside a ForEach loop? In SSIS, just about *every* property of *every* task or component...
user's latest post:
Problem with Script task and FTP...
Published (2009-12-01 14:46:00)
thanks for responding. The reason why I write code instead of using a FTP task (receive files) is the fact that a FTP task plus the entire package fails when the remote folder contains no files. To work arround this I choose the Script task that allows me to determine the number of files in the folder first and then do a ftp receivefiles in case the number of files > 0. I' haven't found any methods on how to do that with a...
user's latest post:
SSIS Package to Export SQL...
Published (2009-11-24 17:42:00)
Yes, this can be done, and John Welch has two great blog posts on this topic: Part 1 (requires scripting) - http://agilebi.com/cs/blogs/jwelch/archive/2007/06/03/multi-file-output-destinat ion-script-component.aspx Part 2 (does not require scripting) - http://agilebi.com/cs/blogs/jwelch/archive/2007/06/03/multi-file-outputs-part-2.aspx Phil ssistalk.com
user's latest post:
Script Task - Executing Child...
Published (2009-11-23 16:06:00)
Hi, I am trying to execute 80 or so child packages from within the main package through a Script Task that calls the "App.LoadPackage()". All of the the package use the Package Configuration for establishing connection. When I execute the master workflow or main package in Designer, all of the packages are executed and main package complete successfully. However, when I execute the main package...
user's latest post:
XML data from the National...
Published (2009-11-24 16:41:00)
I am trying to import some XML data from the National Oceanic and Atmospheric Administration (NOAA) and I am running into roadbloks at every turn. XML file: http://www.weather.gov/xml/current_obs/KMCE.xml XSD file: http://www.weather.gov/view/current_observation.xsd I can't get SSIS XML Source to see beyond the imageType. Any thoughts on how I can import the above xml in to a dB, I would really appreciate it. Pleasae note Newbie to SSIS...
user's latest post:
cannot run .dtsx package in SQL job
Published (2009-11-25 19:45:00)
I suppose you mean a "SQL Agent Job" > it does not run successfully, nor is it > giving me any helpful error messages to point me in the right > direction. > > I have Googled, I have newsgrouped, and I even asked folks at my > firm. No one seems to know why.
user's latest post:
cannot run .dtsx package in SQL job
Published (2009-11-25 19:19:00)
Sigh.....it's really hard for me to explain the situation. But, I'll do my best. I successfully created a SQL package file (.dtsx). I'm simply trying to put it in a SQL SSIS job. it does not run successfully, nor is it giving me any helpful error messages to point me in the right direction. I have Googled, I have newsgrouped, and I even asked folks at my firm. No one seems to know why. I...
user's latest post:
cannot run .dtsx package in SQL job
Published (2009-11-26 02:28:00)
what's the error? is it something about a key? we had that one and now we encrypt our packages with a password and they run just fine
user's latest post:
SQL Server 2005: 1st Data Flow...
Published (2009-11-25 20:16:00)
Hello all, I'm trying to set up an SSIS Package where the 1st data flow task will read from a text file, perform all necessary transformations, and then have the results available to the 2nd & 3rd Data Flow Task's as source data. I guess I could set the package up to create a pseudo-temp table ([ClientDB].[sDELETE].[CoreData]) and send all my results from the 1st task to this table...then it'd be available to tasks 2...
user's latest post:
SQL Server 2005: 1st Data Flow...
Published (2009-11-29 20:31:00)
See Jamie Thompson's blog post here: http://consultingblogs.emc.com/jamiethomson/archive/2006/11/19/SSIS_3A00_-Using- temporary-tables.aspx ...the upshot is that you can use temporary tables in SSIS, but I would wager that the effort required to do so outweighs any potential benefits. A possible alternative to having a staging table (a table in your sDELETE schema) would be to use a raw-file destination - i.e. have the data dumped out to...
|
|
|
|
Latest active threads on Integration Services::
Started 1 day, 19 hours ago (2009-12-01 14:46:00)
by Bodo
thanks for responding. The reason why I write code instead of using a FTP task (receive files) is the fact that a FTP task plus the entire package fails when the remote folder contains no files. To work arround this I choose the Script task that allows me to determine the number of files in the folder first and then do a ftp receivefiles in case the number of files > 0. I' haven't found any...
Started 3 days, 14 hours ago (2009-11-29 20:31:00)
by Will Alber
See Jamie Thompson's blog post here: http://consultingblogs.emc.com/jamiethomson/archiv e/2006/11/19/SSIS_3A00_-Using- temporary-tables.aspx ...the upshot is that you can use temporary tables in SSIS, but I would wager that the effort required to do so outweighs any potential benefits. A possible alternative to having a staging table (a table in your sDELETE schema) would be to use a raw-...
Started 1 week ago (2009-11-25 19:45:00)
by Bob Barrows
I suppose you mean a "SQL Agent Job" > it does not run successfully, nor is it > giving me any helpful error messages to point me in the right > direction. > > I have Googled, I have newsgrouped, and I even asked folks at my > firm. No one seems to know why.
Started 1 week, 1 day ago (2009-11-24 17:39:00)
by Phil Brammer
What have you tried? You can use wildcards in the File parameter (the default is *.*), so I would use something like "sc_2*" as my wildcard search. The foreach loop will automatically sort them for you, as you have indicated. The best thing of course, will be for you to try it. Phil ssistalk.com
Started 2 weeks ago (2009-11-18 20:41:00)
by Todd C
I used to tell my COnsulting Clients: "Anything can be done with time and money. My time and your money!" If you are new to SSIS, I would not recommend attempting this in its entirety. Start with small steps, maybe generting a single flat file from the data. Once you have that, experiment with how you would break up the source data into equal buckets using WHERE clauses. Same those 'boundry'...
Started 1 week, 5 days ago (2009-11-20 13:38:00)
by Todd C
Steve: With a different number of header columns than you have columns in the detail kind of violates the basic rules of databases. I have tried importing data simila to this in layout, that some other organization has labeled "CSV" and SSIS just does NOT like it. It bombs out every time. It is not a true CSV data file. To get it to work you would need to write your own customized Script ...
|
|
Hot threads for last week on Integration Services::
Started 1 week ago (2009-11-25 19:45:00)
by Bob Barrows
I suppose you mean a "SQL Agent Job" > it does not run successfully, nor is it > giving me any helpful error messages to point me in the right > direction. > > I have Googled, I have newsgrouped, and I even asked folks at my > firm. No one seems to know why.
Started 3 days, 14 hours ago (2009-11-29 20:31:00)
by Will Alber
See Jamie Thompson's blog post here: http://consultingblogs.emc.com/jamiethomson/archiv e/2006/11/19/SSIS_3A00_-Using- temporary-tables.aspx ...the upshot is that you can use temporary tables in SSIS, but I would wager that the effort required to do so outweighs any potential benefits. A possible alternative to having a staging table (a table in your sDELETE schema) would be to use a raw-...
Started 1 week, 1 day ago (2009-11-24 17:39:00)
by Phil Brammer
What have you tried? You can use wildcards in the File parameter (the default is *.*), so I would use something like "sc_2*" as my wildcard search. The foreach loop will automatically sort them for you, as you have indicated. The best thing of course, will be for you to try it. Phil ssistalk.com
Started 1 day, 19 hours ago (2009-12-01 14:46:00)
by Bodo
thanks for responding. The reason why I write code instead of using a FTP task (receive files) is the fact that a FTP task plus the entire package fails when the remote folder contains no files. To work arround this I choose the Script task that allows me to determine the number of files in the folder first and then do a ftp receivefiles in case the number of files > 0. I' haven't found any...
Started 2 weeks ago (2009-11-18 20:41:00)
by Todd C
I used to tell my COnsulting Clients: "Anything can be done with time and money. My time and your money!" If you are new to SSIS, I would not recommend attempting this in its entirety. Start with small steps, maybe generting a single flat file from the data. Once you have that, experiment with how you would break up the source data into equal buckets using WHERE clauses. Same those 'boundry'...
|
|