Ms sql server 2005,Express,2008 restore failed on ERP Syteline Database because the database is in use. Hi, Friend.If you looking for solution for restore database with out error same below
" system.data.sqlclient.sqlerror:exclusive access could not be obtained because the database is in use. "
from message above i sure , you have been restoring the database while that have the application is in use so i have script for find out the problem .
1. Log in to sql server -> create new query -> key in the script
use Database name
exec sp_who -- if you need to check who have been using the database.
From a picture . Sured, the database is in use.
2. Stop Service of Application to use the MS SQL server 2005 | Express | 2008
3. Run Restore against . I have sured , you can restore the database MS SQL 2005 ,Express , 2008
Subscribe to:
Post Comments (Atom)
How to fixe database in restoring mode
RESTORE DATABASE YourDatabaseName WITH RECOVERY;
-
รวมคำศัพท์ที่สนใจ ERP & Programmer ที่จะต้องเขียนโปรแกรมที่โรงงาน ที่จำเป็นต้องรู้เพราะไม่งั้นเวลาได้ Requirement มาแล้วเราจะไม่เข้าใจ แ...
-
Backflush เกี่ยวกับ Syteline ERP,Dynamix ,Baan,SAAP คืออะไร แปลว่าอะไร คำถามนี้ถ้าถามแบบนี้ตอบไม่ยากครับ นั้นคือ ทุก Software เหมือนกัน ซึ...
-
วันนี้เราจะมาคุยกันเรื่อง CO- Product และ อะไรคือ By Product ถ้าใครอยู่ในวงการ ERP อยู่แล้วก็คงไม่ยากในการที่จะตอบว่าอะไรคืออะไร มันสำคัญมาก...
No comments:
Post a Comment