Forum Replies Created

Viewing 15 posts - 7,051 through 7,065 (of 10,144 total)

  • RE: GROUP BY PROBLEM IN SP

    brainblower13 (11/16/2010)


    SOURCE DATA:

    COLUMN NAMES:ID ,STREAMID ,OFFEREDTIME ,TERMINATEDTIME ,Menuname,Prevmenuname,NextMenuName,ivrdisconnected,CallerANI,CallerDNI

    200 , 160#A31 ,2010-06-01 01:29:59.000,2010-06-01 01:29:59.000,Account,Agent,Agent Transfer,13,9865,9678

    221,160#B31,2010-06-01 02:29:59.000,2010-06-01 01:29:59.000,MenuName,Repeat Offer,Account,15,998,997

    222,160#c#1,2010-06-01 03:29:59.000,2010-06-01 02:29:59.000,Previousmenu,Account,Agenttransfer,16,997,09

    This doesn't work. What Lutz is asking for is a CREATE...

  • RE: Query of rg1

    chintalagiriprakash (11/16/2010)


    hello chriss

    its no were use for me iam getting all wrong data with ur query so please change my query as per my requirement

    regards

    Prakash

    Have you read the Best...

  • RE: Calculating Moving Averages with T-SQL

    What version of SQL Server are you using?

  • RE: Are the posted questions getting worse?

    Jack Corbett (11/15/2010)


    Appreciate the advice coming from y'all on my burn out thread.

    Plenty of 20/20 hindsight in there, Jack. Everything you need to know and then some. Take it easy,...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (11/15/2010)


    Heard from Barry. He's fine, just busy.

    Good news to start the day. Thanks Steve.

  • RE: Burned Out?

    It will get better, it doesn't seem likely right now but it will. The best advice that can be given has already been posted - if you can't see the...

  • RE: Today's Random Word!

    Brandie Tarvin (11/15/2010)


    I did archery (lousy archery) when I was a kid. Been thinking about getting back to it, but the local sports stores only carry hunting bows and I...

  • RE: Today's Random Word!

    Kit G (11/15/2010)


    Chris Morris-439714 (11/15/2010)


    Kit G (11/15/2010)


    Chris Morris-439714 (11/15/2010)


    Torque. New longbow is ready for collection. 130#@32", hickory / satinwood / ipe.

    Jealous

    You can play, Kit!

    I would have to work up to...

  • RE: Detective Stories - Changing the Case

    arty 15255 (11/15/2010)


    Does that mean that looping through each character is better?

    Yes, if it means avoiding an unnecessary table scan!

    if @@rowcount>0 goto r

    "If the last iteration f the UPDATE performed...

  • RE: Detective Stories - Changing the Case

    arty 15255 (11/15/2010)


    Why nobody likes my solution without UDF, WHILEs, Dynamic SQL statments, etc ...

    🙂

    ...snip...

    Because it has a loop?

    Or because it has to perform n table scans, where...

  • RE: Today's Random Word!

    Kit G (11/15/2010)


    Chris Morris-439714 (11/15/2010)


    Torque. New longbow is ready for collection. 130#@32", hickory / satinwood / ipe.

    Jealous

    You can play, Kit!

  • RE: Today's Random Word!

    Torque. New longbow is ready for collection. 130#@32", hickory / satinwood / ipe.

  • RE: Query of rg1

    This query looks as if it was originally written by a programmer then messed about with by someone who is very unsure of what they are doing. The end result...

  • RE: Running index based on previous row

    Not sure what an "Index Calculation" is, unless it's a computed column associated with an index?

    Anyway, here's an alternative to the QU (quirky update) method, a recursive CTE. It's...

  • RE: Finding Repeating Amount (more than 1 as group)

    Jeff Moden (11/14/2010)


    Report 1: (Repeating Amount and how many days it is repeating) for the last 30 days from the current date.

    Lutz and Chris,

    I'm not sure what's going on...

Viewing 15 posts - 7,051 through 7,065 (of 10,144 total)