try to package script like this produces erros on execution
pil0t
Posts: 14
CREATE TABLE [dbo].[test] (
[a] int NULL
)
GO
EXEC sp_addextendedproperty 'MS_Description', N'a
GO
a', 'schema', 'dbo', 'table', 'test'
GO
[a] int NULL
)
GO
EXEC sp_addextendedproperty 'MS_Description', N'a
GO
a', 'schema', 'dbo', 'table', 'test'
GO
Comments
We have had a number of bugs logged for problems packaging scripts. We have a private build available that addresses two of them, so if you have problems packaging scripts, please contact support@red-gate.com and we will provide you with the updated version of SQL Packager (6.0.1.9).