Are you trying to restore database from GP? Better use SSMS to restore database with single user mode. Closer all query window and execute the below query. ALTER DATABASE TWO SET SINGLE_USER WITH ROLLBACK IMMEDIATE GO RESTORE DATABASE TWO FROM DISK = 'D:\TWO.BAK' GO Hope this helps!!!
↧
Forum Post: RE: You can not restore the company because you and other user are logged in Dynamics GP
↧