Hi Redgate Team,

After formatting the following code the INIT is sent to the end of the next line, which is wrong.
Additionally you can see that an unneeded space is added after TO.
:SETVAR BackupPath "C:\Program Files\Microsoft SQL Server\MSSQL14.MYSQLSERVER2017\MSSQL\Backup\"
-- Full and transactional backup to release space in the transaction log
BACKUP DATABASE BulkLogged TO  DISK = '$(BackupPath)\BulkLogged.bak' WITH
																		 INIT
BACKUP LOG BulkLogged TO  DISK = '$(BackupPath)\BulkLogged.trn' WITH INIT;
GO

Thanks for looking into this!

Version 9.0.5.3501

Style attached ...

Torsten
torsten.strauss
0

Comments

1 comment

  • Michael Clark
    Hi @torsten.strauss ,

    Thanks for getting in touch, we couldn't see your style attached to this post. Would it be possible to attach it again?

    Best wishes,

    Michael
    Michael Clark
    0

Add comment

Please sign in to leave a comment.