Home Forums SQL Server 2008 SQL Server 2008 - General I would like to insert from the clipboard text with line breaks in a "varchar" column. RE: I would like to insert from the clipboard text with line breaks in a "varchar" column.

  • the only way I know to do this is by using T-SQL,

    e.g.

    UPDATE TableName

    SET VarcharColumn = 'Some Text with

    line breaks in'

    WHERE PrimaryKeyColumn = SomeValue

    ____________________________________________
    Space, the final frontier? not any more...
    All limits henceforth are self-imposed.
    “libera tute vulgaris ex”