ASP.NET 2.0 Question:
Download Questions PDF

How to rename a table using sql queries?

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 Interview Questions And Answers PDF

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