Forum Replies Created

Viewing 15 posts - 811 through 825 (of 851 total)

  • RE: SQL or Oracle

    Jeff Moden (2/2/2009)


    Jeff Moden (2/2/2009)


    noeld (2/2/2009)


    Bruce W Cassidy (2/2/2009)


    [font="Verdana"]Relational Integrity is over-rated.

    OMG, did I really just say that? And I was just reading an article by Joe Celko too!...

  • RE: Are the posted questions getting worse?

    noeld (2/2/2009)


    O M G !

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

  • RE: Top 1 or Max??

    [font="Verdana"]Is the MyDateColumn unique? Because if it's not, the second form could return more than one row.

    Ooops, really should read all of the replies before posting. Someone already...

  • RE: Using trim with Join

    Jeff Moden (2/2/2009)


    Heh... on that note, I'm glad I do all this stuff in T-SQL. 😛

    [font="Verdana"]Me too! My personal rule is to use stored procedures to do all of...

  • RE: list of month names and week ranges between dates

    Sergiy (2/2/2009)


    Bruce W Cassidy (2/2/2009)


    [font="Verdana"]But if you keep it around as a permanent table within your database, you will find it useful. [/font]

    I'd suggest ot have it in a...

  • RE: Programatically access newsequentialid()

    [font="Verdana"]I'd be interested in learning what sort of scenario you use that for.[/font]

  • RE: Are the posted questions getting worse?

    [font="Verdana"]I'm still holding out the frying pan, waiting for the pork chops to land.[/font]

  • RE: Get first and last date of supplied week & year

    Jeff Moden (2/1/2009)


    I'd suggest the creation of a Calendar table. It has many uses including this one.

    [font="Verdana"]Wot 'e said.

    My Calendar table is called (surprisingly) Calendar. It includes Year,...

  • RE: list of month names and week ranges between dates

    [font="Verdana"]To add to the discussion (and to reiterate what was mentioned earlier), I've found the best answer is to keep around a table of dates (I call mine "Calendar", although...

  • RE: SQL or Oracle

    [font="Verdana"]Relational Integrity is over-rated.

    OMG, did I really just say that? And I was just reading an article by Joe Celko too! Aaaargh! 😛

    [/font]

  • RE: Are the posted questions getting worse?

    [font="Verdana"]I don't have enough points (yet) to risk it...[/font]

  • RE: Can't create a function

    [font="Verdana"]I was going to suggest you check the version of the database on which you are trying to create the function. I'm glad someone beat me to it. ...

  • RE: Staging table population

    [font="Verdana"]If you post the code you have in the stored procedure, and some details on what the indexing on the tables are, we can look at ideas for optimisation.[/font]

  • RE: Tool for DATA MODELLING

    [font="Verdana"]Embarcadero's ERStudio was a favourite of mine in the past.

    I never really liked ERWin (even before CA bought it, and it's only gotten worse since then.) But some people...

  • RE: SQL or Oracle

    GSquared (1/30/2009)


    And that statement right there is why I wonder about the people who are so hooked on the idea of code portability. In most cases, the gain from...

Viewing 15 posts - 811 through 825 (of 851 total)