how to copy sysdatabase file from c: Drive to D: Drive in
SQL Server.
Answer Posted / harish sharma
Sysdatabase table is the part of master database.
So u need to change the location of master database in this
case. which can be don in the database properties ->
statring parameters. Then u have to change the location of
all three files. master.mdf, master.ldf, and error file.
Then after stoping SQL agent you can move files.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do you debug a procedure in sql server?
Explain about SQLOS?
Explain ranking functions?
How do I create a stored procedure in sql server?
Hi all, can any one please tell me the difference between sql server 2008 and orace 9i
Give an example of why you would want to denormalize a database
What are the different types of upgrades that can be performed in sql server?
What is an indexed view?
If a table does not have a unique index, can a cursor be opened on it?
What happens if date-only values are provided as date and time literals?
What happens if you add a new index to large table?
What are the requirements for sql server 2016?
What is entity data services?
In how many ways you can invoke ssrs reports?
Do you know the different ddl commands in sql?