Forum Replies Created

Viewing 15 posts - 1 through 15 (of 35 total)

  • RE: Synthetic Transactions - Input please

    Sorry for not being so clear about the objective. We just want to measure the disk performance. I know this is a very crude and inaccurate means but right now...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: DMV equivalents of Windows Performance Counter

    Eddie Wuerch (5/18/2011)


    For disk transfer rates, look at the DMF sys.dm_io_virtual_file_stats. The values are cumulative, so you need to sample it over a time range a diff the values.

    As for...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: DMV equivalents of Windows Performance Counter

    I've been rummaging all the DMV's actually, for the 2 counters but I just couldn't find any equivalent. I just want to verify and confirm it from sql server savvy...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: CPU Usage % question

    The description in the link answer my question. Silly me.


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: Instance performance counters

    KEKline (4/25/2011)


    You should get my free SQL Server PerfMon counters poster at http://www.quest.com/backstage/promotion.aspx. That URL is going to change soon, btw. I was really thrilled to hear that...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: Custom Aggregate

    SQL Server spawns multiple aggregates at a time and that means some of them may have their Terminate called prematurely. You just need a null check for the items field...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: Accessing Package Variable in a Script

    I experienced similar quirks with design time values. The values I set in the variable pane were not the ones used in the execution. They were always changed to default...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: Accessing Package Variable in a Script

    Thanks for the reply Chris.

    I made another package and still the same result. My question then is how shall I supply values to my variables during debugging?


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: Accessing Package Variable in a Script

    Crispin I did exactly what you instructed. The weird thing is, only the User::vendorId contains a value of -1 (my init value) when I peek in the Locals and...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: Accessing Package Variable in a Script

    Thanks Crispin. Everything is green now. However, it seems like the value I set for the input parameters is not transferred to the parameter. I initialized the value of my...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: Accessing Package Variable in a Script

    I ran some tests again and I found out that even the hardcoded version IS NOT working at all. I was given the impression it worked because of the default...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: Server unable to access database under current context

    Made this work per suggestion of an MS guy. The behavior is due to the fact that the owner of the database is not a local account that belongs to...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: no result from output parameter

    I did test the sproc both from the analyzer and vb. And I also found out in some articles that SET NOCOUNT OFF has adverse effects on performance. But it...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: Creating a unique integer identifier

    hi grasch

    I think Steve asked if the value of the new identity column is generated in the select part of the insert into construct like this

    
    
    insert...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

  • RE: Identity col Primary Key Vs Composite Key

    Oooops. I think I was so agog to post then. I didn't read the original post carefully.

    quote:


    However odds are most queries...


    "The way to get things done is not to mind who gets the credit for doing them." - Benjamin Howett

Viewing 15 posts - 1 through 15 (of 35 total)