Viewing 15 posts - 796 through 810 (of 2,647 total)
r.pe (6/4/2012)
June 4, 2012 at 1:40 pm
To be honest, I would have the developers of this part of the application do this date conversion after the data has been retrieved. I would not be doing...
June 4, 2012 at 1:29 pm
Well, all I can say is that this is a mess. There are function calls within the function that I cannot see the definition of. This huge thing is being...
June 4, 2012 at 1:26 pm
This DDL does nothing for me as I cannot see data types or the function. Let's assume that it is the function, as the only difference between the 2...
June 4, 2012 at 1:07 pm
And how do you know that it is the function and not some other aspect of the report? Can you please post the report definition or the query that...
June 4, 2012 at 12:37 pm
How do you know it is causing blocking?
June 4, 2012 at 12:31 pm
You could always upgrade to 2012 and use one of the new window functions 🙂
June 4, 2012 at 12:16 pm
So, going back to my Great Plains days, I realize this is a sales table.
1. Why are you deleting data from a Great Plains table when you don't truely...
June 4, 2012 at 12:07 pm
David Webb-200187 (6/1/2012)
delete sop10200 where sopnumbe = 'XXX1234' and (dex_row_id >= 001
...
June 4, 2012 at 11:57 am
isuckatsql (6/4/2012)
SQLKnowItAll (6/4/2012)
isuckatsql (6/4/2012)
Would it be best to do four partitions on one year, or eight partitions on six...
June 4, 2012 at 11:35 am
Another thing that I would try is to update without the ISNULL function. So, you are updating with NULLS. Then... Do a second update on tableA and simply
UPDATE...
June 4, 2012 at 11:23 am
isuckatsql (6/4/2012)
Would it be best to do four partitions on one year, or eight partitions on six months, and...
June 4, 2012 at 11:16 am
GilaMonster (6/4/2012)
I can't see a difference between queries 1 and 2... Did you paste the right one in
It looks like it is in the WHERE condition and the alias is...
June 4, 2012 at 11:11 am
isuckatsql (6/4/2012)
SQLKnowItAll (6/4/2012)
I have two columns, ID and DocContent.
How would i structure my Select statement to display records in the first partition(up to 1000000 records) with an ID < 100?
SELECT...
June 4, 2012 at 11:00 am
So you start with selecting the columns you want to group by, and finish with the column(s) you want to sum or aggregate. You should have a group by clause...
June 4, 2012 at 10:56 am
Viewing 15 posts - 796 through 810 (of 2,647 total)