Forum Replies Created

Viewing 15 posts - 2,926 through 2,940 (of 3,666 total)

  • RE: chopping a string(removing dots)

    SQL Learner-684602 (10/22/2009)


    Ohkk..Yes but I am using a Stored Procedure and have to do it in a select query...

    Once again, this topic does not belong in the SSIS section. ...



    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: dividing a single column into parts

    Why are you posting this under SSIS if you have to do this in a stored procedure?



    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: dividing a single column into parts

    In SSIS, I would be tempted to use a script task and use the VB.Net split function splitting the columns into it's parts.



    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?

    Bob Hovious 24601 (10/22/2009)


    Two cups of coffee and feeling philosopical...

    When I was a boy, and computers were carved from wood and cranked by hand, it was widely understood that hierarchical...



    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?

    Kit G (10/22/2009)


    Alvin Ramard (10/22/2009)


    GSquared (10/22/2009)


    Why have tables? Store all your business data in a single XML file. Save a ton of money on database software!

    I was on...



    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?

    GSquared (10/22/2009)


    Why have tables? Store all your business data in a single XML file. Save a ton of money on database software!

    I was on a mailing list where...



    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?

    Bob Hovious 24601 (10/21/2009)


    Sigh... I always over-design things.

    Before the XML data type, all data could be stored in tables with a no more than 4 columns. Now it can...



    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?

    Paul White (10/21/2009)


    Bob Hovious 24601 (10/21/2009)


    Emperor Paulpatine,

    XML makes db design much simpler too:

    create table XMLTable (ID bigint, Data xml)

    ...what's the ID column for? :laugh:

    Very good point Paul. Why...



    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?

    Kit G (10/21/2009)


    GabyYYZ (10/21/2009)


    I've been wondering if people who accidentally stumble onto the first page of the THREAD and casually go from page to page, not realizing how long it...



    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?

    Steve Jones - Editor (10/19/2009)


    Bob Hovious 24601 (10/18/2009)


    Where'd you get the hat? I have to make do with a colander reinforced with tin foil.

    I think we'd like pictures...



    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?

    Bob, isn't it time for you to hit the road?

    😀



    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?

    Any data that is definetly not common I would be tempted to put in application specific databases. This would make it easier to migrate application to different servers in...



    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?

    If one application can change the common data, and, the other need to see these changes, then I would put the common data in a common database, to avoid having...



    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?

    Roy Ernest (10/15/2009)


    What is going on in THE THREAD? Wasnt there a Code ban on THE THREAD? :hehe:

    Even worse, recent discussions have been "On Topic". What's with 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: Are the posted questions getting worse?

    Jack Corbett (10/15/2009)


    Wow, I go offline for a day and there are like 60 posts to catch up on.

    I was offline for 7 days. I'm not even going 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]

Viewing 15 posts - 2,926 through 2,940 (of 3,666 total)