Viewing 15 posts - 2,341 through 2,355 (of 2,452 total)
CozyRoc (9/2/2009)
September 2, 2009 at 8:30 am
CozyRoc (9/1/2009)
September 2, 2009 at 7:40 am
what am I supposed to do with Trash Destination?
September 2, 2009 at 3:06 am
I agree with Royce's comments.
You haven't given us any idea on the number and size of the tables, nor how complex your sprocs and views are.
If it is a very...
August 31, 2009 at 1:32 pm
unsure of exactly what you require as expected output, here is a variation of Adi's code:
select POST_DAT, RETL_KY_FIID, COUNT(AMT_1) AS TOTALTRANS,
SUM(case WHEN AUTH_TYP = '0210' THEN amt_1 ELSE 0 END)...
August 30, 2009 at 6:45 am
And the answers are:
1. Who are the professors who are teaching more than 2 subjects...
try linking profesor to exams and use a Group and...
August 29, 2009 at 11:10 am
1mwalsh1 (8/28/2009)
I've been out of town for a few days, just got the chance to delve into your suggestions.
Looking at my data, it seems that, for...
August 28, 2009 at 3:42 pm
Elliott W (8/27/2009)
What I can go onto saying is pretty much anything BUT Access..CEWII
assuming there is an Access ADP front end, what are your specific reasons...?
just being curious ..and happy...
August 27, 2009 at 10:40 am
Lynn Pettis (8/25/2009)
SQLBOT (8/25/2009)
... and also an ability for the OP to mark the thread as answered. ...
This is the only part I don't agree with and I think there...
August 25, 2009 at 1:54 pm
my simple thoughts:
FAQ page...probably easier to request than implement
"How to Post Questions Properly for Faster and Tested Answers" page...in BOLD at the top of all "Post New Topic" pages....:-P
Improved search...
August 25, 2009 at 12:08 pm
Hi Mike
I have altered your table structure a little ....
please run code below and see how you get on.
I am concerned that each vendor has their own table and Product...
August 24, 2009 at 7:31 am
Hi
didnt we walk down a very similar road a few weeks ago?
http://www.sqlservercentral.com/Forums/Topic751567-338-1.aspx
August 24, 2009 at 6:05 am
Hi Mike
the way you have described your data you could just run Price/(Pack*Size)
but it may not be as simple as this.
So that neither of us gets confused or misintrepts each...
August 24, 2009 at 5:13 am
Mike...not sure if there are any tutorials as such for UOM conversion...but obviously you have looked.
I use UOM conversions to allow me to sum products that are sold in differing...
August 24, 2009 at 4:13 am
Half Bubble (8/21/2009)
You have to guess
Guess...???
You posted a problem,
You were given some possible solutions based on the limited information you gave,
You did not respond to request to provide more...
August 21, 2009 at 9:37 am
Viewing 15 posts - 2,341 through 2,355 (of 2,452 total)