how to copy sysdatabase file from c: Drive to D: Drive in
SQL Server.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jijo
Take the full backup of sysdatabse and specify backup
location into d:\
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / amr
1st u have to stop sqlserver then u can catch file and copy
it anywhere !!
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anwar hayat
Stop MS SQLServer Services and copy mdf ldf files in desire
location.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / samar
plz explain in brief,
if u can send me screen shots for process , it ll be good
for undetstandin
mail id: summer_sinha@yahoo.com
Is This Answer Correct ? | 0 Yes | 1 No |
Is there any difference between primary key and unique with the not null condition?
Write down the syntax and an example for create, rename and delete index?
what is denormalization and when would you go for it? : Sql server database administration
Explain try...catch with sql server?
How does normalization work?
How to see the event list of an existing trigger using sys.trigger_events?
What are unicode character string data types in ms sql server?
what is sql server? : Sql server database administration
Explain comment on transactions?
Write an sql query to find first weekday of the month?
What is the full meaning of dml?
What is self contained scalar sub query?