Buy Questpond's video subscriptions on
huge discount
.
Online: 1037
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
Sql Server
>
Loading ...
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
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Select from following answers:
Use CASE
Use CHAR
Use TEXTPTR
Use COS
All Above
You can use CHAR(13) to add carriage returns. The CHAR function converts an int ASCII code to a character.
Show Correct Answer
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
You're designing a new SQL Server 2012 table t ...
Next > :
Which word is missing from the following statement ...
Comments or Responses
Login to post response
More Interview Questions by Bandi
Which word is missing from the following statement to create a stored ...
You need to write a new query that will return names from the employee ...
You're designing a new query that will return all of the medical r ...
What is wrong with the T-SQL batch statement below: @find varchar(3 ...
SQL Server 2012 uses the standard four-part naming convention when ref ...
You're creating a new query that will select rows from a products ...
You need to delete a stored procedure from the SQL Server 2012 databas ...
Your manager has asked you to check the index stats for a particular t ...
Latest Interview Questions
By default,Asp.Net stores SessionIDs in which mechanism?
In order to prevent a browser from caching a page which of the stateme ...
We have defined one page_load event in aspx page and the same is defin ...
How to display a computer code in html
What is the FEATURES or PURPOSE of Raise Error?
Can a Clustered Index ALSO be a Unique Index?
Which statement is used for defining a Cursor?
Which Process is used for Maintaining State Server Session in Asp.Net ...
More ...