views:

153

answers:

0

Hi

I want to paste a string with more than two lines into a nvarchar(max) cell (right click a Table in Sql Server Management Studio 2008 --> Edit Rows). Unfortunately only the the first line of the string is pasted into the cell.

I know, I could write a Insert/Update script for that, but it's not what I'm looking for. I need a quick way to paste some text into some cell.

Is there a way to achieve my goal?

Thanks in advance.

related questions