Forum Replies Created

Viewing 15 posts - 4,351 through 4,365 (of 9,399 total)

  • RE: Calculating the status duration

    TheSQLGuru (1/2/2016)


    This sounds like a pretty complex requirement. Thus it is even more important than usual for you to give us sample table(s), sample data and expected output. You need...

  • RE: The Most Common Query Blunders...

    Jeff Moden (1/1/2016)


    Heh... without going into too many details, I've found that one of the most common query blunders is the nearly religious belief in rote, so called "best practices"...

  • RE: Today's Random Word!

    Luis Cazares (12/31/2015)


    Ed Wagner (12/31/2015)


    DonlSimpson (12/31/2015)


    Grumpy DBA (12/31/2015)


    eccentricDBA (12/30/2015)


    DonlSimpson (12/30/2015)


    Carpe diem

    YOLO

    YODO

    Yoda

    Qui-Gon

    Obi-Wan

    Anakin

  • RE: Are the posted questions getting worse?

    BrainDonor (12/31/2015)


    Right guys, I'm going quiet for a few days. I'm just about to leave my desk for the last time at this job, and will re-appear in about a...

  • RE: query for datetime

    Eirikur Eiriksson (12/31/2015)


    Slightly more elaborate test

    DECLARE @timer TABLE (T_TEXT VARCHAR(16) NOT NULL, T_TS DATETIME2(7) NOT NULL DEFAULT (SYSDATETIME()));

    DECLARE @BIGINT_BUVKET BIGINT = 0;

    DECLARE @DATE_BUCKET_01 DATETIME = 0;

    DECLARE...

  • RE: The End of 2015

    Eric M Russell (12/31/2015)


    Maybe it's just me, but it seems this past year (and 2014 as well) there were a lot of existential discussions here on SQLServerCentral regarding our careers...

  • RE: Are the posted questions getting worse?

    I'm staying in tonight as well. I'll be having a great time preparing a seven-course meal for the family, which is something I really enjoy.

    Everyone have a safe and...

  • RE: Today's Random Word!

    DonlSimpson (12/31/2015)


    Grumpy DBA (12/31/2015)


    eccentricDBA (12/30/2015)


    DonlSimpson (12/30/2015)


    Carpe diem

    YOLO

    YODO

    Yoda

    Qui-Gon

  • RE: Syntax error in recursive cte

    Good catch, Luis.

    Tallboy, if you aren't familiar with tally tables and how they can be used, see the article at http://www.sqlservercentral.com/articles/T-SQL/62867/ for explanation and examples.

  • RE: Help with a query, plz

    You need to look at your requirements and then really look at your data. The view pulls together some data, but you need filters you don't have, so go...

  • RE: Help with a query, plz

    Take a look at the data J Livingston has posted.

    Do you want all rows where there's an F in both columns? Alan's code does this.

    Do you want...

  • RE: SQL Server 2012 Failover Cluster-How to update ?

    I don't use Cluster-Aware Updating either. I have Windows 2012 R2 running SQL 2012 and I find the whole process to be pretty simple.

    Here's the process I use, referring...

  • RE: Are the posted questions getting worse?

    Michael L John (12/29/2015)


    I'm surprised that Flint didn't make the list. Oh...wait...that's probably because there isn't anyone left in Flint. 😛

    Saginaw, for a city of its size, if remarkably...

  • RE: Where Do Staging Tables Belong

    It truly does depend on the scenario. I do log backups on my development server, too. I also have staging databases in production that are in simple recovery...

  • RE: Update Statement

    There's no actual question here, so we don't know how we can help. Without knowing what your temp table looks like, it's going to be impossible to answer most...

Viewing 15 posts - 4,351 through 4,365 (of 9,399 total)