Buy Questpond's video subscriptions on
huge discount
.
Online: 1421
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 ...
How to Convert Integer into Varchar in Sql-Server Database?
Posted by
vishalneeraj-24503
on 12/18/2013 | Category:
Sql Server Interview questions
| Views: 2019 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
With the help of Cast method or function,we can convert Integer into Varchar.
For Example:-
Declare @Id int = 1;
Select Cast(@Id as Varchar) as Id;
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is an alternate way of Converting Integer val ...
Next > :
How many ways we can merge one DataTable into anot ...
Comments or Responses
Login to post response
More Interview Questions by vishalneeraj-24503
How many ways we can merge one DataTable into another DataTable?
What is the use of Merge method in Ado.Net?
How many ways to clear Columns as well as Rows in DataTable?
How to reset Datatable/Dataset to its Original state meaning no tables ...
How to copy structure as well as data of a DataTable i.e. all the colu ...
How to Remove Rows from DataTable at specified index position?
How to retrieve only the structure of a DataTable i.e. all the columns ...
How to retrieve all the column names from table?
Latest Interview Questions
Your developing web application which access data from a MS sql and ha ...
Differences between ISNULL and NULLIF ?
What will be output of following function when called? public strin ...
How to assign a value to a textbox through javascript?
DB2 - Display the employee details who are working from more than 1 an ...
DB2 - Fetch the current date and time in the following format 24/APR ...
DB2 - Find the NAMEs that have an even number of letters in them
DB2 - Find the count of departments having average salary greater than ...
More ...