Viewing 15 posts - 1 through 15 (of 34 total)
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...
June 2, 2011 at 11:27 am
Eddie Wuerch (5/18/2011)
As for...
May 19, 2011 at 12:20 pm
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...
May 18, 2011 at 11:18 am
The description in the link answer my question. Silly me.
May 16, 2011 at 1:13 pm
KEKline (4/25/2011)
April 25, 2011 at 5:12 pm
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...
April 25, 2011 at 11:13 am
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...
July 25, 2007 at 10:21 am
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?
July 18, 2007 at 4:26 am
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...
July 17, 2007 at 10:15 pm
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...
July 17, 2007 at 5:18 am
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...
July 17, 2007 at 12:18 am
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...
May 2, 2007 at 2:07 am
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...
August 18, 2003 at 9:11 am
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...
March 7, 2003 at 9:18 pm
Oooops. I think I was so agog to post then. I didn't read the original post carefully.
quote:
However odds are most queries...
March 7, 2003 at 11:36 am
Viewing 15 posts - 1 through 15 (of 34 total)