Sql Server Management Studio 2008 - Insert string with more than two lines

Posted by gsharp on Stack Overflow See other posts from Stack Overflow or by gsharp
Published on 2010-04-23T06:44:31Z Indexed on 2011/06/29 8:22 UTC
Read the original article Hit count: 243

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.

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about sql-server-management-stu