Forum Replies Created

Viewing 15 posts - 346 through 360 (of 1,492 total)

  • RE: Are the posted questions getting worse?

    TomThomson (5/26/2014)


    dwain.c (5/25/2014)


    Sean Lange (5/23/2014)


    LOL. Apparently I need to endorse my SSC friends more on LinkedIn.

    Answer No to the one about TFS. Unless it's a recipe for alphabet soup.

    That...

  • RE: Are the posted questions getting worse?

    SQLRNNR (5/20/2014)


    paul.knibbs (5/20/2014)


    SQLRNNR (5/20/2014)

    Definitely something to avoid.

    Maybe this guy saw that story about the programmer who outsourced all his own work to China for a fraction of his salary and...

  • RE: urgent_Backup_needed

    I think you would have enjoyed my Select Statement. 😀

    Just tried to get them to ask a real question.

    Then we might understand how much help is needed.

    Ding, Ding, Ding....

    How many...

  • RE: urgent_Backup_needed

    vasugunda (5/20/2014)


    i need some one who can help me in guiding how to write the query

    will be much apppreciated

    Post some ddl, your query, sample data, and expected results.

    Otherwise, you...

  • RE: Difference between two dates (Excluding Weekends)

    If ignoring weekends, is there any consideration for normal business hours?

    For example, 8am to 6pm are normal business hours.

    If start is 4:30 pm on Thursday, and end is 9:15am on...

  • RE: OLAP SSAS

    Sounds like you need to install Analysis Server.

    I would verify which version - 2008 R2 or 2014, they are different.

    And I would also do this in a test environment, not...

  • RE: Query & graph

    Use Excel in Reporting Services, or just Excel 2010 or above.

    Generally, this would be something posted under Reporting Services or a BI / Data Warehousing topic.

  • RE: Are the posted questions getting worse?

    Ed Wagner (5/14/2014)


    Sean Lange (5/14/2014)


    GilaMonster (5/14/2014)


    Koen Verbeeck (5/14/2014)


    This was a funny topic 😀 (especially the last replies)

    Sorry, am a little short on patience today.

    I almost spit my coffee on the...

  • RE: difference between '‚' and ','

    Grant Fritchey (5/14/2014)


    Greg Edwards-268690 (5/14/2014)


    Grant Fritchey (5/14/2014)


    Since you now know that you need to replace the one character, you could try using the REPLACE T-SQL statement on the string (not...

  • RE: difference between '‚' and ','

    Grant Fritchey (5/14/2014)


    Since you now know that you need to replace the one character, you could try using the REPLACE T-SQL statement on the string (not on the column) to...

  • RE: Trace Duration in -ve

    Probably a rounding error.

    Could also be server synching time with domain controller, if this happened between start and end of trace.

  • RE: Adding parameters to SQL in Excel

    You can also have a cell referenced in the worksheet, and when changed, it will reresh the query.

  • RE: What is wrong with this syntax? Query will work, but CTE will not "compile"

    Luis Cazares (4/8/2014)


    Since you're correcting this code, why don't we make it simpler and faster?

    WITH UnloadDates AS(

    SELECT ShipmentID,

    MIN(starttime) StartTime,

    MAX(Endtime) EndTime

    FROM tblInvoice O

    WHERE O.startTime IS NOT NULL

    AND O.EndTime IS...

  • RE: Are the posted questions getting worse?

    GilaMonster (4/28/2014)


    TomThomson (4/25/2014)


    Steve Jones - SSC Editor (4/24/2014)


    rodjkidd (4/23/2014)


    Hope the op and recovery go well. You gotta make it over for SQL Bits.

    Rodders...

    On the shed-dyule for Bits, and planning on...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (4/22/2014)


    Jeff Moden (4/22/2014)


    ChrisM@Work (4/22/2014)


    The easiest method I've seen was shown to me by a prawn fisherman in Ullapool and I've only tried it with herring but it would...

Viewing 15 posts - 346 through 360 (of 1,492 total)