Print report by using SQL 2000

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Khalid Hussain

    Print report by using SQL 2000

    hi
    How I could print a report on printer using SQL 2000?
    I am not going in detail about the report as at the moment I need to
    know how produce reports on printer.
    Thank you


    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!
  • David Portas

    #2
    Re: Print report by using SQL 2000

    You can print the results of a query from Query Analyzer (choose File/Print)
    but only as basic text in a single font.

    Other than that, use VB, Access or some other reporting tool.

    --
    David Portas
    ------------
    Please reply only to the newsgroup
    --

    "Khalid Hussain" <khalid.hussain @pinnacle.co.uk > wrote in message
    news:3f609c86$0 $62079$75868355 @news.frii.net. ..[color=blue]
    > hi
    > How I could print a report on printer using SQL 2000?
    > I am not going in detail about the report as at the moment I need to
    > know how produce reports on printer.
    > Thank you
    >
    >
    > *** Sent via Developersdex http://www.developersdex.com ***
    > Don't just participate in USENET...get rewarded for it![/color]


    Comment

    Working...