Viewing 15 posts - 31 through 45 (of 64 total)
its just in 1 sheet.
yes prod1 is same, but i need uniques value from all 3 and put into 1 column in database
August 30, 2012 at 1:31 pm
what do you mean by that,i need to do it in ssis,how can maintain reference integrity
August 30, 2012 at 8:31 am
thanks,
now what if i have foreign key with the table.
exalple
product
product id identity(1,1) primary key,
name varchar(50))
item
itemid identity(1,1) primarykey,
itemname varchar(5))
productitem
(productid datatype reference product(productid),
itemid datatype referenc item(itemid))
how...
August 30, 2012 at 7:16 am
hi,
why we are using + 1 or -1 after findstring,please explain me
August 30, 2012 at 6:46 am
hi,
your last name formula is working as a middle name
and middle name formula is not working for last name,
i am getting all null value.
in my table i have char(1),
what column...
August 30, 2012 at 6:34 am
hi,
but my table has different structure,how can i use muticast.
each table has different column
August 30, 2012 at 6:17 am
i know ,it has so many variation.
what is the other way in ssis, i can achieve.
plz help me
August 29, 2012 at 1:51 pm
i am usinf this expression for my first column
REPLACE(SUBSTRING(product,1,FINDSTRING(product," ",1) + 0),","," ")
i need help for second and third.
please help me
August 29, 2012 at 12:53 pm
Viewing 15 posts - 31 through 45 (of 64 total)