Forum Replies Created

Viewing 15 posts - 2,941 through 2,955 (of 49,552 total)

  • RE: Memory Usage Question

    coolchaitu (6/16/2016)


    max server memory just controls the buffer pool, not CLR, full text,multiple other processes that run outside of the Buffer Pool memory

    Those are small amounts of memory usually, few...

    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: recover the data

    k2000.rajesh (6/16/2016)


    DB is full recovery mode , we dont have any log backups after full back up was taken at 7:00 AM

    What times do you have log backups 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: recover the data

    VastSQL (6/16/2016)


    k2000.rajesh (6/16/2016)


    can you guide me how to recover the data

    The full back up was taken at 7:00 AM

    Users did the work till 4:30 PM

    Records were deleted at 4:45 PM

    I...

    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: Memory Usage Question

    The application will request memory, windows will ask SQL to reduce memory usage, SQL will reduce.

    Better would be for you to go and set max server memory slightly lower to...

    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 to delete part of the history from the log file?

    ztoddw (6/15/2016)


    I'm reading about Tail-Log Backups now-- looks like that's probably what would help out here...

    Nope, those are for when you're moving a database without data loss or a database...

    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 to delete part of the history from the log file?

    ztoddw (6/15/2016)


    But there is a ton of unused space now, and it still won't shrink! (I just barely tried it again.) Even when I check the box for...

    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 to delete part of the history from the log file?

    ztoddw (6/15/2016)


    So it still thinks the trans log backup is still happening? I left that backup running last night and it showed backup successful this morning and I clicked...

    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 2012 table structure

    You can call it that, yes.

    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 2012-2016 Breadth Editions

    The what edition? Where does 'breadth' come from and in what context? It's not an edition of SQL

    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: Last Wait Resource 0:0:0 ?

    No page has that ID (resource DB would be 32767:1:XX). Could be referring to an entry in the metadata, but not sure.

    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 2012 table structure

    Yes, that will insert successfully, and that's the correct, expected behaviour.

    You've defined the primary key on two columns, therefore the combination of the two has to be unique, not 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: SQL Server 2012 table structure

    And example of duplicates that succeed? Because

    INSERT INTO C (V, CT)

    VALUES ('1234567890', 'aa')

    GO

    INSERT INTO C (V, CT)

    VALUES ('1234567890', 'aa')

    GO

    Msg 2627, Level 14, State 1, Line 5

    Violation of PRIMARY KEY constraint...

    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: Backup log to disk ‘NUL’

    It'll break your recovery process and leave you unable to restore to point in time until another full backup is taken. Won't break mirroring, but that may be a small...

    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 Memory Consumption

    Bear in mind that the majority of SQL's memory won't belong to any session, it'll be the data cache and the plan cache

    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: Stored Procedure throws Violation of PRIMARY KEY constraint when called concurrently whit same parameters

    Y.B. (6/13/2016)


    works in Chrome just fine, not so much with IE. Yes, I still need to use IE for testing purposes from time to time...don't hate me for 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

Viewing 15 posts - 2,941 through 2,955 (of 49,552 total)