You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use the Fake.SQL.SqlServer runScript method, it won't work if you have Go statements. I get an error message stating Microsoft.SqlServer.BatchParserClient.dll can't be found.
I can resolve this by dropping v12 of Microsoft.SqlServer.BatchParserClient.dll and microsoft.sqlserver.batchparser.dll into the tools folder.
I'm currently using 4.40.0 and see the following SqlServer dlls in the tools folder:
Microsoft.SqlServer.ConnectionInfo.dll
Microsoft.SqlServer.ConnectionInfoExtended.dll
Microsoft.SqlServer.Management.Sdk.Sfc.dll
Microsoft.SqlServer.Smo.dll
Microsoft.SqlServer.SmoExtended.dll
Microsoft.SqlServer.SqlClrProvider.dll
Microsoft.SqlServer.SqlEnum.dll
However, I see in 4.41 that some dlls are now no longer there and you have just three:
Microsoft.SqlServer.ConnectionInfo.dll
Microsoft.SqlServer.Management.Sdk.Sfc.dll
Microsoft.SqlServer.Smo.dll
Not sure what the reason is for the difference between 4.40.0 and 4.40.1. I was going to submit a PR added the two new dlls above.
Please advise how to proceed on this.
The text was updated successfully, but these errors were encountered:
If I use the Fake.SQL.SqlServer runScript method, it won't work if you have Go statements. I get an error message stating Microsoft.SqlServer.BatchParserClient.dll can't be found.
I can resolve this by dropping v12 of Microsoft.SqlServer.BatchParserClient.dll and microsoft.sqlserver.batchparser.dll into the tools folder.
I'm currently using 4.40.0 and see the following SqlServer dlls in the tools folder:
Microsoft.SqlServer.ConnectionInfo.dll
Microsoft.SqlServer.ConnectionInfoExtended.dll
Microsoft.SqlServer.Management.Sdk.Sfc.dll
Microsoft.SqlServer.Smo.dll
Microsoft.SqlServer.SmoExtended.dll
Microsoft.SqlServer.SqlClrProvider.dll
Microsoft.SqlServer.SqlEnum.dll
However, I see in 4.41 that some dlls are now no longer there and you have just three:
Microsoft.SqlServer.ConnectionInfo.dll
Microsoft.SqlServer.Management.Sdk.Sfc.dll
Microsoft.SqlServer.Smo.dll
Not sure what the reason is for the difference between 4.40.0 and 4.40.1. I was going to submit a PR added the two new dlls above.
Please advise how to proceed on this.
The text was updated successfully, but these errors were encountered: