Forum Replies Created

Viewing 15 posts - 46,306 through 46,320 (of 49,552 total)

  • RE: AWE enabled yes or no?

    It should be an either-or.

    As soon as you enable /3GB, you're restricting the kernal to only 1 GB of memory. That's all it gets to run the core of 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: Is SQL Profiler available for SQL Server Express

    Profiler is not available for express.

    You can get SQL Developer edition for around $50 which includes all the enterprise features, including profiler, and will install fine on XP.

    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: AWE enabled yes or no?

    avipenina (6/1/2008)


    i'm responsible for more then 50 SQL Server 2005 Standard Edition thats run on 32BIT systems and use Windows Server 2003 32BIT and have 4GB MEM.

    should i enable 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: AWE enabled yes or no?

    Dunno.

    Reading over the article it looks like he's mostly taking about the locked pages property than anything else.

    See his clarification:

    http://blogs.msdn.com/slavao/archive/2006/03/13/550594.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: AWE enabled yes or no?

    Wilfred van Dijk (6/2/2008)


    AWE is used for locking memory in a 64bit environment. So if you have al lot of memory, anable AWE and 'lock pages in memory'

    If you don't...

    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: System Database

    Please don't cross post. It just wastes people's time.

    Replies to the following thread please:

    http://www.sqlservercentral.com/Forums/Topic509724-5-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: help me..

    Distinct means that SQL will eliminate duplicate rows from the result set. If you don't have duplicate rows (which in your case you won't because of the group by) 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: Display Query Execution Plan - SQL Server 2005

    In 2005 you can save the exec plans in xml formal (.sqlplan). you can open a sqlplan file in management studio to see the whole graphical plan.

    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: Query Execution Time (Trouble Shooting)

    Please don't cross post. It just fragments replies and wastes people's time.

    No replies to this thread please. Direct replies to:

    http://www.sqlservercentral.com/Forums/Topic509676-5-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: help me..

    Could you post the execution plans please. (in xml format)

    Without that, we're guessing at best.

    Also helpful would be the table and index definitions.

    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: Huge CPU usage problem because of SQL server

    Run profiler against the server for a couple hours during your high CPU time. Events to monitor:

    - Stored Procedures: RPC completed

    - T-SQL:Batch Completed

    The default columns should be good enough. 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: About MS SQL 2000

    jryan_pun (6/1/2008)


    thanks for you reply.. i appreciate all.. more than a month i edit this code but i cannot solve.. can you help if i need your help.. because im...

    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: taking null

    Please post your question so that we can try to help 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: DTS QRY URGENT

    Please don't cross post. It just fragments replies and wastes people's time. Many of the regulars read all the forums.

    No replies to this thread please. Direct replies to:

    http://www.sqlservercentral.com/Forums/Topic509190-19-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: DTS QRY URGENT

    Please don't cross post. It just fragments replies and wastes people's time. Many of the regulars read all the forums.

    No replies to this thread please. Direct replies to:

    http://www.sqlservercentral.com/Forums/Topic509190-19-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

Viewing 15 posts - 46,306 through 46,320 (of 49,552 total)