Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can i change the column name.

Answer Posted / y.narendra kumar

This example renames the contact title column in the
customers table to title.

EXEC sp_rename 'customers.[contact
title]', 'title', 'COLUMN'

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between composite index and covering index?

1007


What is the maximum number of instances in 32 bit and 64 bit sql server 2012?

1034


What are the reporting services components?

144


How do I delete a sql server database?

1096


Write a SQL queries on Self Join and Inner Join.

1077


How many types of subqueries are there in sql server?

1031


What is bcp? When does it used?

1040


What are the benefits of normalization?

1156


Do you know spatial data types - geometry and geography in sql server 2008?

1085


How do you migrate data from mssql server to azure?

167


What is difference between temp table and cte?

1070


How can you append an identity column to a temporary table?

1030


What is a trigger in sql server?

1225


In which format does an image save in SQL Server database ?

1053


What happens if you add a new index to large table?

980