Viewing 15 posts - 4,951 through 4,965 (of 5,504 total)
First of all: you did an excellent job in providing sample data!!
Not seen too often...
One thing I'd like you to add: what is the output you're expecting?
Best thing would be...
September 16, 2009 at 11:58 am
The problem is the content of firstname and lastname: The character "&" causes the problem.
lastname="sddgdf@#$%^" will work
lastname="sddgdf@#$%^&" won't work.
September 16, 2009 at 9:22 am
Sergiy (9/15/2009)
select * INTO Temp_ CONTACTCALLDETv1
from CONTACTCALLDETv1
where 1=0
Then check the new table columns, find the one of tinyint type and find which one of the sources of the data for...
September 15, 2009 at 4:48 pm
Would you mind sharing the reason for posting a request again and again that has been resolved two days ago????
You obviously didn't even take the time to look at arun's...
September 15, 2009 at 4:10 pm
duplicate post.
discussion already started here .
September 15, 2009 at 3:45 pm
Panchi (9/15/2009)
For 2010 the fiscal year starts...
September 15, 2009 at 3:35 pm
I'd guess that the problem is within the definition of your view rather than the STARTDATE column in the SELECT clause.
Reason: The values provided for STARTDATE exceed the tinyint data...
September 15, 2009 at 3:30 pm
First of all: my previous post didn't include your last post. So please disregard, since you provided the data I asked for.
Following please find a proposal to calculate your business...
September 15, 2009 at 2:57 pm
Panchi (9/15/2009)
No. The fiscal month is not static year to year . For 2010 its 3/26/2010 .
I figured that one... (assuming it's always the last Friday of March).
In this case...
September 15, 2009 at 2:02 pm
If you look back the last three month:
What did change in your company that wouldn't have been changed if you hadn't brought attention to it?
That could give you some positive...
September 15, 2009 at 1:52 pm
What is the business rule to calculate the change to the next business month?
That's what I figured so far:
a) It's not adding 4 weeks (would leed to June 19th instead...
September 15, 2009 at 1:36 pm
Hi Mike,
I wouldn't use an intermediate table just to get some ID values...
There are much more powerful and less resource intensive options available (like ROW_NUMBER).
The intermediate table would need to...
September 15, 2009 at 12:50 pm
Your sample is a little confusing:
Is emp_number 3 a com_manager or emp_number 4?
If either 3 or 4 are managers, how come they have another manager the report to, who's not...
September 15, 2009 at 12:09 pm
It seems like your link doesn't work. That might be one reason why you don't have an answer yet...
September 15, 2009 at 11:36 am
Hi Matt,
please follow the link in my signature on how to post sample data.
Based on what you've provided so far I think it's a job for the ROW_NUMBER function.
For...
September 15, 2009 at 11:34 am
Viewing 15 posts - 4,951 through 4,965 (of 5,504 total)