Drop Column causes error

  • Hi all,

    I have a table with 4 million rows and about 60 columns

    I want to drop a couple of columns.

    When I tried it hours and a message (which was accidently cleared) stating something like the the PRIMARY FILEGROUP is full.

    Basically I wan't to know if I can drop these columns without updating nay transaction logs.

    Thanks

    Peter

     

     

  • Could it be you've tried this via Enterprise Manager?

    If so, you might want to have a look at ALTER TABLE blahblah DROP COLUMN. The syntax is explained in BOL.

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

Viewing 2 posts - 1 through 1 (of 1 total)

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