Viewing 15 posts - 4,621 through 4,635 (of 6,036 total)
So, you don't use resultset from sp_GetAllEmployees anywhere. Right?
December 27, 2006 at 10:06 pm
So, if sp_CountEmployees will call sp_GetAllEmployees how it's gonna use returned resultset?
December 27, 2006 at 9:35 pm
I still cannot figure out - what suppose to call sp_GetAllEmployees and use its results?
P.S. Don't use "sp_" prefix in names for SP. It's VERY bad practice.
December 27, 2006 at 8:47 pm
Where you suppose to place this counting script?
December 27, 2006 at 8:16 pm
Do you need Excel speadsheet or .csv file will be enough?
December 26, 2006 at 5:16 pm
Did you try to call DB from Excel using External Query?
December 26, 2006 at 3:01 pm
Do you need numbers or strings?
If values 12 and 12.0 are different for you and must be stored and returned differently?
December 26, 2006 at 2:47 pm
Probably you cannot significantly improve performance of this query.
The whole database requires refinement.
Clause like this:
LIKE '%LOA.%' OR sym LIKE '%HIPAA%' OR ...
shows that you have data mixed with other...
December 26, 2006 at 2:39 pm
There are no datetimes with blank time. It's just the way EM presents datetimes with zero time parts.
I cannot recommend to update or not to update anything because I don't...
December 22, 2006 at 6:53 pm
Can you explain why you need dynamic SQL here?
December 22, 2006 at 3:09 pm
What's wrong with money datatype?
December 21, 2006 at 9:05 pm
There is no such datatype as float(8,2).
RTFM.
December 21, 2006 at 12:26 pm
In scientific applications you care not about number of digits after decimal point but about precision, about trusted digits in a value.
Did you ever had problems with adjustment of money...
December 21, 2006 at 4:10 am
Viewing 15 posts - 4,621 through 4,635 (of 6,036 total)