Viewing 15 posts - 61 through 75 (of 105 total)
i dont need to change field, i have filed
CREATE FUNCTION item1(@Data [varbinary](max))
RETURNS TABLE (
item2 varchar,
item3 int)
now i need to add...
April 13, 2012 at 11:33 am
i think i will lost my job , i am on dead line
i m trying to help u as much as possible.
there is nothing in sp, sp calling udf...
April 13, 2012 at 11:31 am
it snot my design,this is how my database is working
i m just employee ,i dotn have right to change anything
so plz help
April 13, 2012 at 11:23 am
function is already created, i need to add more rows ,if i do insert into ,it wont get insert.
do i need to have update ,if so how can i update...
April 13, 2012 at 10:53 am
fine.
i am giving sample data.
i have 1 stored prc sp1,which has table values function ,so its return table.
output.
fromdate todate ...
April 13, 2012 at 8:42 am
i dont have this thread before.
yes i need to get same values in else also
April 12, 2012 at 11:05 am
i m getting values like this
null
null
item1
null
null
how to tremove null
April 12, 2012 at 9:02 am
ok i need to match @% in my query ,how to do that
if i do using like '@%' its not working
April 11, 2012 at 2:02 pm
i havent done anything for this ,trying to use case but doesnt work
April 11, 2012 at 12:47 pm
it doesnt matter , how do i get those value in select stm
April 11, 2012 at 12:27 pm
assume that it is part of item 3 ,it is not in database ,it is in application
April 11, 2012 at 12:09 pm
@ stands for group
i have group name item3 ,which i am supplying in my sp.
now this group contains pen ,pencil .so in my table i have code for everything
for pen,pencil...
April 11, 2012 at 11:55 am
Viewing 15 posts - 61 through 75 (of 105 total)