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
I try to script an export of a database as seen below. However this fails for unknown reasons:
PS C:\apps> .\SchemaZen.exe script --verbose --server=SERVER --database=MES20 --user=USER--pass=PW --scriptDir=c:\temp
\MES20 -o
Loading database schema...
Must declare the scalar variable "@roleName".
Must declare the scalar variable "@roleName".
Incorrect syntax near '+'.
Incorrect syntax near '+'.
Incorrect syntax near '+'.
Incorrect syntax near '+'.
Incorrect syntax near '+'.
Incorrect syntax near '+'.
Incorrect syntax near '+'.
Incorrect syntax near '+'.
Incorrect syntax near '+'.
Incorrect syntax near '+'.
Incorrect syntax near '+'.
Incorrect syntax near '+'.
Incorrect syntax near '+'.
'Script' - Generate scripts for the specified database.
Expected usage: SchemaZen.exe Script <options>
<...
PS C:\apps>
-v Does not give me more information unfortunately.
The Server properties are below:
Edition ProductVersion ProductLevel
Standard Edition (64-bit) 11.0.7001.0 SP4
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: