Forum Replies Created

Viewing 15 posts - 5,881 through 5,895 (of 10,144 total)

  • RE: Are the posted questions getting worse?

    GSquared (8/16/2012)


    ChrisM@Work (8/16/2012)


    Hi folks, this evening I’m collecting Symba from here: http://www.tvaw.org.uk/Adoption.htm. We’ve met already, he’s awesome.

    Not sure of the name though. Symba is a bit silly, it’s a misspelling...

  • RE: Query runs slow

    pwalter83 (8/16/2012)


    ChrisM@Work (8/16/2012)


    Paul, have you tried these two yet?

    WHERE MB.CREATE_DT > = DATEADD(HOUR,-14,GETDATE()-1) -- similar to DATEADD(D, 0, DATEDIFF(D, 1, GETDATE()))

    WHERE MB.CREATE_DT > = DATEADD(HOUR,0,GETDATE()-1) -- similar to getdate()...

  • RE: Are the posted questions getting worse?

    Hi folks, this evening I’m collecting Symba from here: http://www.tvaw.org.uk/Adoption.htm. We’ve met already, he’s awesome.

    Not sure of the name though. Symba is a bit silly, it’s a misspelling of the...

  • RE: Crazy Interviews

    Earlier this year I had an interview for a gig right next to Swindon station, a dream forty-minute commute compared with the two hours each way I’d been on for...

  • RE: Query runs slow

    Paul, have you tried these two yet?

    WHERE MB.CREATE_DT > = DATEADD(HOUR,-14,GETDATE()-1) -- similar to DATEADD(D, 0, DATEDIFF(D, 1, GETDATE()))

    WHERE MB.CREATE_DT > = DATEADD(HOUR,0,GETDATE()-1) -- similar to getdate() - 1

    It's...

  • RE: UPDATE when the values are the same

    GilaMonster (8/16/2012)


    ChrisM@Work (8/16/2012)


    but for a CI, there is so much activity associated with a value change that I'm surprised there's no check.

    I suspect it's because of the level and point...

  • RE: How to escape the ^ symbol in the following function

    Abu Dina (8/16/2012)


    Sorry

    select cleanstring from dbo.isfn_QBRemoveNonAlphaChars('Abu???////Dina')

    Gives back AbuDina so no spaces insrted. 🙁

    Here's something I knocked up over lunch, shouldn't take long to swap the tally table for Jeff's:

    SELECT...

  • RE: Query runs slow

    pwalter83 (8/16/2012)


    ChrisM@Work (8/16/2012)


    pwalter83 (8/16/2012)


    Hi,

    The query I am working on runs very slow due to a piece of code -

    CREATE_DT > = DATEADD(D, 0, DATEDIFF(D, 0, GETDATE())) -1

    Could someone please...

  • RE: UPDATE when the values are the same

    GilaMonster (8/16/2012)


    Paul showed that for a heap (the only case in discussion here), the page is not dirtied and the update log record not written when an update occurs that...

  • RE: UPDATE when the values are the same

    Phil Parkin (8/16/2012)


    I'd like to nominate this as a candidate for the 'esoteric thread of 2012' award 🙂

    +1

    The proofs are educational - but sooner or later someone's conclusions will be...

  • RE: ssrs doubts

    asranantha (8/16/2012)


    1)a ssrs reports has multiple parameters the reports works fine when opened from visual studio but,fails when all parameters values are selected on a broweser,

    what could be the reason?

    Please...

  • RE: How do I run subqueries on a dataset?

    Something like this:

    SELECT

    Company,

    AVG_MatchedToSent = AVG(DATEDIFF(hour,Matched_Date, Sent_Date))

    FROM YourTable

    GROUP BY Company

  • RE: Query runs slow

    pwalter83 (8/16/2012)


    Hi,

    The query I am working on runs very slow due to a piece of code -

    CREATE_DT > = DATEADD(D, 0, DATEDIFF(D, 0, GETDATE())) -1

    Could someone please suggest an...

  • RE: sql query logics

    asranantha (8/16/2012)


    hi friends i have a small doubt in sql plz tell me how to solve this task

    Hi

    You've posted four or five similar questions and as Gail has already pointed...

  • RE: How do I run subqueries on a dataset?

    Hi Don, I can't help with the SSRS issue - however, if you were to choose to do the aggregation and calculations in a query, then I could certainly help...

Viewing 15 posts - 5,881 through 5,895 (of 10,144 total)