Forum Replies Created

Viewing 15 posts - 736 through 750 (of 1,127 total)

  • RE: Execution Plans - How long will they stay?

    GilaMonster (1/22/2011)


    Did you clear the proc cache before testing? If not, the proc could have been there from earlier executions

    No i did not, i cant clear because i am using...

  • RE: Execution Plans - How long will they stay?

    GilaMonster (1/22/2011)


    What does the usecounts column say? If it says 3 then the procedure was executed 3 times. If it says 1 then the procedure was executed once.

    As you...

  • RE: History of Patches

    just an fyi, for each security update and CU the version number will change.

  • RE: History of Patches

    arussell_10 (1/21/2011)


    GSquared, Thank you!

    sqldba_icon,

    The dev server I have already has SP3 and the security update installed, but I didn't do the installs. I don't have another place...

  • RE: Execution Plans - How long will they stay?

    GilaMonster (1/21/2011)


    sqldba_icon (1/21/2011)


    My goal is to findout how many different plans are genrated for each procedure.

    One and only one. A procedure can only have one plan in cache at a...

  • RE: History of Patches

    arussell_10 (1/21/2011)


    All,

    I just started at a new company and need a way to determine which patches have been installed on a server. My dev box and Production cluster are...

  • RE: Execution Plans - How long will they stay?

    GilaMonster (1/21/2011)


    I still don't understand why you're interested in that. An execution plan takes up the same amount of space whether it's used once or 10000 times.

    OK i have my...

  • RE: Execution Plans - How long will they stay?

    ok..you are right..since it is going to be reusing the same. Thanks for correcting. I am developing a script from the views which you have mentioned, will get back. Thanks

  • RE: Execution Plans - How long will they stay?

    GilaMonster (1/21/2011)


    Don't use syscacheobjects. It's deprecated, included only for backward compatibility and it's very limited.

    The DMVs you'll need for this are

    sys.dm_exec_cached_plans (one row per plan)

    sys.dm_exec_query_stats (one row per statement in...

  • RE: Execution Plans - How long will they stay?

    ok, i have this query to find some data related to cache. My goal is to find out what procedures are in cache for a specific database and i would...

  • RE: Performance Dashboard - SQL 2005

    We have dashboard reports installed on all our production servers, Comes very handy, i liked the schema change report ):

  • RE: Execution Plans - How long will they stay?

    thanks

  • RE: Query plan re-use

    SQLkiwi (3/21/2010)


    Roust_m (3/21/2010)


    Ok, this is what I got for this query:

    name,MB used

    SQL Plans,6356.898437

    Object Plans,378.179687

    It looks like SQL Plans are using the most of it. So I guess I do...

  • RE: Execution Plans - How long will they stay?

    We have isloated reports from our transaction environment. My guess is there is a procedure which is executed like 100 times day and is creating a execution plan everytime. How...

  • RE: Measuring Memmory - Locked Pages In Memory

    oh..i see your point.I didnt really make a note before i changed the setting but now i can see that sql is using only 32 mb of 43 gb. However...

Viewing 15 posts - 736 through 750 (of 1,127 total)