Forum Replies Created

Viewing 15 posts - 6,271 through 6,285 (of 49,552 total)

  • RE: Are the posted questions getting worse?

    Grant Fritchey (4/1/2015)


    GilaMonster (4/1/2015)


    Crystal ball to aisle 3 please. Crystal ball to aisle 3.

    http://www.sqlservercentral.com/Forums/Topic1673420-2572-1.aspx

    Wow. "Here's a screen shot that says the same thing I already typed. That should clear up...

    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: Index alignment in partitioning

    Do you know why they implemented partitioning? What problem is it supposed to solve? Archiving/deleting of old data?

    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?

    Brandie Tarvin (4/1/2015)


    GilaMonster (4/1/2015)


    Crystal ball to aisle 3 please. Crystal ball to aisle 3.

    http://www.sqlservercentral.com/Forums/Topic1673420-2572-1.aspx

    Sorry. No crystal here. Just muddy, occluded glass. Would that help?

    Somehow I don't think 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: SQL excessive paging

    Nope. Tells me nothing at all.

    What counter, what values, what pattern? That's to start. What, other than the attached statement, are you basing the conclusion of memory pressure on?

    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?

    Crystal ball to aisle 3 please. Crystal ball to aisle 3.

    http://www.sqlservercentral.com/Forums/Topic1673420-2572-1.aspx

    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 excessive paging

    I can't see your report, I don't know what counters it's looking at and I can't see your screen. So unless you can provide a lot more details, there's little...

    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: Transaction log is full

    No, you won't be able to shrink the database because the log is full.

    GilaMonster (4/1/2015)


    Either fix the replica so that it is syncing or remove the availability groups, fix 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: Transaction log is full

    Either fix the replica so that it is syncing or remove the availability groups, fix the root problems and reconfigure.

    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: Track All the DML statements executed from SSMS into a SQL table

    SQL Audit, SQL Trace or extended events and hope your users/developers also don't know about that trick and keep in mind that someone determined may be able to avoid 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: Can AlwaysOn primary replica a sql 2008 R2 and Secondary replica in SQL 2012?

    The only time that mirroring or availability groups with mis-matched versions are supported are for rolling upgrade scenarios.

    If you were to set up mirroring with the SQL 2008 R2...

    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: Track All the DML statements executed from SSMS into a SQL table

    Open up Management Stdio, open the login dialog for a server, click the options button and then the 'additional connection parameters' tab and look at the free-text box there that...

    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 proc getting timeout

    You need to investigate the proc and identify what portions are performing badly and fix it. Execution plans are part of that.

    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: Track All the DML statements executed from SSMS into a SQL table

    karthik babu (4/1/2015)


    Actually, the below site helped to get the connection source..

    *sigh*

    The application name passed to SQL can trivially be spoofed, so the app which the connection says it's coming...

    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 excessive paging

    What, exactly, do you mean by 'excessive paging'?

    Disk queue length is a useless counter, it tells you nothing of value.

    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: Track All the DML statements executed from SSMS into a SQL table

    Look at SQL Audit, extended events or SQLTrace.

    That said, it's trivial for the program name to be spoofed on connection, so what the connection says it's connecting from may...

    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 - 6,271 through 6,285 (of 49,552 total)