Options

try to package script like this produces erros on execution

pil0tpil0t Posts: 14
edited June 4, 2009 12:24PM in SQL Packager Previous Versions
CREATE TABLE [dbo].[test] (
[a] int NULL
)
GO

EXEC sp_addextendedproperty 'MS_Description', N'a

GO

a', 'schema', 'dbo', 'table', 'test'
GO

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    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).
Sign In or Register to comment.