SQL Server error code
SQL Server error 4355
SQL Server raises error 4355 at severity 16, which marks a problem with the query or data that you can correct.
The revert command is incorrectly specified. The RESTORE statement must be of the form: RESTORE DATABASE <x> FROM DATABASE_SNAPSHOT = <y>.
| Msg | 4355 |
|---|---|
| Severity | 16 |
| Group | 4000–4999 |