Forum Replies Created

Viewing 15 posts - 2,746 through 2,760 (of 49,552 total)

  • RE: porting logins/users from SQL2008R2 to SQL2014

    I've used revlogin in a 2012 to 2014 migration, worked fine.

    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: Lock escalation

    You can write the extended event session to a ring buffer, that's queryable. The perfmon counter will work as well if you just want a count.

    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: 21GB DB creating 60GB log file after backup

    The log can't be reused while a backup is happening, so it suggests that, at the time you do the backup, the DB is very active (or maybe running index...

    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: Checkpoint_queue running on masterdb since 2016_07_08

    Nothing.

    Checkpoint_queue is a wait type, the checkpoint process is normally in that wait state, waiting for some work to do.

    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: logon history

    Again, no idea because we don't know the definition of the table or what the data in it looks like. Whatever you have there is custom, not something 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: Table error: table 'sys.sysschobjs' corrupt

    Then you're going to need to script objects, export data and recreate the DB from scratch (and some stuff may fail to script or export due to the corruption)

    Once you...

    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: Table error: table 'sys.sysschobjs' corrupt

    Restore from your last good backup. Damaged system table, that DB is toast, not repairable.

    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 2014 SP2 release date wrong?

    Jeff Moden (7/21/2016)


    Heh... "CE". That's the "Crippled Edition", yes? 😛

    Cardinality Estimator most likely, not Compact Edition. 🙂

    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 identify parameter sniffing and fix it

    pietlinden (7/21/2016)


    If it's for a single stored procedure, wouldn't you just use WITH OPTION RECOMPILE?

    Maybe. Maybe not. Depends on how much overhead the repeated compilations add.

    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 2014 SP2 release date wrong?

    Date error tossed over to the docs team, I've also asked about the download as I also can't figure out where to download the file.

    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: Blocking a certain connection to DB

    I doubt it's anything to do with the app. RStudio doesn't have query designer features, R (the language) just connects to SQL using ODBC and passes over whatever query 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: Problem Trying to Restore

    Try this: http://www.sqlservercentral.com/articles/Restore/95839/. Otherwise there should be restore scripts available online that check folders for the log restores.

    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: Problem Trying to Restore

    Not quite.

    You're going to have to manually add the restore based on your full backup, rather than the virtual one, and the diff will only be useful if the virtual...

    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: Are the posted questions getting worse?

    jasona.work (7/21/2016)


    IIRC, if this is Paul Randal, he used to work for MS.

    No. Paul White.

    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: logon history

    Shahin (7/21/2016)


    De datbase has a table that calls LoginRecords and there I can see when users login and logout.

    So I think I should be able to run a query 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

Viewing 15 posts - 2,746 through 2,760 (of 49,552 total)