I want to be able to insert and update rows with embedded carriage returns even if the column if of type text or ntext.
Since there seems to be no GUI way to do this, does anyone know of a free tool that does?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately, no. Starting with SQL Server 2005, the ability to enter a line-break using the Results pane in Management Studio was removed (you can do it in SQL Server 2000’s Enterprise Manager). That means either scripting the query to include a line break or using another tool like Toad, DBVisualizer, SQL LOB Editor or some other third-party tool.