Forum Replies Created

Viewing 15 posts - 10,891 through 10,905 (of 11,676 total)

  • RE: Problem starting package using the Agent

    Are you 100% sure that all the configurations come through correctly when executed from SQL Server Agent?

    Maybe you can quickly add a task in the package that writes all the...

  • RE: SSIS Package Question

    Craig Farrell (11/15/2010)


    You're already in trouble. SSIS should not be working with #tmp tables outside of a *single* Execute T-SQL object. It does not guarantee a consistent batch.

    If...

  • RE: Problem starting package using the Agent

    I'm certainly not an Oracle expert, but I have found the following topic:

    http://forums.oracle.com/forums/thread.jspa?threadID=327112

    Maybe the last reply can be useful?

  • RE: Validation Task / Step

    I think the easiest way to do this is to perform some sort of check (either with the execute SQL task or with a script task that validates the connection,...

  • RE: Conditional Order By

    Tony++ (11/16/2010)


    I've found this useful in the SQL behind an SSRS report. The report parameters lets the user choose the sort, the report passes this into the SQL, and...

  • RE: Conditional Order By

    I found this quite an excellent question. Sure, there was some trickery involved by switching string1 and string2 and by showing an example that works, but hey, you can't make...

  • RE: SSIS Data Tuning Question

    pravasis (11/16/2010)


    Well, it depends on the number of CPUs you are having. In Figure 6 of "Design approaches" section, you will find two additional union all which are redundant. This...

  • RE: SSIS Data Tuning Question

    pravasis (11/16/2010)


    But adding a semi blocking component will improve the performance. Check the following article. Hope this helps.

    http://msdn.microsoft.com/en-us/library/cc966529.aspx

    Thanks for the very interesting article.

    But I have trouble finding the section that...

  • RE: SSIS Data Tuning Question

    Can every column contain it's maximum size? There's no chance in shrinking the size?

    If not, just don't use blocking components 🙂

  • RE: oracle data needs NLS_LANGUAGE changing

    oliverpenney (11/16/2010)


    you sir are a god amongst men

    I hear that from time to time 😀

    (just kidding of course)

    Glad that it worked out.

  • RE: CSV file to different tables

    Integration Services:

    Professional Microsoft SQL Server 2008 Integration Services (Wrox Programmer to Programmer)

    It's quite a large book, but the first chapters provide a really good overview of SSIS. Case studies are...

  • RE: CSV file to different tables

    bharadwaj.manchu (11/15/2010)


    Thanks da-zero.

    I didnt understand that how can we clean data using a derived column task.

    also If possible suggest me an approach on how to cleanse data in an SQL...

  • RE: SP resultset to store in two object variables

    Sure you can use a union all.

    ProductID and VendorID are probably both integers.

    ProductName and VendorName are probably both strings.

    You can place NULL in the third column of the first resultset...

  • RE: SSIS 2008 and Configuration Management

    As far as I know, the actual code of your embedded custom components is not in the actual package XML file (*.dtsx).

    (correct me if I'm wrong)

    So it doesn't really make...

  • RE: oracle data needs NLS_LANGUAGE changing

    Can you try option 2 again, but now with the RetainSameConnection property of the connection manager set to True?

    With a little luck, that should work 🙂

Viewing 15 posts - 10,891 through 10,905 (of 11,676 total)