SQL: Error adding new column to the existing table

  • Hi Guys,

    below is the error when i am trying to add a new column to the exting table. Can you please help in resolving this issue.

    Msg 6517, Level 16, State 1, Procedure sp_MSscriptcustominsproc, Line 45

    Failed to create AppDomain "mssqlsystemresource.dbo[runtime].35".

    The domain manager specified by the host could not be instantiated.

    The statement has been terminated.

    ALTER TABLE tableName

    Add ColumnX bit Not Null Default 0

    Thanks.

  • Could you please provide more detailed information such as the version of your SQL Server?

  • sql server 2008 sp2

  • What schema does the table belong to?

  • What's the verion of .net on this box?

    Is this 32bit or 64 bit OS? How about SQL is it 32 bit or 64 bit?

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply