Forum Replies Created

Viewing 15 posts - 1,726 through 1,740 (of 49,552 total)

  • RE: Check Catalog Msg 3854 resulting from dbcc checkdb

    Please note: 9 year old thread.

    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: Insert into # Select without order by

    No. If you want the data out of those temp tables in a particular order, you need an ORDER BY on the select that retrieves from the temp 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
  • RE: Reports for procedures that are in memory.

    Natively compiled procedures aren't in memory. They're stored just like other stored procedures in the system tables, and then compiled into dlls as well. It's the In-memory tables which are...

    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 - Tuesday, February 28, 2017 5:37 AM

    So, it's packzi day, fat Tuesday...

    Amazing that a lump of fried dough the size of...

    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: Worst execution times with indexes than without ?!?

    p.s. 16 CPU cores and 16GB memory is a weird combo. My laptop has 16GB memory, a server with 16 cores should have quite a bit more. 64 would be...

    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: Worst execution times with indexes than without ?!?

    Creating 9 narrow indexes for a single query is a waste of time. In most cases, SQL will only use a single index per table per query, and it prefers...

    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: KB3095681 caused: "SSMS Has detected a problem that may significantly degrade product functionality" (solved)

    Reinstall Windows 😀

    Seriously now. Is SSMS usable, or does is close after displaying that dialog?
    Is that the latest version of SSMS?

    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 2014 Patching (on Cumulatives updates) and Rolling Updates - Need advice

    dbaduck - Saturday, February 25, 2017 10:30 PM

    If you patch the secondary and wait to patch the primary, then if the AG...

    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?

    Henrico Bekker - Friday, February 24, 2017 6:57 AM

    GilaMonster - Friday, February 24, 2017 2:10 AM

    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 Multilingual Programmer

    More or less (and probably forgotten a few)

    GW Basic (on an IBM)
    Pascal
    Modula 2
    C++
    8086 assembler
    SunSparc assembler
    PL-SQL
    VB Script
    Visual Basic
    T-SQL
    C#
    R...

    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: Where to put option Recompile in Dynamic SQL

    Xedni - Thursday, February 23, 2017 12:10 PM

    With all this, EXEC() made perfect sense. Targeted, as to not affect anything else...

    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?

    Steve Jones - SSC Editor - Thursday, February 23, 2017 4:05 PM

    It's cold and snowy. That's the reason.

    Overcast, raining and cold. And...

    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: 30 minute Transaction Log back up

    For the log backup at that time to be so large, there must have been some large operation running between 05:00 and 05:30. Log backup sizes are not directly affected...

    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: 30 minute Transaction Log back up

    Log backups aren't affected by the size of tables, just to activity.

    Is the 05:30 backup also larger than other log backups, or just slower?

    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: Key Lookup to Index Seek?

    the FAST n hint says to return the first n rows as fast as possible, even if the overall query takes longer. So operations that start returning rows immediately are...

    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 - 1,726 through 1,740 (of 49,552 total)