Viewing 15 posts - 14,791 through 14,805 (of 18,923 total)
I'm sure... I had posted the same solution for Erik little a few weeks prior to that... also I usually test the solutions before posting 'em so it's unlikely that...
August 3, 2005 at 12:29 pm
Simple solution > do it application side.
Other solution. Prerun the query like this :
Select case when sum(dtName.Col1) = 0 then 'Col1' else null as Col1,
case when sum(dtName.Col2)...
August 3, 2005 at 12:23 pm
1 - That was Yesterday
2 - The code is correct and dcpeterson posted the exact same solution 5 minutes later.
3 - So I hear you lost a bet while I...
August 3, 2005 at 12:11 pm
Knowing your background I'd just say, stay as far away as possible for now... You have way too much to learn before going into administration.
August 3, 2005 at 11:31 am
What did you try?
Does this work?
Select object_name(id) from dbo.SysComments where text like '%[Database].[dbo].[tblSpecificTable]%'
August 3, 2005 at 11:28 am
I know I've already done that somewhere... What have you tried?
Did you try to place the avg on the footer of the grouping and checking that the avg is right/wrong?
August 3, 2005 at 11:04 am
There's no lesson to give... think fast and type faster
.
August 3, 2005 at 10:59 am
Doesn't access have an average (avg) function?
August 3, 2005 at 10:19 am
It's more clear now. I think that the simplest way to apporach this problem would be to have the date of the data inserted in the table. Then...
August 3, 2005 at 10:01 am
It's a nice article and it's true that if you can do the work just once, DO IT JUST ONCE. I'm working with a system here where the same...
August 3, 2005 at 8:48 am
Can you post the exact code you are actually using?
August 3, 2005 at 8:14 am
Viewing 15 posts - 14,791 through 14,805 (of 18,923 total)