Viewing 15 posts - 1,606 through 1,620 (of 4,081 total)
You're welcome, Squidder.
Please take a moment to look at how I set up the problem. When you take the time to post...
April 30, 2010 at 11:13 am
The following code will give you the same result, but I don't think it will change your performance. The execution plan is pretty straightforward, and appears to...
April 29, 2010 at 8:33 pm
Other questions:
How do you get the rows without the joins?
How big are the tables you are joining to?
Are the joined tables indexed?
What does the query execution plan look like?
Joins can...
April 29, 2010 at 3:38 pm
Agreed, cursors have their place
I'm really surprised to hear you say that, Lynn.
Oh wait.... I thought that said cursING. 😀
April 29, 2010 at 2:34 pm
please solve this query waiting for immediate response
I'll echo Lynn, how have you approached this problem? Also, you will find that online forums are not geared to...
April 29, 2010 at 9:59 am
Yes. Here's one way.
Depending on the volume of rows that you have to update, there may be more performant solutions.
declare @sample table (RecID...
April 29, 2010 at 9:42 am
So you want to ignore November 1st because it was a singleton?
April 27, 2010 at 7:08 pm
Here is a modification of the example from Books Online. It is really quite simple, which leads me to ask why you are looking for another way...
April 27, 2010 at 1:57 pm
By the way, Adam. I thought you said that you didn't have time to keep up with The Thread about a dozen posts ago. Be careful,...
April 27, 2010 at 1:13 pm
What do you think I have 15 acres of woods for?
Woods are good. They provide fuel for fire and draw game to your vicinity.
You...
April 27, 2010 at 1:10 pm
Apparently plagiarism detection has become quite the cottage industry. Search "plagiarism detection" and you will find a number of different offerings.
April 27, 2010 at 12:26 pm
What Jeff said. The problem is finding the documents out on the web to compare. I've heard that many schools subscribe to a service that...
April 27, 2010 at 10:13 am
Viewing 15 posts - 1,606 through 1,620 (of 4,081 total)