Viewing 15 posts - 1 through 15 (of 18 total)
Thanks LOWELL,
but unfortunately, it doesn't work... 🙁 it doesn't change the href position in the same row.
I have more than one href in the same row....
February 10, 2009 at 2:00 am
Thanks LOWELL !!
I'm going to try right now your solution..... 😀
Thanks for your suggestion!
Alessandro
February 9, 2009 at 2:32 am
Thanks Luke,
I really appreciate your help !
😀
Alex
February 5, 2009 at 8:07 am
Hi Luke!
I couldn't change the lenght of the table, it must be a TEXT column 'cause as I said this table is populated by a JS that is an online...
February 5, 2009 at 7:31 am
Thanks Luke, great solution!!
when I execute this script, it return an error :crying:
UPDATE HTMLART
SET Body = REPLACE(Body, 'a href="', 'a href="MyPath/')
WHERE ID = 1
Server: Msg 8116, Level 16,...
February 5, 2009 at 6:57 am
Thanks Luke,
this is very interesting solution. The problem is that I don't have the plain control of what I'm going to insert in the body column. I'm going...
February 5, 2009 at 2:21 am
excuse me.... how can I post you the insert statement? I don't know why but when I try to post the line with HTML tags... the form transform the statement......
February 4, 2009 at 9:37 am
Thanks for you prompt answer !!!
What I'm try to do is a SP or UDF to change the insert of one line in the table by using the CHARINDEX...
February 4, 2009 at 8:40 am
rossetto_ax (4/21/2008)
RyanRandall (4/21/2008)
DECLARE @Rows TABLE (RowNumber INT IDENTITY(1, 1), Col1 VARCHAR(10))
INSERT @Rows SELECT 'B' UNION ALL SELECT 'A' UNION ALL SELECT 'D'
SELECT a.Col1, a.[Val 1]
FROM...
April 21, 2008 at 4:24 am
RyanRandall (4/21/2008)
DECLARE @Rows TABLE (RowNumber INT IDENTITY(1, 1), Col1 VARCHAR(10))
INSERT @Rows SELECT 'B' UNION ALL SELECT 'A' UNION ALL SELECT 'D'
SELECT a.Col1, a.[Val 1]
FROM @Table...
April 21, 2008 at 4:12 am
RyanRandall (4/21/2008)
ORDER BY [Val 1] DESC?
Thank's Ryan !!
But unfortunately is not what I need.... I can't order by the value order but what I have to...
April 21, 2008 at 3:32 am
Rajesh Patavardhan (11/15/2007)
Not sure whether this is the best way.
Following is a sample script to put in the Code section of report
public...
November 16, 2007 at 1:40 am
WOW IT WORKS !!! :Wow:
Thanks !!
the problem was actually the decimal places !! With Decimal(5,2) work fine.
Thanks a lot for your patience. 😉
Alessandro
November 6, 2007 at 10:01 am
Yes, this is right but I couldn't modify the table... now I try to round beforre inserting
November 6, 2007 at 8:24 am
Viewing 15 posts - 1 through 15 (of 18 total)