any idea ?

08/26/2020 16:04 #Cuba#1
i can`t add ! db to sql ! that`s mean db can work on old sql or what !

other db is working fine !

am using 2014 sql

any help



[Only registered and activated users can see links. Click Here To Register...]
08/26/2020 16:33 Ahly1907#2
try use sql 2012
08/26/2020 16:38 #Cuba#3
Quote:
Originally Posted by Ahly1907 View Post
try use sql 2012
am using original db !
08/26/2020 20:14 OKeks#4
Short search on google for error 102:

Code:
This is due to permission problem.First you need to move the *.bak file to the data-directory of the SQL-server .. then try again..
and

Code:
Make sure that you didn't name the directory using special characters. For example, I named my directory SQLDB's\ and got that error. To resolve it, I removed the ' and it worked.