As part of a new HR project you're creating several stored procedures that will add logging information to the logs table. This logging information is very detailed and should contain carriage returns to make paragraphs more readable. How can you add carriage returns to text when inserting into a table?

 Posted by Bandi on 7/30/2014 | Category: Sql Server Interview questions | Views: 1356 | Points: 40
Select from following answers:
  1. Use CASE
  2. Use CHAR
  3. Use TEXTPTR
  4. Use COS
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response