Forum Replies Created

Viewing 15 posts - 9,391 through 9,405 (of 49,552 total)

  • RE: I can't able to restore the Tail Log back up..

    Don't use the GUI

    Do your restores with T-SQL statements. Restore the normal log backups, in sequence, with norecovery, then restore the tail log backup. Extension is irrelevant, SQL doesn't care...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Out Of Memory Exception

    That is a .net error. SQL Server is not written in .net, hence it's not a SQL Server error.

    It's an application error.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: I can't able to restore the Tail Log back up..

    Yes, you can use T-SQL to restore multiple log backups.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: I can't able to restore the Tail Log back up..

    Use T-SQL.

    RESTORE LOG ....

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: High Memory is 70% & growing Fast

    praneethydba (4/8/2014)


    Client is sitting next to me and asking for reasons...

    Tell him that SQL is designed to use all the memory it is allocated and that using 90% of the...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Doubt on Dynamic SQL

    There's another session from somewhere else which is causing this. Identify where that other session is coming from.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQLOS: Runnable, Running, Wait List

    smallmoney (4/7/2014)


    I'm new to this and just curious why can't it cut in line in the runnable queue.

    Because it's no more eligible to run than any other process. If it...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Unable to Kill Process :dbcc inputbuffer

    You can't kill system processes, and from the value of the spid, that's likely a system process.

    Why do you want to kill it?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL SERVER VERSION

    Highly unlikely.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL Server Read ismore

    Lynn Pettis (4/7/2014)


    yuvipoy (4/7/2014)


    yes.

    inorder to hide my business process i have renamed the column.

    while pasting here i did not mention as b.column names for the columns.

    For execution plan since it...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL Server Read ismore

    Are you aware of the side effects of nolock?

    Are your users happy to be getting reports and results which are intermittently incorrect?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL Server Read ismore

    You are aware of the side effects of nolock? Your users are happy with intermittent errors in their reports?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: How do I recover a db corrupted more than 1 full backup ago, and apply all subsequent diff backups???

    mark 95074 (4/5/2014)


    "...

    System.Data.SqlClient.SqlError: The log in this backup set terminates at LSN 2804703000000039200001, which is too early to apply to the database. A more recent log backup that includes LSN...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL Server Read ismore

    yuvipoy, you know full well by this point what we need to answer performance questions.

    Table definitions, index definitions and execution plan please. Otherwise there is absolutely nothing anyone can say....

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Number of columns in table

    matt6749 (4/6/2014)


    If I have 12 different newsletters then each time a Customer record is created I've got to create 12 new records in the ancillary table.

    Correct

    Then my ancillary table...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 15 posts - 9,391 through 9,405 (of 49,552 total)