Forum Replies Created

Viewing 15 posts - 50,296 through 50,310 (of 59,078 total)

  • RE: exec sp_executesql

    p.s.

    I don't know what the code is actually trying to do nor why you feel you need dynamic SQL to do it, but if you break all the lines just...

  • RE: exec sp_executesql

    Issam,

    Are you simply trying to slice a given number into slices containing 3 digits each?

  • RE: Errors with Select query

    Yes, but that bit of math is the divisor in a larger formula...

    CASE WHEN (SUM(CONVERT(NUMERIC,CRC.Contact))*100) <> 0.0 THEN ISNULL(CONVERT(DECIMAL(6,2),(SUM(CONVERT(NUMERIC,CRC.Contact))/(CONVERT(DECIMAL(6,2),(SUM(TalkTime + HoldTime + WrapTime + WaitTime + PreviewTime +...

  • RE: sa removal

    If you simply rip the SA rug out from under them, you'll make a lot of enemies... you need to get management to buy into a good security plan where...

  • RE: decrypt sql server 2005 sp

    Ok... thanks...

    Like the others have said, if you do a Google or other search, you'll find several articles on how to do this. It's just not something that most...

  • RE: User Defined Function With CTE

    Marvin,

    So, is the CTE a good enough solution for you?

    Shifting gears a bit... its pretty clever how they put the test question assessment list together so that it works against...

  • RE: decrypt sql server 2005 sp

    avipenina (5/21/2008)


    hi,

    how can i decrypt a stored procedure in sql server 2005?

    THX

    I'm curious... where is your source code? Or are to trying to break in on someone else?

  • RE: Query to retrive distinct id in child table

    sharma (5/24/2008)


    Hi i need a query for below scnario

    [font="Arial Black"]TblMaster[/font]

    ID NAME

    100 James

    101 Joseph

    102 Felix

    103 bernadsha

    [font="Arial Black"]TblChild[/font]

    ID NAME LOCATION

    100 James New Jersy

    101 Joseph California

    102 Felix New York

    103...

  • RE: Errors with Select query

    Obviously, the following creates a zero somewhere...

    TalkTime + HoldTime + WrapTime + WaitTime + PreviewTime + DeadTime

    What do you want to do when you have a zero in that simple...

  • RE: User Defined Function With CTE

    FROM LD_SDT

    LEFT OUTER JOIN WK_SDT_ORGANIZER B ON

    ...

  • RE: data mining structure processing issue

    Please check you post... can't see what you posted for the "view".

  • RE: sa removal

    It's easy... don't try to remove the SA login... just change the password and don't give it out to anyone, ever...

  • RE: Passing Parameters as (almost) 1, 2, and 3 Dimensional Arrays

    Matt Miller (5/23/2008)


    The funny clothes I can deal with. The tin foil hat on the other hand...:)

    Heh! C'mon... I don't wear the hat in public... and no one...

  • RE: DELETE DUPLICATE RECORDS

    Heh... TODD!!!??? Why are you having me figure it out... run it against the table generator I provided and report your findings! 😀

    The answer to your question is...

  • RE: User Defined Function With CTE

    Heh... post the other data from the other table and let's see if we can get it down to a couple of minutes, eh? 🙂

Viewing 15 posts - 50,296 through 50,310 (of 59,078 total)