'Statement 'backup log' is not supported in this version of SQL Server
Solution 1:[1]
According to the screenshot posted, you didn't mention your SQL server version. Let me assume that you are trying to use SQL server 2017 version. In that specific version, some of the feature are deprecated and one of those is BACKUP LOG.
The other alternative procedure is to migrate to the lower versions of the database. There is an article that confirms that, we cannot perform backup from lower version to higher version and viceversa is possible.
Check with the server version and provide more information regarding the version you are using.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | SairamTadepalli-MT |