Answer Posted / Yogesh Singh Garbyal
ALTER DATABASE old_database_name MODIFY NAME = new_database_name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is normalization and what are the advantages of it?
How to remove duplicate rows from table except one?
What is the difference between upgrade and migration in sql server?
What is temporary table in sql server? Why we use temp table?
List out the different types of locks available in sql server?
How can we solve concurrency problems?
How to convert numeric expression data types using the cast() function?
How can you append an identity column to a temporary table?
What is the primary use of the model database?
What are the kinds of subquery?
Can we shrink data file in sql server?
What is a scheduled job or what is a scheduled task?
Why use identity in sql server?
Can you index views?
Why should you use or avoid select * statements?