Parse error at line: 12, column: 4: Incorrect syntax near 'ALTER'.

Can you share what the full changelog looks like?

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

I’m using Microsoft Azure Datawarehouse and would like to version my scripst using Liquibase. 

I have tried creating simple tables and stored procedures using changelog and able to create them susccessfully, but when I try to put my complex stored procedures as part of changelog and try to execute I’m getting this error.

 “Caused by: liquibase.exception.DatabaseException: Parse error at line: 12, column: 4: Incorrect syntax near ‘ALTER’.”

 AS

SET NOCOUNT ON ALTER PROC [test].[TestSP12]