how to copy sysdatabase file from c: Drive to D: Drive in
SQL Server.
Answer Posted / amr
1st u have to stop sqlserver then u can catch file and copy
it anywhere !!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about temporary stored procedure?
Explain different types of index?
Can we shrink data file in sql server?
What is the Main Difference between ACCESS and SQL SERVER?
Which are the third-party tools used in sql server and why would you use them?
Explain what is use of dbcc commands?
What is Lock table in SQL?
Explain about extended stored procedure?
Explain boyce and codd normal form(bcnf)?
what is denormalization and when would you go for it? : Sql server database administration
Do you know what is replace and stuff function in sql server?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
What is the difference between ddl,dml and dcl commands?
What have included columns when we talk about sql server indexing?
How to transfer data from a cursor to variables with a "fetch" statement?