ASP.NET 2.0 Question: Download ASP.NET 2.0 PDF

How to rename a table using sql queries?

Tweet Share WhatsApp

Answer:

This done by

exec sp_rename 'oldTableName' , 'newTableName'

Use server side for secure validation. Use client side for fast,user friendly validations.

Execute sp_rename 'oldtablename', 'newtableaname'

Download ASP.NET 2.0 PDF Read All 87 ASP.NET 2.0 Questions
Previous QuestionNext Question
Can a .NET web application consume Java web service?Web service support

a) Data set
b) dataReader
c) both of above
d) none of above