Copying data in SQL Management Studio

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chribben
    New Member
    • Feb 2008
    • 14

    Copying data in SQL Management Studio

    Hi,
    I want to copy the data from a cell in the result view of SQL Management Studio after running a query. So I right click the cell and select Copy and then paste it into a text file. But the pasted data is only 64 kb while SQL Management Studio states that it is 90 kb (using the datalength function). How can this be and what should I do to get all the data from the cell?
    Best regards,
    Christian
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Send your output to file.

    -- CK

    Comment

    • chribben
      New Member
      • Feb 2008
      • 14

      #3
      Originally posted by ck9663
      Send your output to file.

      -- CK
      I tried that as well, same result - only 64 kb is printed.

      Comment

      • chribben
        New Member
        • Feb 2008
        • 14

        #4
        Originally posted by chribben
        I tried that as well, same result - only 64 kb is printed.
        Got an answer from msdn: http://forums.microsoft.com/msdn/Sho...iteID=1&mode=1

        Comment

        Working...