Forum Replies Created

Viewing 15 posts - 211 through 225 (of 360 total)

  • RE: SQL Logons/Permissions/Etc. 101

    RandMan,

    I found the microsoft press kits for SQL 2005 certification do a good job of explaining it. I believe it's in the book for the 'first' exam for MCTS:...

  • RE: Problem with using Linked Server across the network

    Are you using windows authentication and passing through credentials?

    If so you have to enable kerberos double-hop by setting a service principal name on both SERVER1 and SERVER2.

    There are dozens of...

  • RE: unidentified SEVERE performance issue

    RBarryYoung (3/27/2009)


    SQLBOT (3/27/2009)


    We're not seeing disk waits in SQL at event time, and SQL File I/O rates are normal during the event (actually below average in some cases).

    How are you...

  • RE: unidentified SEVERE performance issue

    RBarryYoung (3/27/2009)


    SQLBOT (3/27/2009)


    RBarryYoung (3/26/2009)


    SQLBOT (3/26/2009)


    Any advice on where to go next?

    What are the individual physical disk's %Idle, before & during?

    Thanks for your response, sir.

    Interestingly enough, physical and logical disk utilization...

  • RE: unidentified SEVERE performance issue

    Thanks for that information, Lowell.

    I'm going to file it away.

    My question is how does SQL Server 2005 decide when it's had enough of a cached plan and that it needs...

  • RE: unidentified SEVERE performance issue

    Lowell (3/26/2009)


    parameter sniffing maybe? have you isolated which proc slowing things down? does it have a default value for any of it's parameters? in my experience, it's the default values...

  • RE: unidentified SEVERE performance issue

    RBarryYoung (3/26/2009)


    SQLBOT (3/26/2009)


    Any advice on where to go next?

    What are the individual physical disk's %Idle, before & during?

    Thanks for your response, sir.

    Interestingly enough, physical and logical disk utilization spikes to...

  • RE: unidentified SEVERE performance issue

    ALZDBA (3/26/2009)


    - start a trace to figure out what 's going on.

    (you can have the trace start a new file every xMB, and so if the issue didn't occure...

  • RE: Best Bet for Backups

    Mike Levan (3/18/2009)


    we may not need diffrential backups as we do our updates only once a month. and ofcourse we do all our backups with Litespeed.

    I still didnt get any...

  • RE: Best Bet for Backups

    Sounds like a good job for a differential backup.

    I'm curious why you don't want to go that route.

    ~BOT

  • RE: Estimate growth

    best bet:

    Create a new table and select into it... measure the new one.

    You probably thought of that already and don't have the space.

    Another possible way is to measure the average...

  • RE: Enabling 12GB on SS2005 Standard/Windows Server 2003 Ent.

    Perry Whittle (2/8/2009)


    Tung

    sql2005 standard will address RAM to the operating system max, so no problem there. For a machine with 12GB RAM you may want to remove the /3GB switch...

  • RE: Getting deadlock while concurrent execution of sp

    That's tough to look at.

    Next time try capturing a deadlock graph in your trace and it will become more obvious.

    Jonathan Kehayias wrote a good article on this just last week...

  • RE: Using SQL Profiler to Resolve Deadlocks in SQL Server

    Took me a minute to overcome the 'owner' and 'request' jargon in the deadlock graph.

    To me they're all locks and blocks.

    So an 'owner' arrow could by paraphrased as...

  • RE: Tips for New DBAs

    arunyadav007 (1/26/2009)


    When is the next edition coming???:)

    Two weeks ago:

    http://www.sqlservercentral.com/articles/career+growth/65356/[/url]

Viewing 15 posts - 211 through 225 (of 360 total)