Forum Replies Created

Viewing 15 posts - 41,626 through 41,640 (of 49,562 total)

  • RE: VIMP*Backup

    When was the previous log backup? Was there anything that broke the log chain since then (switch to simple, truncate only)?

  • RE: VIMP Backup

    Please don't start new threads for existing questions. It just leads to duplicate replies and wastes people's time.

    Asked and answered - http://www.sqlservercentral.com/Forums/FindPost638856.aspx

    No replies to this thread please.

  • RE: Are the posted questions getting worse?

    RBarryYoung (1/17/2009)


    Hey, I just read it. That is a great article!

    Agreed. Steve, can you republish this?

  • RE: Error Converting Data type varchar to numeric

    What type are they at the moment?

  • RE: SQLCLR to SQL-Server 2005

    What kind of CLR stuff do you have? Just asking in general about migrating it's a pretty vague question.

  • RE: Is there something like rowtype in SQL Server 2008

    matsinopoulos (1/18/2009)


    Hi,

    I was wondering whether there is any similar construct in SQL Server 2008 with what one has in Oracle as ROWTYPE.

    No. You'll have to do it the hard way.

    Aside,...

  • RE: Need output as 1,2,3,...10

    RBarryYoung (1/17/2009)


    This being an ORDER BY on the outermost SELECT, it seems that it is guaranteed to be so sorted.

    Ummm. This is an odd case. I chatted with one of...

  • RE: Are the posted questions getting worse?

    Jeff Moden (1/17/2009)


    Heh... first, you do realize that I was spoofing on him, right. 🙂 Just gotta make sure.

    It was prettyn obvious

    And I agree... correct answer for the...

  • RE: VIMP*Backup

    kiransuram19 (1/17/2009)


    1)When we backup a T-log does it have both active and In-active transactions? If yes ,what is the purpose of In -active transactions ?(Since In-active trans are already written...

  • RE: Truncate log file

    Paresh Prajapati (1/17/2009)


    Anywany if u want to talt log backup with truncation , Please take full backup of database after that..

    I said that.

    GilaMonster (1/17/2009)


    It's not obsolete from yukon (SQL 2005)....

  • RE: Restore Database Without Log

    Paresh Prajapati (1/17/2009)


    That'y i said to take transaction log backup of current DB again and then apply it after that..

    Except that, as Paul said, if the log's corrupt when you...

  • RE: Truncate log file

    MichaelJasson (1/17/2009)


    One curiousity here. When we make the recovery model = simple and the create the checkpoint and then again change this to full backup. Does this not break the...

  • RE: Guess I'm a tard.

    krypto69 (1/17/2009)


    What am I missing?

    An attached execution plan, along with the table definition, the index definitions and, if possible, an estimate of the number of rows in the table, the...

  • RE: Are the posted questions getting worse?

    Jeff Moden (1/17/2009)


    Heh... I can just see the flame comments now.

    😀

    I'm writing an article on corruption at the moment and one of the things I've had to put...

  • RE: Dead lock

    bhushanvinay (1/17/2009)


    Look at issuing a nolock on the tables when do create the stored proc's this should help in getting the locks down.

    Providing you don't mind the chance of incorrect...

Viewing 15 posts - 41,626 through 41,640 (of 49,562 total)