Forum Replies Created

Viewing 15 posts - 406 through 420 (of 851 total)

  • RE: T-Sql rant

    [font="Verdana"]For a real world scenario, can I suggest you consider world-wide logistics? Say you have sites around the world generating shipping bills (bills of lading?), but you want to...

  • RE: T-Sql rant

    [font="Verdana"]Why did I recommend GUIDs?

    A few years back I was involved in a project that had to synchronise data from multiple sources into one source. The sources were mobile...

  • RE: T-Sql rant

    Jeff Moden (3/19/2009)


    If being able to isolate rows by identifying the server is necessary, GUID's will not do the job by themselves.

    [font="Verdana"]True. But neither will server names.

    As for what...

  • RE: Concatenating field values in one string

    [font="Verdana"]Nice! Although you're missing a comma after the path('') :-D[/font]

  • RE: T-Sql rant

    foxjazz (3/19/2009)


    As far as the varchar(50) pk numbers, there is no other way to do it.

    We do it by computername for a reason, our sync processes depend on that data...

  • RE: T-Sql rant

    Sergiy (3/19/2009)[hrInvoice numbers, parts, organizations, humans names, etc. - they are all from another world, they are not parts of data model.

    They should be originated from a specific source, built...

  • RE: T-Sql rant

    Greg Snidow (3/19/2009)


    Do you know of any good references to learn more about what you are saying? I have a VARCHAR(20) column as the PK for many of my...

  • RE: T-Sql rant

    [font="Verdana"]One common business case for generating sequences is for invoice numbers. For some reason, customers like to see their invoice numbers being counted just for them. So invoice...

  • RE: Are the posted questions getting worse?

    Bob Hovious (3/19/2009)


    No thanks, Bruce. Cocaine makes me crazy. 😎

    [font="Verdana"]Yeah, not one of Eric's better moments.[/font]

  • RE: Concatenating field values in one string

    Lynn Pettis (3/19/2009)


    Tell me, please, did it hurt? 😉

    [font="Verdana"]Well, it worked. It wasn't terribly quick though. And nor was it dynamic. I had to do a...

  • RE: Concatenating field values in one string

    [font="Verdana"]Thanks folks! Would you believe I was doing this sort of thing with a pivot? :blush:[/font]

  • RE: Are the posted questions getting worse?

    Bob Hovious (3/19/2009)


    What I know of chaos theory leads me to disbelieve the concept of "Temporal Inertia", although conversely it leads me to believe more strongly in Santa Clause.

    [font="Verdana"]Snort![/font]

  • RE: String Manipulation

    [font="Verdana"]Yeah, I did that stuff 20 years ago when I built a compiler. Gotten a bit rusty on the details since then.

    I wouldn't build one in SQL! However,...

  • RE: String Manipulation

    [font="Verdana"]I learned these things as "Finite State Machines", or in general, Finite State Automata. Very cool. 😀

    I've always recommended to people that if they are doing a lot...

  • RE: Need a function to compare strings.

    [font="Verdana"]Yes, you have had a look at SOUNDEX() (and DIFFERENCE()) :-D[/font]

Viewing 15 posts - 406 through 420 (of 851 total)