Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)

  • RE: SQL Mail Error

    Pls check the SQL Mail..Test....under Support services ..Enterprise Manager.

  • RE: Is there any way to generate excel files by using T-SQL?

    yeah.....you can very well create a csv format using...

    bulk copy....."bcp exec spname parameters queryout filename -t -r\n -c -slocalhost -U(username) -P(password)"

    the username and password shd b provided without braces..

    and the...

  • RE: Output to a Web Page

    hey i donno wat happ above..it was aspdatagrid...aspdatalist

    Cheers

  • RE: Output to a Web Page

    Mate...if ur using asp.net...then you have the following options...

    aspataGrid

    asp:Repeater

    aspataList

    ... Well you ll have to use...

  • RE: Server: Msg 1540, Level 16, State 1, Line 1

    Hi Vijay.....it does not mean that u have more that 8K rows...

    it means that ur some data for ur Companyid

    is exceeding its datatype size....itz a rule u cannot have more...

  • RE: How does @@ERROR work?

    try...

    if @@error <> 0

    begin print 'error' end

  • RE: Date Format

    Hi..i think u mean....gettin date only from

    datetime..,..in that case

    CONVERT stmts wud help u the most...

    chk out styles like 112, 114

    hope this helps

Viewing 7 posts - 16 through 22 (of 22 total)