Forum Replies Created

Viewing 15 posts - 52,816 through 52,830 (of 59,064 total)

  • RE: SQL6.5,7,2000 and 2005

    Perhaps it's the language barrier, but it looked to me that you wanted us to give you all of the differences between the different versions for you to write your...

  • RE: help-how to generate date backward from end to start

    midan1 (1/18/2008)


    i UNDERSTAND the code

    That's the key... can't really speak for Matt but it was starting to look like you were having him debug every little thing without actually...

  • RE: Performance of Scripts in SQL Server 2000

    Whitt,

    What I really want to know is that, although this was a great exercise for me personally, I did sort of bust a hump to give you a complete high-speed...

  • RE: Performance of Scripts in SQL Server 2000

    Ture enough... and I've not tried the SSIS solution for this, but (just something to consider) the DTS solution was horribly slow compared to the BULK INSERT that used the...

  • RE: Member Function Concept.

    For the original problem given where certain parameters determine which function may be exercised and returned, a simple CASE statement would be in order whether it be for a RBAR...

  • RE: How do I increment a DB id

    Ok, thanks, Matt... good information. I'll get my arms around all this "new" 2k5 stuff, soon.

    But I'm pretty sure that Scope_Identity isn't "login" sensitive as you suggest. That...

  • RE: Simple Query I Need.....

    We'll see... when you figure out the correct answer for the real question being asked, post it here.

  • RE: data dictionary tool

    Guess the next questions would be...

    How many of you make the mistake of letting developers create their own tables? How many of you allow that to occur without...

  • RE: Find the missing data

    Step 1... find the person that designed the ID column... take him/her to dinner... feed him/her 2 pound porkchops... at point blank range with a sling shot!

    Ok... having said that,...

  • RE: Testing

    Heh... let's see... take a urine test, hair test, background check, credit check, education check, check for bounced checks, check for references, check for traffic and felonly violations, etc, etc,...

  • RE: How do I increment a DB id

    Matt Miller (1/14/2008)


    Since you're in 2005 - you can avoid all of the scope_identity nonsense by using the OUTPUT predicate from within the INSERT statement.

    It looks something like

    declare @nextid as...

  • RE: Combine 2 Text Fields??

    jkurtis (1/17/2008)


    theres a couple problems with that.

    The 1st is that I'm on SQL2000.

    And people wonder why I get ticked at some users... what were you thinking when you posted this...

  • RE: What are the essential PERMISSION GRANTS for making a FUNCTIONAL SQL database ?

    I'm thinking "simple answer" here... what were the grants on the old box?

  • RE: Format Date in SQL Table

    Changing the format of the "date" column is just a repetitition of the original mistake... for more reasons than will fit in this meager window, you must NEVER store dates...

  • RE: data dictionary tool

    Quick show of hands... how many require that table and column comments be included in table definitions? Next question... How many require that they be done correctly? 😉

Viewing 15 posts - 52,816 through 52,830 (of 59,064 total)