Forum Replies Created

Viewing 15 posts - 1,051 through 1,065 (of 3,666 total)

  • RE: Solution sought. Advice needed. SSIS?

    There's many ways to do this but without seeing your actual setup, it's hard to say what's best.

    Sounds like using SSIS is a good idea. If the 2 servers...



    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 script out create table script of all tables in a database

    You should be able to get all you need from these views:

    INFORMATION_SCHEMA.TABLES

    INFORMATION_SCHEMA.COLUMNS

    sys.schemas

    sys.tables

    sys.columns

    There may be other system tables or views that could be helpful. You just need to take the time...



    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 script out create table script of all tables in a database

    Why do you want to do this? All the information in the script is already available in system tables and views.



    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: Starting point of a Join

    I'm assuming that meant that table A is the table referred to right after FROM.

    Example:

    SELECT .......

    FROM TableA

    ... JOIN TableB ON ...

    ... JOIN TableC ON ...

    etc.



    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: Moving Oracle 10g and 11g into SQL 2008 R2 using SSIS

    Before we get started, maybe you can tell us a bit about how much experience you have with SSIS.



    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: Right outer Join???

    jbalbo (8/1/2013)


    I guess you'd be all set if you were ambidextrous...

    Full outer joins? :w00t:



    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 SSIS tell a batch file to move on before the SSIS package completes?

    If I understand correctly what you're doing, you could have a table which acts as a log of what has been done or what needs to be done. Each...



    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: Right outer Join???

    Sean Lange (8/1/2013)


    jbalbo (8/1/2013)


    Thanks Sean.. good idea

    Its one thing I think I do get..

    At least I think I do.. lol

    It is exactly like a left join....only backwards. 😛

    I wonder...



    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: getting duplicate rows when adding a new join

    SSNinja (7/31/2013)


    What ever happened to civility? Is everyone born with equal knowledge and experience? No, it is gained day by day. We should be more courteous toward someone...



    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: getting duplicate rows when adding a new join

    If you're getting more rows than you should after adding a join, it's probably because you should be joining to that table using more than just 1 join condition. ...



    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: Are the posted questions getting worse?

    Revenant (7/31/2013)


    Steve Jones - SSC Editor (7/31/2013)


    . . .

    So I get this is probably in jest and partially true, but it's insulting. It's not selling out any more than Android...



    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: delete files using ssis

    Phil Parkin (7/30/2013)


    Please note that Script Tasks and Script Components are different things. Using the terms interchangeably will confuse people who know the difference.

    Script Tasks are used in the Control...



    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: delete files using ssis

    You could also delete the files from withing the script component.



    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: New Guy

    bitbucket-25253 (7/30/2013)


    I would suggest purchasing the DEVELOPER EDITION, whose use does not run out with time. Cost is around $50 US dollars. It will allow you to save...



    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: SSIS transferring unprintable characters between systems

    Check what data types are used both for and input, output, and in betweeen.



    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,051 through 1,065 (of 3,666 total)