Viewing 15 posts - 1 through 15 (of 33 total)
Agreed with @jeff.
SQL Database Recovery Expert π
June 16, 2022 at 12:01 pm
During the SQL Server installation, you must have allowed at least one Windows user to have access to SQL Server and be able to log into SQL Server using this...
SQL Database Recovery Expert π
May 20, 2022 at 8:44 am
If you have 'MSXMLΒ Parser' in Add or Remove Programs applet, click Change and then Repair. If it does not exist in Add or Remove Programs - rerun the SQL...
SQL Database Recovery Expert π
May 20, 2022 at 8:34 am
Well, that's a critical situation as backup is also encrypted. Did you get any key from the hacker to decrypt the file?
In my org, we have faced the ransomware issue....
SQL Database Recovery Expert π
September 17, 2021 at 4:07 am
this error means that some other process put a lock on a database file (or other related SQL Server files as well, i.e. log files, etc.) and SQL Server cannot...
SQL Database Recovery Expert π
June 14, 2021 at 9:04 am
TROUBLESHOOTING STEPS
1. Install and run SQL Management Studio to access the database.
2. Make a full backup of the database mentioned in the Description line of the error.
3. Stop all Milestone...
SQL Database Recovery Expert π
May 19, 2021 at 7:36 am
are you getting any warning or message popup?
SQL Database Recovery Expert π
May 19, 2021 at 7:28 am
The problem is due to the lack of permissions for SQL Server to access the mdf & ldf files. All these procedures will work :
SQL Database Recovery Expert π
May 12, 2021 at 5:53 am
Hi,
You can check this link: https://support.microsoft.com/en-us/topic/kb4527376-cumulative-update-1-for-sql-server-2019-a8dae09e-96b5-9f13-9092-977341fafe17
SQL Database Recovery Expert π
May 12, 2021 at 4:55 am
Below are some reasons that could interfere with the restore process and throw the βrestore of database failed because the database is in useβ error:
SQL Database Recovery Expert π
February 18, 2021 at 10:22 am
You should read this thread: https://dba.stackexchange.com/questions/254796/restore-a-database-with-a-different-name-on-the-same-server
SQL Database Recovery Expert π
February 18, 2021 at 10:18 am
Here's the blog where I found the answer: https://bahtisametcoban.home.blog/2019/01/04/always-on-availability-groups-with-multi-subnet-failover-cluster/.
In case you don't feel like reading through it, the answer is
If you enable [Availability Groups] before cluster is fully operational and...
SQL Database Recovery Expert π
February 18, 2021 at 10:10 am
http://www.stellarinfo.com/blog/attach-sql-database-without-transaction-log-file/
Is there any other option?
SQL Database Recovery Expert π
November 19, 2020 at 10:12 am
This handy page from Microsoft should be very useful for you as it explains in detail how to carry out a migration and the tools and methods available:Β Supported Version...
SQL Database Recovery Expert π
November 18, 2020 at 6:22 am
Read Paul's solution from this question: https://www.sqlservercentral.com/forums/topic/how-to-restore-ndf-file-in-database-sql-2005
SQL Database Recovery Expert π
December 18, 2019 at 6:35 am
Viewing 15 posts - 1 through 15 (of 33 total)