Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: Sql Send_Db_mail Vertical Table

    I changed my code them I got this result

    DECLARE @CODNOT INT

    DECLARE @TIPOC VARCHAR(1)

    SELECT @CODNOT = CODNOT , @TIPOC = TIPDOC FROM INSERTED

    IF @TIPOC = 'T'

    BEGIN

    DECLARE...

    God be praised!

  • RE: Sql Send_Db_mail Vertical Table

    the maximum result i got was this

    DECLARE @Body NVARCHAR(MAX),

    @TableHead VARCHAR(1000),

    @TableTail VARCHAR(1000)

    SET @TableTail = '</table></body></html>' ;

    SET @TableHead = '<html><head>' + '<style>'

    ...

    God be praised!

  • RE: Sql Send_Db_mail Vertical Table

    Ok!

    Tks again

    I really not could do it them I resorted this forum

    But.. I will keep trying ;-);-)

    God be praised!

  • RE: Sql Send_Db_mail Vertical Table

    tks for your reply

    I'm a little familiar with HTML but not so much.

    I get this code from the web and changed to my data. so I got the first result

    I...

    God be praised!

  • RE: Sql Send_Db_mail Vertical Table

    Tks!!

    I copyed this from the web

    You can post a E.G ?

    God be praised!

Viewing 5 posts - 1 through 6 (of 6 total)