How to print

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sc5502
    New Member
    • Jun 2014
    • 102

    How to print

    How do you print results from a SQL query in SQL Studio Management?
    Code:
    SELECT PIR_Number, Issuer_Date, Supplier, Customer_Claim, Type_of_Reject, PIR_Due_Date, Response_Date
    FROM [Quality_Database].[DBO].[QC_PIR_Input] where Supplier='NSMX' AND ISSUER_Date >='10/01/2015' AND Issuer_Date<='12/31/2015'
    ORDER BY Issuer_Date;
    I want to print the results of this query. Thanks in advance.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Click in the results and then click file > print.

    Comment

    Working...