I have recently encountered an issue with a third-party Β backup application (Commvault) . I was trying to backup the databases on SQL 2014. It was throwing a below error
“Description: Error encountered during backup. Error: [ Could not load file or assembly ‘Microsoft.SqlServer.BatchParser, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91’ or one of its dependencies. The system cannot find the file specified.]”
For some Application, we need to ensure we have both 32 bit and the 64-bit version of assembly found under c:\Windows\assembly. This Assembly Version=10.0.0.0 is something to do backward compatibility with SQL 2008 or R2 feature pack.
I couldnβt able to list the assembly in the c:\windows\assembly folder.
Before

Download the Microsoft SQL Server 2008 Feature Pack
- x64\SharedManagementObjects.msi
- x64\SQLSysClrTypes.msi

After
The SQLSysClrTypes.msi should be installed first due to its dependency on SharedManagementObjects.
Successful Backup!!!.
I hope someone may get the hint from this post.
Job was done:-)

i want scripts to run through powershell scripting sql service stop and start
LikeLike
Hi Mohan,
Can you take a look at the below link?
Let me know if you need any further help.
Prashanth
LikeLike
Also, try my old post
LikeLike