adspace


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


Please Help Members By Posting Answers For Below Questions

How do I start sql server 2017?

1017


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1216


Why use identity in sql server?

1203


How to connect php with different port numbers?

1191


What is clustered index

1088


Can you index views?

955


List out the different types of locks available in sql server?

1051


What is sql or structured query language?

1228


What is temporary table in sql server? Why we use temp table?

1023


what is spatial nonclustered index

1060


Where can you add custom error messages to sql server?

1215


How do I create a trace in sql server?

1121


What is the difference between upgrade and migration in sql server?

1185


What is in place upgrade in sql server?

1127


What is the difference between for xml raw and for xml auto?

1119