Viewing 15 posts - 181 through 195 (of 216 total)
What's a fair price? We're about to find out later today as we have a call with MS themselves 😀 We'll have upwards of 24 procs on 3 machines and...
January 15, 2010 at 9:18 am
Speak of Murphy and he will appear. Right here is a good example. No backups. Corrupt file. Just the same as flat tire, no spare.
This is something of a sad...
January 4, 2010 at 2:12 pm
Makes me think a little of that interview last night on the Colbert Report where he's interviewing this correspondent for the TV show 60 Minutes. She was over in Helmond...
December 11, 2009 at 2:45 pm
dwilliams-766857 (12/8/2009)
I also use the "I'll do it but then you owe me" routine. I may not take them up on it but it...
December 8, 2009 at 2:30 pm
nelsonj-902869 (10/15/2009)
October 15, 2009 at 1:28 pm
And even then it's a bit tricky. Say you're trying to execute 10 T-SQL commands and you get errors on a couple of them. As you say the lines #'s...
October 8, 2009 at 8:39 am
Here is the Select statement execution plan attached.
Ken
July 13, 2009 at 9:45 am
Yes, this little update is within a larger transaction that does a lot of updates elsewhere in the DB. But it need not be I think.
Begin Tran
Update StartTime
Do many updates...
July 10, 2009 at 2:38 pm
Update statement is:
Update RollupHistory Set Status = 1, RollUpEndTime = GetDate()
Where CallCenterId = @CallCenterId And RollupSubmissionTime = @RollupSubmissionTime
Indexes are on Status and another on CallcenterId + RollUpSubmissionTime.
Seems like indexes with...
July 10, 2009 at 1:43 pm
Thanks Matt but it's staring me right in the face. It's The RollupHistory table that's referenced in the view. That table is being updated within a transaction in another proc.
Ken
July 10, 2009 at 12:14 pm
Andy Lennon (6/30/2009)
June 30, 2009 at 3:46 pm
sknox (6/19/2009)
June 19, 2009 at 2:14 pm
Sorry Bruce, Jeff had asked how much data 1 of the procs inside the loop would operate on. That would be thousands. The size of the cursor itself is really...
June 15, 2009 at 3:37 pm
Thanks for looking at this. I'll take a look at table vars and error handling. These procs operate on anywhere from several hundred rows to a worst case scenario of...
June 15, 2009 at 3:25 pm
Well, we have an Asp.Net page that queues a row into a table for processing whenever a user makes a change to mapping data for a call center. When they...
June 15, 2009 at 2:47 pm
Viewing 15 posts - 181 through 195 (of 216 total)