Open thfrei opened 5 years ago
I have exactly the same error! MS SQL Server 2014 Developer Edition
I figure it has something to do with Server Versions. As of MS SQL Server 2016 (13.x) it seems to work.
As of MS SQL Server 2019, getting the same error!
pb in database.cs the variable is declared like this : @RoleName and not like this : @roleName
in your case, the SQL Server classement is case sensitive
Error description
I try to script an export of a database as seen below. However this fails for unknown reasons:
-v
Does not give me more information unfortunately.The Server properties are below:
Note: When using an SQL Express Server (The Same DB MES20 was backed up from the server and restored to SQL Express) it works.
It might be related to #141 however, I am not using SQL Express in this case, and I get another error.
Any suggestions?
Please let me know, if I can give you more details. Thank you.