Result in Grids Panel

  • Hi everybody!

    A silly question, but I can not go further!

    I have this statement

    USE Northwind

    SELECT Customers.CustomerID, ContactName, CompanyName, Orders.CustomerID, OrderDate

    FROM Customers, Orders

    WHERE Customers.CustomerID = Orders.CustomerID AND (Customers.CustomerID = N'ALFKI' OR Customers.CustomerID = N'XYZAA')

    FOR XML AUTO, ELEMENTS

    I'm trying to copy the result displayed in the Query Analyzer in the Grids Panel and paste it into a notepad file, so that I can see the result in IE. But when I copy the result, the xml file is not complete. It's only 256 characters long. You can try the example with the northwind database.

    Thank you very much!

    Radu

  • Pls. do not cross post. See the other post.

    Steve Jones

    steve@dkranch.net

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply