Forum Replies Created

Viewing 15 posts - 76 through 90 (of 126 total)

  • RE: T-Sql rant

    So a row_number function would work... That sounds like a plan.

  • RE: T-Sql rant

    Ok, I messed up.. The table I sent has and identity spec, I thought it didn't.

    Some of the tables I have don't use ident.

    So take out the identity spec when...

  • RE: T-Sql rant

    I will take the 5th on this one Bob before I am accused again of being insulting.

  • RE: T-Sql rant

    Sorry that doesn't work,

    gencategoryid is the primary key on the table.

    Although nice try.

    Let me make the following correction to my t-sql...

    --delete from category where categorytypeid = 1

    declare @sel cursor

    declare @make...

  • RE: T-Sql rant

    The following is a script that I use to partally populate one of our tables.

    And the table is provided.

    based on the distinct results (from any table you would like to...

  • RE: T-Sql rant

    Well for you folks that are still here.

    What I am speaking about is language, not about application.

    It seems many have failed to grasp that simple concept, and appear too conceded...

  • RE: SQL DB Server Access Levels for Programmers

    Well, I am a programmer and I have sa in both test and production.

    I guess it just depends on the programmer.

    Our db's aren't part of the sarbanes oxly fold.

    For those,...

  • RE: T-Sql rant

    I guess I just don't get why everyone here is so walled up and can't think outside the box.

    Stored procedures in sql result only in one language type, not many.

    the...

  • RE: T-Sql rant

    Do any of you know a language other than English? Spanish, as a second or German?

    Because using English is dominant, I struggle with German as a second. I can use...

  • RE: T-Sql rant

    Instead of having you guys try and figure out some problem without the use of cursors, I have already made my point without realizing that I had.

    Simply because cursors are...

  • RE: T-Sql rant

    Lynn Pettis (3/14/2009)


    You know foxjazz, I find the following comment of yours insulting and ignorant on your part:

    You all that use t-sql and don't code probably never know any difference.

    You...

  • RE: T-Sql rant

    The question is a problem. Update the product table given above with the correct descriptionID with out cursors.

  • RE: T-Sql rant

    wrong...

    typeID typeDesc

    1 Makes

    2 Models

    3 Years

    4 ...

  • RE: T-Sql rant

    Ok, yes I did it that way before. Except you have to do it in 4 distinct query sets, and link the first results to the other set, and so...

  • RE: T-Sql rant

    Actually we are forced to use t-sql when doing such things as storedprocedures. Unless of course we write clr functions.

    Not having the ability to use non-cursored rowbased loops is a...

Viewing 15 posts - 76 through 90 (of 126 total)