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 to add the custom code in Report?
What are the different types of sub-queries?
Can two tables share a primary key?
What is the recovery model?
What happens to a trigger with multiple affected rows?
Explain about protocol layer present in SQL server?
What is updatable resultset?
What is nonclustered index on computed columns?
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?
Explain the properties of the relational tables?
Describe the left outer join & right outer join. : sql server database administration
How to stop log file growing too big?
What are .mdf files?
Give me any three differences between Truncate and Delete.
What is key set driven?