Forum Replies Created

Viewing 15 posts - 6,781 through 6,795 (of 9,399 total)

  • RE: Are the posted questions getting worse?

    Jeff Moden (1/3/2015)


    It's only the 3rd of the year and I believe we already have a candidate for the year's most vague question.

    http://www.sqlservercentral.com/Forums/Topic1648047-2799-1.aspx

    Anyone have even a clue as...

  • RE: Are the posted questions getting worse?

    Congratulations, Gianluca. Very well done. And no, it didn't sound like you were bragging.

  • RE: Today's Random Word!

    crookj (12/30/2014)


    Ed Wagner (12/30/2014)


    BWFC (12/30/2014)


    Ed Wagner (12/30/2014)


    TomThomson (12/29/2014)


    Ed Wagner (12/29/2014)


    eccentricDBA (12/29/2014)


    SQLRNNR (12/29/2014)


    Mandible

    Ironjaw

    Game

    Set (and Match)

    Tennis

    Elbow

    Knee

    Luv (or love if you wish...)

    Zero

  • RE: Today's Random Word!

    BWFC (12/30/2014)


    Ed Wagner (12/30/2014)


    TomThomson (12/29/2014)


    Ed Wagner (12/29/2014)


    eccentricDBA (12/29/2014)


    SQLRNNR (12/29/2014)


    Mandible

    Ironjaw

    Game

    Set (and Match)

    Tennis

    Elbow

    Knee

  • RE: Starting from Scratch - How long to get the gist of SQL Server?

    IncidentalProgrammer (12/29/2014)


    Fortunately, I won't have to worry about doing the backups in SQL, myself. Corporate backs everything up automatically on a daily basis, and I'm told that to restore, all...

  • RE: Today's Random Word!

    TomThomson (12/29/2014)


    Ed Wagner (12/29/2014)


    eccentricDBA (12/29/2014)


    SQLRNNR (12/29/2014)


    Mandible

    Ironjaw

    Game

    Set (and Match)

    Tennis

  • RE: Query Help -- Percentile Calculation for each value

    So change your ORDER BY clause to suit what order you're after.

    ORDER BY r.QUARTILE, CAST(R.Score AS int);

  • RE: Today's Random Word!

    eccentricDBA (12/29/2014)


    SQLRNNR (12/29/2014)


    Ed Wagner (12/29/2014)


    djj (12/29/2014)


    BWFC (12/29/2014)


    Ed Wagner (12/29/2014)


    TomThomson (12/28/2014)


    djj (12/26/2014)


    SQLRNNR (12/26/2014)


    Dive

    Food

    Grub

    Worm

    Wood

    Project

    Power Tools

    Mandible

    Ironjaw

    Game

  • RE: Moving On

    I wish we had a notes column on our electronic timesheets, but we don't, so I use my calendar for keeping track of what I do all day. I...

  • RE: Synonyms and Temp Tables

    Steve Jones - SSC Editor (12/27/2014)


    Comments posted to this topic are about the item <A HREF="/questions/T-SQL/120079/">Synonyms and Temp Tables</A>

    I don't use global temp tables very much myself, but it's good...

  • RE: Today's Random Word!

    djj (12/29/2014)


    BWFC (12/29/2014)


    Ed Wagner (12/29/2014)


    TomThomson (12/28/2014)


    djj (12/26/2014)


    SQLRNNR (12/26/2014)


    Dive

    Food

    Grub

    Worm

    Wood

    Project

    Power Tools

  • RE: Today's Random Word!

    TomThomson (12/28/2014)


    djj (12/26/2014)


    SQLRNNR (12/26/2014)


    Dive

    Food

    Grub

    Worm

  • RE: Active Monitor?

    Going back to the OP for a moment, everyone connecting with the sa user is a problem. This means that they can do literally anything on the SQL Server...

  • RE: Killing all sessions and restoring the database

    I do it exactly the way Scott described. I switch to the target database, then alter it to single user with rollback immediate. Switch to a different database...

  • RE: Killing all sessions and restoring the database

    ramana3327 (12/23/2014)


    Hi,

    I am working with database restore. It is showing database is in use. Instead of single_user mode, I use the below query. It is giving error

    USE [master]

    GO

    DECLARE @dbName...

Viewing 15 posts - 6,781 through 6,795 (of 9,399 total)