adspace
how to copy sysdatabase file from c: Drive to D: Drive in
SQL Server.
Answer Posted / jijo
Take the full backup of sysdatabse and specify backup
location into d:\
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain “row_number()” in sql server with an example?
Does view occupy space?
Can we shrink data file in sql server?
How to convert character strings into numeric values?
Why use identity in sql server?
What is a coalesce function?
Can sql servers link to other servers like oracle?
What are different types of constraints?
What is subquery? Explain the properties of a subquery?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
How do I find the sql server version?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
What is the difference between upgrade and migration in sql server?
What are the different subsets of sql?
Can we do dml on views?