Forum Replies Created

Viewing 15 posts - 1,351 through 1,365 (of 3,666 total)

  • RE: Automation

    Whisper9999 (10/26/2010)


    I want my refund.

    Just kidding...

    Got a Paypal account? 😛



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: ODBC system DSN connection

    mazzz (10/26/2010)


    Alvin Ramard (10/26/2010)

    I can't confirm, but I believe you're correct.

    Another option is to recreate the DSNs on your computer. That means you have to install those drivers used...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Automation

    Whisper9999 (10/26/2010)


    I need to be able to control batch and commti size as these are massive tables. ...

    Looks like you'll have to use a data flow for each tables. ...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Automation

    In the control flow, there's a task for copying database objects. That might be a better option for you.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: ODBC system DSN connection

    mazzz (10/26/2010)


    I have a server with lots of ODBC system DSNs set up which connect to an Oracle database (this is part of a 3rd party application)

    What I need to...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: can I...run a .dtsx script from my desktop windows scheduler?

    Do you have Integration Services running on your computer? You need it to run SSIS packages on your computer.

    Also, try running DTExecUI. You can use it to build...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Export to Excel but too many rows

    bruce.b.allen (10/26/2010)


    Alvin Ramard (10/25/2010)


    I agree with Derrick that flat files would be much easier.

    If you have to use Excel, and you have a row number for every row...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Export to Excel but too many rows

    Phil Parkin (10/26/2010)


    It's because they don't know how to use Access and Notepad is ungainly to use - understandable, I think. But we as IT people are in a position...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Business Intelligence Implementation

    I think you should start by reading this book:

    The Data Warehouse Lifecycle Toolkit

    http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470149779.html



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: How to skip more than 2 rows in excel as source while importing

    If you inject a row number into you data flow, then by using the condition split transform you can control which rows go to your destination and which don't.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Need to construct an error message in SSIS

    I often use On Error Event Handlers to append error messages to my own user defined ErrorMessages variable. At the end of the execution, if the length of that...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Please Help - Join 3 tables

    pete_bristol (10/25/2010)


    GSquared

    Thank you for your prompt reply.

    I am familiar with the "ON" clause but cant see how it relates to three tables

    i.e. Using my example

    select * from tableA

    left outer join...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Export to Excel but too many rows

    The more ETL work I do, the more I hate Excel.

    Excel is a great product. Just keep it away from ETL.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Export to Excel but too many rows

    I agree with Derrick that flat files would be much easier.

    If you have to use Excel, and you have a row number for every row of data going...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: One interviewer asked me this following question

    If the stored procedure does not connect to another server then it's very unlikely network problems would affect the performance.

    Assume the stored procedure only accesses databases on this server, what...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 15 posts - 1,351 through 1,365 (of 3,666 total)