Viewing 15 posts - 136 through 150 (of 203 total)
Ok it work
now The big problem How can i do this ?
---------------------
fld1 fld2 fld3 fld4
March 19, 2004 at 2:24 pm
can someone help
and show how to do it on my problematic Table
at the moment the All the Records is in One Table in One Field
thnks a loot
ilan
March 11, 2004 at 2:17 pm
but how can i do this ???
-------------------------------------------------
1 INIT/A1AH105, AI, 1.0, IV = LATCHED, FM = 2, DG = 0, TB = 20, BB = 0,
2 ED = ' aabbccdd',...
March 10, 2004 at 11:30 pm
this is my table
any solution ????
March 10, 2004 at 12:57 pm
this is my table
an like this i have 800000 records
-----------------
INIT/A1AH105, AI, 1.0, IV = LATCHED, FM = 2, DG = 0, TB = 20, BB = 0,
ED...
March 9, 2004 at 10:26 pm
i found the problem !!!!!
it is in the function !!!!
when i do this
-----------------------
declare @strin varchar(5000)
set @strin = 'xxxxxxxxxxxxxxxxx'
select dbo.fn_reverse(@strin)
------------------------------
i get NULL value
OR THIS
--------------------------
declare @strin varchar(5000)
set @strin =...
March 8, 2004 at 5:52 am
How can I do this???
I wont to use this function like this!!!
Loop every single record and insert it to a new table
I wont to check every record one after one
So...
March 8, 2004 at 2:54 am
hi
i dont understanding what appen
when i put the function on this
------------------
declare @strin varchar(1000)
set @strin = 'noitcennoc tenr[et]ni na htiw 1234-ABCD "g\nihtyna +,,tuoba HIJK-5678'
select dbo.fn_reverse(@strin)
--------------------------------
it work ok
but when i do this
----------------------
SELECT ...
February 27, 2004 at 5:43 am
WOW it work ok
thnks thnks thnks ..............
----------
litele problem
the the Caps are REVERSE can you fix it ???
thnks for all
ilan
February 25, 2004 at 3:30 am
can you hlep last time ?
for clean Strip the field before i run the function
and remove all this
the (garbage) from the field !!
-----------------------
this Symbols
{}][\...
February 25, 2004 at 12:20 am
thnks men
it work but
if between the words i have this
)( , \; ' / \ .
it cut it and i get only part of the words
so how ...
February 24, 2004 at 4:09 pm
thnks but i get a error
-----------------
Server: Msg 536, Level 16, State 3, Line 1
Invalid length parameter passed to the substring function
----------------------------------
did it
clean all the (garbage) and the character [" "...
February 24, 2004 at 2:45 pm
WOW genius brilliant
ok
need help
problem 1
how can i loop the select
---------------------------------
SELECT TAGNAME, TAGDESC, EUDESC
FROM tbtxt
-----------------------------------------
my problem with the field "TAGDESC" this field is the "REVERSE "
February 24, 2004 at 6:12 am
thnks
problem 1
the code get error
----------------------------------------
Server: Msg 208, Level 16, State 1, Line 3
Invalid object name 'dbo.split'.
---------------------------------------------------
problem 2
how can i loop this sql code in this field
i...
February 24, 2004 at 2:58 am
like this
"noitcennoc tenretni na htiw 1234-ABCD gnihtyna tuoba HIJK-5678"
i need to revers all and
not the "1234-ABCD " AND NOT THE "HIJK-5678"
so after i revers it i...
February 23, 2004 at 3:45 pm
Viewing 15 posts - 136 through 150 (of 203 total)