Viewing 15 posts - 61 through 75 (of 80 total)
March 10, 2006 at 8:13 am
There will only ever be these Values
'Feild', 'Part','Solve'' ,info' if otherwise the Act_ind = 0
There is my code...
Test it with this
Update [DB_NAME].dbo.Test_1
Set Act_ind = dbo.udf__Test_Act_ind(field_1,field_2)
select * from dbo.Test_1
/* My...
March 10, 2006 at 7:29 am
I am not trying to order the items in the table
Am only looking at the Value1, Value2 and setting the indactor.
Field = 1 ,part = 2, solve = 3
Example if...
March 10, 2006 at 6:07 am
Sorry i think you must have pick me up wrong on the first out set, am not looking to extract data from the table i am writing the function for...
March 10, 2006 at 4:59 am
Am trying to find out if the combinction exist then set a value to it 1,2,3 etc
For example if i have the word "field" and "part" in 2 rows where...
March 10, 2006 at 3:59 am
Hey Jeff, thanks for the code, am new to UDF so i think its best i stick with what i have for the moment, I've added in comments into the...
March 2, 2006 at 9:04 am
Thanks for your help, regards the comments i've added in comments into the code now.. i've 65 UDF in the SQL DB and none of them have comments in them.......
February 27, 2006 at 7:46 am
Hey Mike, ok my problem is that i have 2 tables that were being used, for reporting, but these are no longer being used, i can't for the life of...
December 13, 2005 at 4:31 am
Thanks,
Here is my code.
select ol.supplier_Part_Number,pd.pronum
from dw..products_dim pd
inner join ORDER_LINES ol on ol.supplier_Part_Number = pd.pronum
so how do i intergrate the code into it ?
December 12, 2005 at 9:17 am
thanks for your help, this now works like clockwise... cheers...
November 14, 2005 at 9:43 am
Thanks but what does the /B do ?
copy E:\temp\Fi*.txt = E:\temp\Coll.txt /B
November 14, 2005 at 5:45 am
I have found the problem, when i collaborate all the files that are on the FTP site into one file it adds a funny character into the file...
November 11, 2005 at 2:47 am
Sorry i think i put you guys off track with the FTP link i've no problem with it,
I have a DTS, which is a file with or without data collected...
November 10, 2005 at 8:01 am
I have so far been working with these two bits of code.. again like you mentioned they are not very reliable.. but they do give me some results... The problem...
November 10, 2005 at 6:03 am
Viewing 15 posts - 61 through 75 (of 80 total)