Home
Tutorials
Articles
Forum
Tips & Tricks
Code Lab
Projects
IT News
.Net Questions
.Net Problems & Solutions
|
Certifications
|
Members
DotNet Gallery
Login
Register
Contact Us
Privacy
Home
.Net Questions
Category : SQL Server by
mohan
Posted on 10/15/2008
How to rename a table in Sql server?
exec sp_rename 'oldTblName' , 'newTblName'
rename tblemp table TO tblemployee
alter table tbl_name rename to new_tbl_name
None of the above
Your Score 0/0
Submit .NET Question
Next
Which is the correct place to stroe Database connection string in .NET Projects?
Previous
How many languages .NET is supporting?
Categories
ASP.NET
C#.NET
.Net Framework
VB.NET
SQL Server
ADO.NET
Newly Posted .Net Aptitude Questions
Which browser will not support AJAX?
Is it possible to edit data the Repeater Control?
How many languages .NET is supporting?
How to rename a table in Sql server?
Which is the correct place to stroe Database connection string in .NET Projects?
How do we get last error occured in Database?
How many classes can have .NET DLL?
A groub of tables that are maintained in a Dataset as called?
In Which datatypes that RangeValidator control supports?
State True or False: Is it possiple,to Static method that cannot be overridden
Copyright©2008 Dot Net Gallery. All Rights Reserved.
|
Privacy Policiy
|
Contact