Forum Replies Created

Viewing 15 posts - 49,801 through 49,815 (of 59,078 total)

  • RE: Best Practices for Database Design

    Heh... I'll agree that the author had a naming convention problem with choosing the title of the article... 😉

    I've also found that a great many "personal preferences" can really gum...

  • RE: eliminating duplicates

    Heh... still, the best thing to do would be to give the person requesting that this be done without adding an IDENTITY column and without using an intermediate table a...

  • RE: eliminating duplicates

    Oh, very clever... well done, Barry!

    Only corrections are to remove the CASE in the final insert and to delete the compressed rows...

    Other than that, very, very clever... 🙂

  • RE: eliminating duplicates

    Tally table method in 2000 for this would require a triangular join... I believe. If you know a way to do this in 2k without using a loop but...

  • RE: Rules, Defaults and the SQL Standard

    Jeff Moden (6/21/2008)


    Steve Jones - Editor (6/21/2008)


    SQL Apprentice Jeff...has a nice ring to it. Maybe we can chip in for a pointy hat for you to wear to the meetings...

  • RE: Rules, Defaults and the SQL Standard

    rbarryyoung (6/21/2008)


    I want to add that IMHO, the reason that the work of ths ANSI SQL has seemed so out of step with users and practioners for the last 15...

  • RE: Rules, Defaults and the SQL Standard

    Steve Jones - Editor (6/21/2008)


    SQL Apprentice Jeff...has a nice ring to it. Maybe we can chip in for a pointy hat for you to wear to the meetings 😉

    Heh... you...

  • RE: What's the difference. . .

    Dang... I just can't beat the kids anymore... 😀

    Very nice, Matt. Thanks.

  • RE: What's the difference. . .

    Matt Miller (6/21/2008)


    I'm looking at this now - and I'm not so sure at all about this. I don't get the same results out of Count(*) as I do...

  • RE: use a sequence of column values in a query

    Absolutely perfect... you actually need to use two tables... let's say you have TableA and TableB and they are identical. You have a view or a synonym pointing...

  • RE: Get TempTable name

    Mobasha,

    To be true, there is a UID (User ID) column in the TempDB..SysObjects comapatibility view of SQL Server 2005... it's not the ID of the person that made it, though......

  • RE: TAB

    I don't understand why you think there's a problem... no one else has access to the Temp Table or Table Variables... why are you using a transaction on them? ...

  • RE: How to ignore the comma seperator inside ","

    sharma (6/21/2008)


    Thanks..

    I am using BULK INSERT in that i had specified ROW TERMINATOR & FIELD TERMINATOR only.

    How to specify a TextQualifier?

    I had used format file also.

    To the best of my...

  • RE: eliminating duplicates

    ...and, if you just happend to have posted in the wrong forum and you actually have SQL Server 2005, you need to let us know that because there's a very...

  • RE: PLEASE HELP

    sqldba (6/20/2008)


    But in this case , the apllication is sending some strings

    example

    (SVDB, N, Y; SFGB, N, N; SGTE Y, S; SVHG Y,Y; SVFH, Y, Y; ........)

    data set in string...

Viewing 15 posts - 49,801 through 49,815 (of 59,078 total)