Forum Replies Created

Viewing 15 posts - 44,911 through 44,925 (of 59,063 total)

  • RE: Concatenating String and HEX value into Binary field

    I'd bet credits to Navy beans that a legacy system also has legacy code. Search sys.SQL_Modules.Definition for the column name using LIKE '%columnamehere%' and then use the OBJECT_NAME(OBJECT_ID) on...

  • RE: Tune Stored Proc

    Grant Fritchey (2/26/2009)


    There's a heck of lot here to chew on, but the first thing that jumped out at me was the this little bit of RBAR (row-by-agonizing-row) processing:

    while @RevStateyr...

  • RE: DBA with no select permission

    Grant Fritchey (2/26/2009)


    In general DBA's are considered trusted employees because they can access the data. That's one of the reasons the job pays more. If they can't trust the DBA,...

  • RE: Please help me with this query

    Roy Ernest (2/26/2009)


    That worked fine.... Thank You all for helping me out. Appreciate it very much. 🙂

    Roy

    How's the performance, Roy?

  • RE: Are the posted questions getting worse?

    GilaMonster (2/26/2009)


    Jeff Moden (2/26/2009)


    All SQL Keywords in UPPER CASE.

    All database names, table names, procedure names, column names, column aliases, variable names (basically, my stuff) etc, in MixedCase with no underscores....

  • RE: Are the posted questions getting worse?

    Bruce W Cassidy (2/26/2009)


    So what's the value of upper case?

    Works better on old eyes like mine. That and...

    This is very much personal preference stuff though.

    Heh... correct... well... except in...

  • RE: help

    Looks like a final exam to me... who gets the "A" if we answer them?

    It's time to hucker down and do you own work... heh... c'mon, it'll be fun! 😉

  • RE: Are the posted questions getting worse?

    I follow the following casing standard...

    All SQL Keywords in UPPER CASE.

    All database names, table names, procedure names, column names, column aliases, variable names (basically, my stuff) etc, in MixedCase with...

  • RE: Determining the Nearest Record to a Given Location

    GSquared (2/26/2009)


    Jeff Moden (11/29/2008)


    Heh... milliseconds per calculation mean a lot if you have millions of shipments to make.

    Actually, difference is microseconds per calculation, but for the sake of argument, let's...

  • RE: A Case For Concatenation (Building Delimited Strings ) In T-SQL

    Bruce W Cassidy (2/26/2009)


    [font="Verdana"]One of the recent (i.e. in the last ten years) changes in data warehousing has been a move away from specialised ETL tools like Informatica, Data Stage,...

  • RE: Concatenating Field Values

    mark_92708 (2/26/2009)


    Hi all,

    I was reading this thread because I was looking for a solution to this identical problem - trying to concatenate the result strings of one field from a...

  • RE: transpose row to columns

    Yep... it's call a "Cross-Tab" or "Pivot"... and the type of table you have is called an "NVP" or "Name/Value Pair" table...

    SELECT ID,

    ...

  • RE: Can any one tell me?

    saravanantvr1984 (2/26/2009)


    how can we convert date(2009-02-26) format to this format Twenty-Second May Nineteen Nineteen Eighty Two?

    is it possible in 2000/2005?

    I can understand maybe doing this on numbers for a check...

  • RE: Are the posted questions getting worse?

    Derek Dongray (2/26/2009)


    Roy Ernest (2/25/2009)


    We could have a thread here that fights out the best practice list and we can provide a final list to the Newbies. 😀

    Then someone could...

Viewing 15 posts - 44,911 through 44,925 (of 59,063 total)