Forum Replies Created

Viewing 15 posts - 751 through 765 (of 49,552 total)

  • RE: Recover data from encrypted log file

    If there are no log backups between the full and the time it crashed, then you, by definition, have all of them, since there are 0.
    The full recovery requirement...

    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: The order of TRUNCATE and DROP / DISABLE NONCLUSTERED INDEXES

    It'll make no difference whether you drop the indexes first then truncate the table or vis versa.

    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 data from encrypted log file

    Depends. It's the same as for a DB without TDE.

    The DB needs to have been in full recovery model, you must have all the log backups since 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: log shipping

    D:Logs is not a valid path. It should be D:\Logs. Check your setup and paths.

    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: log shipping

    Your error message got mangled with a smilie. Can you either paste the whole thing again, or post a screenshot? Preferably both.

    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: log shipping

    PearlJammer1 - Friday, September 22, 2017 5:43 AM

     My question is will it work from sql2012 standard to sql2012 Enterprise ?

    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: USER DATABASE PFS WAIT

    There's a difference between PAGEIOLATCH and PAGELATCH waits

    The info you'd have seen about PFS page waits in tempDB are PAGELATCH waits, waits to access a page that's in...

    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 error

    Use a case statement to check whether bargain = 100 and only do the division if it's not.

    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: AlwaysOn Secondary backup (Full & Log) - Primary T-Log not shrinking

    Roger Mac - Wednesday, September 20, 2017 11:26 AM

    Perhaps as we move DB's to the AO clusters I just need to make...

    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: AlwaysOn Secondary backup (Full & Log) - Primary T-Log not shrinking

    Roger Mac - Wednesday, September 20, 2017 4:35 AM

    SO, It appears the Secondary Full (copy-only) + Secondary Log (not copy-only) backups do not...

    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: Partitioning Data on First Character

    I think you'll have to add a derived column to partition on, and, if you want performance improvements, your queries will have to filter on that derived column, 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: Clustered Index Update Slow Update On Large Table

    The plan doesn't show anything useful.

    How long does the update take?
    Does it always take that long?

    Is the query waiting for anything, and if so,...

    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: Job failing with maximum row size exceeds the allowed maximum of 8060 bytes.

    Database admin(DBA) - Tuesday, September 19, 2017 2:28 PM

     in case if the row size is more than 8060 then how we...

    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: Job failing with maximum row size exceeds the allowed maximum of 8060 bytes.

    No, that's not the issue.
    Batch size is the number of rows that are loaded at a time. The problem that you have is that one or more of your...

    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: Partitioning Data on First Character

    Why are you partitioning the data?

    Partitioning is mostly for data management, fast loading, fast deleting, index rebuilds at a partition level, compression at a partition level.
    It does...

    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 - 751 through 765 (of 49,552 total)