Cannot copy DBFile: It is being used by another person or program??
-
How can I get rid of this message when I try to copy a database file that runs on sql server 2000?? I searched and I found that if I used ctrl alt delete and ended the sql server processes, I should copy the file but the problem is that I need to copy these files from a server so I'm afraid if I ended these processes, users of the wesite site including the database might lose data..How can I solve this?
-
How can I get rid of this message when I try to copy a database file that runs on sql server 2000?? I searched and I found that if I used ctrl alt delete and ended the sql server processes, I should copy the file but the problem is that I need to copy these files from a server so I'm afraid if I ended these processes, users of the wesite site including the database might lose data..How can I solve this?
Yeah, if you stop SQL service instance, users accessing it will get error. Why don't you take a backup of the database ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Yeah, if you stop SQL service instance, users accessing it will get error. Why don't you take a backup of the database ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
How can I get rid of this message when I try to copy a database file that runs on sql server 2000?? I searched and I found that if I used ctrl alt delete and ended the sql server processes, I should copy the file but the problem is that I need to copy these files from a server so I'm afraid if I ended these processes, users of the wesite site including the database might lose data..How can I solve this?
stop sqlserver first and then u copy dbfile in some other place. with out stoping sqlserver u can not copy .mdf and .ldf files.
Pradeep Reddy