Forum Replies Created

Viewing 15 posts - 49,321 through 49,335 (of 59,066 total)

  • RE: How to get the integer value from varchar field?

    Thanks for the compliment, Annas... 🙂 I wish the Tally table was my original idea... but it's not... I just write about how to use it. Just in...

  • RE: Dropping Stored Procedures

    David Naples (7/8/2008)


    Jeff Moden (7/7/2008)


    David Naples (7/7/2008)


    You can't do this directly, as the CREATE PROCEDURE or ALTER PROCEDURE statement has to be the first in the batch.

    Ummm... maybe not...

  • RE: eliminating duplicates

    harshil (7/8/2008)


    Hi Jeff, In this query, the condition is rightly mentioned as rowno>1 and shouldn't be rowno=1

    What the purpose of this query is to remove all duplicate records except one...

  • RE: How to add serial number to a resultset

    Kent Waldrop (7/8/2008)


    create either a temp table or a table variable to store the serial numbers and then use a SELECT statement to generate the serial numbers -- something like:

    declare...

  • RE: In n Exist

    IN has the same execution plan as an INNER JOIN. EXISTS requires the use of a correlated subquery and is a form of RBAR that is sometimes faster than...

  • RE: Split integer valuefrom decimal valye

    indraprakash (7/7/2008)


    Note: We can't use convert function

    The ROUND function with the truncate option is definately the way to go... but why is it that you can't use the CONVERT function?

  • RE: Congratulations to Our New MVPs

    Thanks David... Heh... what I'd really like to do is raise a glass at the bar!:P

  • RE: Time Calculation

    Sorry Robert... "OP" is forum shorthand for "Original Poster".

    The thing is that the table I am retrieving the data from is a production/live database and cannot be modified, the formats...

  • RE: To Certify or Not To Certify

    Now, that's something I can definitely agree with! 🙂

  • RE: eliminating duplicates

    harshil (7/8/2008)


    Yes Mr. Actually I have read the requirements and I have correctly suggested the intended solution to delete duplicate records.

    Although I have intentionally mentioned it for SQL SERVER...

  • RE: To Certify or Not To Certify

    Mark Horninger (7/8/2008)


    I have to wonder if the people you're seeing are the exceptions or the rule....

    I know one certified person who I worked with that didn't have a clue,...

  • RE: To Certify or Not To Certify

    Mark Horninger (7/8/2008)


    Jeff,

    Was it a test DB with space issues? Dunno why anyone would want do do that....

    Mark

    The guy didn't even take the time to find out......

  • RE: To Certify or Not To Certify

    GilaMonster (7/8/2008)


    Mark Horninger (7/8/2008)


    Jeff,

    Was it a test DB with space issues? Dunno why anyone would want do do that....

    Mark

    I think it was a posting on these forums....

  • RE: To Certify or Not To Certify

    GilaMonster (7/8/2008)


    Just to stir things a bit, what's the opinion of the general skill level in our industry (ignoring certified/not certified)?

    Based on what I've seen in real life at work...

    5%...

  • RE: Time Calculation

    Alright... I was hoping the OP would come up with something himself...

    Here's a million rows test table... as usual, read the comments for what each column represents...

    --===== Create and...

Viewing 15 posts - 49,321 through 49,335 (of 59,066 total)