Answer Posted / swetha
sp_renamedb ?oldname? , ?newname?
alter database ?databasename?
modify name = ?newdatabasename?
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How you can move data or databases between servers and databases in sql server?
How to loop through the result set with @@fetch_status?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
what is checksum in sql server.........???
Explain iaas, paas and saas?
What is function of master database?
How to create new tables with "select ... Into" statements in ms sql server?
What is the query and subquery?
What is report subscription?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
Define Unique Key?
can an automatic recovery be initiated by a user? : Sql server administration
What is nested transaction?
What is data source in connection string?
What is the difference between ‘having’ clause and a ‘where’ clause?