Forum Replies Created

Viewing 15 posts - 481 through 495 (of 984 total)

  • RE: Are the posted questions getting worse?

    rodjkidd (10/19/2016)


    Um, in other news, text last night around 10 pm from agency about a role in London to start on Oct 31, email this morning about it from the...

  • RE: Restore database

    Grant Fritchey (10/18/2016)


    I've got an article I wrote on backup testing. You can see all the options available[/url]. As everyone says though, the one way to be sure is to...

  • RE: Mystery Value in Variable

    Sergiy (10/17/2016)


    deekadelic (10/17/2016)


    I thought of that, but when I ran the following code:

    use MainReport

    select object_name(m.object_id), m.*

    from sys.sql_modules m

    where m.definition like N'%ImportJobRevenue%'

    to find all references to the proc...

  • RE: Today's Random Word!

    djj (10/14/2016)


    Lynn Pettis (10/14/2016)


    Kaye Cahs (10/14/2016)


    djj (10/14/2016)


    Grumpy DBA (10/14/2016)


    djj (10/14/2016)


    crookj (10/13/2016)


    Bang

    Drum

    Slowly (anyone get this reference?)

    Book

    Worm

    Fish

    Fry

    Day

  • RE: Are the posted questions getting worse?

    Grant Fritchey (10/12/2016)


    jasona.work (10/12/2016)


    Now this sounds like it has an interesting story behind it...

    Grant Fritchey (10/12/2016)


    I'm the guy who helped a developer send porn to our client list (I didn't...

  • RE: What do you do or think about on the way to work?

    Marcia J (10/11/2016)


    I work from home, so my 'commute' is from one room to another. On the way, I'm mostly thinking about coffee or tea.

    Oh, I miss those days...

  • RE: Are the posted questions getting worse?

    jasona.work (10/11/2016)


    So I was just asked by someone to help try to level a sign on a message board here...

    He's trying to eyeball it while his co-worker adjusts the sign...

  • RE: Bingle is my Senior DBA

    umailedit (10/8/2016)


    You could implement a stackexchange type qa site, instead of or in addition to a forum. A qa site will restrict duplicate questions unlike forums.

    Such as the one...

  • RE: Coming Attacks

    Gary Varga (10/3/2016)


    ...are we leading to a future where the criminal element move into digital protection rackets? ...

    "Nice website. Shame if anything were to...happen...to it..." :Whistling:

  • RE: Are the posted questions getting worse?

    BLOB_EATER (9/30/2016)


    I'm super pumped at the moment 1 of my tutorials on Azure DWH will be moving over to the Microsoft website-wiki. :w00t:

    Whoah, congratulations! :Wow:

  • RE: The Quiet Zone

    I remember working in one place where the fire alarm going off would cause server room doors to lock - reasonable, in a way, as you don't want people wandering...

  • RE: Microsoft SQL Server, Error: 18456

    State = 1 is the state reported back to / by the client app.

    What does the server log say the State is for that error? That's the useful one.

  • RE: Multiple row data need to be convert as Coloumn

    Quick answer: concatenate strings using XML path.

    Full answer with script: Only if you provide scripts to create the source data table with data...

  • RE: Microsoft SQL Server, Error: 18456

    I seriously recommend raising this as a new question in the SQL 2014 section of this site. And please provide the full error codes (including the state), as this...

  • RE: Update Rows across tables sequentially

    I tried doing the old updateable view thing, but that wouldn't work because of a union in the view definition...

    Here's a suggestion...

    You'll need to create a temporary table (or table...

Viewing 15 posts - 481 through 495 (of 984 total)