Viewing 15 posts - 16 through 30 (of 190 total)
Interesting. I can't reproduce it in this way. Apparently, I'm going insane. 🙁
February 13, 2015 at 9:35 am
Interesting. We're seeing evidence that when the table variable is used directly in the stored procedure assigned to the SB queue, the data does not get cleared out. We experienced...
February 13, 2015 at 9:02 am
What do you think about using this in a trigger to find what has actually changed during a DML statement?
January 9, 2015 at 9:22 am
Did you ever find a solution for this problem?
November 13, 2014 at 11:07 am
Thanks. I've already got a request in to VMWare for such testimonials. From the links provided by the search result, which would you say is a real-world testimonial? I see...
September 22, 2014 at 8:48 pm
That's all well and good, but I need to be able to adjust to a parameter that specifies a maximum number of records per file. In other words, the number...
August 12, 2014 at 8:53 am
Hey, thanks for the smart-*** remark. I'm looking for alternatives to using a cursor here. If you have an idea, I'd like to hear it.
July 8, 2014 at 4:58 pm
Yeah, thanks. This isn't like my production code. I was just trying to generalize an example while I was on the train home from work. Sorry if it wasn't perfect....
June 13, 2014 at 10:24 am
Hey thanks for the compliment. I was doing my best, trying to type it in on my phone on the train home from work. But thanks again. Also, Lynn's cross...
June 13, 2014 at 10:05 am
Forget about the table I initially mentioned. I generalized it down to those in my last post (and, actually, I'm going to generalize it even further to get rid of...
June 12, 2014 at 5:52 pm
Ok, let me give the whole picture.
I have three tables - Queue, Tasks, and QueueTaskLink
CREATE TABLE Queue
(
QueueId INT NOT NULL PRIMARY KEY IDENTITY(1,1),
MaximumQueueLength INT...
June 12, 2014 at 5:13 pm
Ok, right..but if I have multiple queues, each with a different MaximumQueueLength, how would I use TOP without using either a cursor or dynamic SQL?
June 12, 2014 at 4:44 pm
Oh! I see! I will try that out, thanks!
June 9, 2014 at 12:56 pm
Yeah, there is a reason for it. There's also a reason why I'm doing these through SSIS and not a command line. We developed a rather sophisticated queueing and throttling...
June 6, 2014 at 4:43 pm
Viewing 15 posts - 16 through 30 (of 190 total)