Viewing 9 posts - 106 through 114 (of 114 total)
Hey Jef,
Investing in this product should not be about the title, but more about the knowledge and skill acquired from studying and using the product.
By the way the MS new...
April 12, 2007 at 4:15 pm
thx a lot steve.....
Loner or anyone you can have a look at the diagram for an idea of what i'm trying to design.
my prob with it is that i don't know...
April 12, 2007 at 3:56 pm
Ok it worked thx alot again, however i noticed a lot blank spaces seperating each variables.
ex>> apple ,cheese
peach ,bread
how can i rid these blank spaces?
March 30, 2007 at 11:17 am
datatypes for columns are as follows:
KPAIDS_NO char(10)
Date_Seen datetime
ARV int
March 29, 2007 at 8:08 pm
i'm trying the following
use KPaids
go
drop function dbo.fn_GetARVList
go
CREATE FUNCTION dbo.fn_GetARVList
(
@KP char(10)
,@DS datetime
)
RETURNS SQL_variant
AS
BEGIN
DECLARE @buffer SQL_variant
SELECT
@buffer = IsNull(@buffer +...
March 29, 2007 at 8:02 pm
Just tried that method, but still not gettin the result
any other suggestion please?
March 29, 2007 at 5:40 pm
Viewing 9 posts - 106 through 114 (of 114 total)