Forum Replies Created

Viewing 15 posts - 466 through 480 (of 984 total)

  • RE: Manageing ReportServerTempDB

    We just treat it like any other database, so whatever maintenance routines there are will also happen to ReportServerTempDB...

  • RE: Question on Simple Recovery Model

    BLOB EATER (10/28/2016)


    As Jeff said, I would get a coffee and enjoy reading this:

    https://technet.microsoft.com/en-us/library/2009.02.logging.aspx#id0060077

    I would also get several coffees and a sandwich, and read Tony Davis & Gail Shaw on...

  • RE: Clownpocalypse and DR

    Eric M Russell (10/25/2016)


    Marcia J (10/25/2016)


    I remember in the late 80's saying that the 2-digit year would be a problem and getting the message from other programmers, "So what? ...

  • RE: Are the posted questions getting worse?

    BLOB_EATER (10/24/2016)


    jasona.work (10/24/2016)


    Ed Wagner (10/24/2016)


    Ed Wagner (10/24/2016)


    Jeff Moden (10/23/2016)


    Man, the spam is getting worse. The other morning, 41 out of 50 posts were spam. This morning is almost...

  • RE: Who is that masked man anyway?

    Ed Wagner (10/24/2016)


    Gary Varga (10/24/2016)


    Ed Wagner (10/22/2016)


    ...Who doesn't do performance tests before releasing something to production?...

    Surprisingly many. Too many.

    Sadly, you're probably right.

    And then there are those that buy in third-party...

  • RE: Calculate age in 6 months

    AIRWALKER-375999 (10/24/2016)


    Hello,

    I am using the code below to generate a list of current ages and the age in 6 months based on the date of birth:

    SELECT PERSON_ID,

    DOB,

    DATEDIFF(YEAR,DOB,GETDATE()) AS [CURRENT_AGE],

    year(dateadd(MONTH,6,GETDATE()))...

  • RE: Hide rows such as 4, 8, 14, 18, 24, 28 and so on

    Luis Cazares (10/20/2016)


    That's a weird requirement. What's the story behind this?

    Here's a shorter alternative which I expect that might be a bit faster (not much).

    WITH numbers AS

    (

    ...

  • RE: Are the posted questions getting worse?

    TomThomson (10/20/2016)


    20 years ago was a few months over 30 years since my first computing job. And I was the oldest person in my last 2 companies.

    20 years ago...

  • RE: Are the posted questions getting worse?

    jasona.work (10/20/2016)


    Geez, it's amazing how long it can take to backup a 150GB database across a network...

    ...especially a 100MB network between two DCs a hundred+ miles apart...

    Finally got the migration...

  • RE: Hide rows such as 4, 8, 14, 18, 24, 28 and so on

    You could prevent that data from coming back to the report in the first place by doing something like:

    WITH numbers AS

    (

    SELECT

    ...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (10/19/2016)


    ThomasRushton (10/19/2016)


    Brandie Tarvin (10/19/2016)


    ThomasRushton (10/19/2016)


    rodjkidd (10/19/2016)


    ThomasRushton (10/19/2016)


    In other news, today I overheard m'colleague saying "maybe the DBA team would be a beacon..."

    at which point I lost the plot.

    are...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (10/19/2016)


    ThomasRushton (10/19/2016)


    rodjkidd (10/19/2016)


    ThomasRushton (10/19/2016)


    In other news, today I overheard m'colleague saying "maybe the DBA team would be a beacon..."

    at which point I lost the plot.

    are you sure it...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (10/19/2016)


    ThomasRushton (10/19/2016)


    In other news, today I overheard m'colleague saying "maybe the DBA team would be a beacon..."

    at which point I lost the plot.

    Oh, oh, oh.

    May I steal this...

  • RE: Are the posted questions getting worse?

    rodjkidd (10/19/2016)


    ThomasRushton (10/19/2016)


    In other news, today I overheard m'colleague saying "maybe the DBA team would be a beacon..."

    at which point I lost the plot.

    are you sure it wasn't ... would...

  • RE: Are the posted questions getting worse?

    In other news, today I overheard m'colleague saying "maybe the DBA team would be a beacon..."

    at which point I lost the plot.

Viewing 15 posts - 466 through 480 (of 984 total)