Forum Discussion

TuckRhodes's avatar
TuckRhodes
Helper I
1 year ago
Solved

Data Warehouse Drop Column

I unfortunately made a mistake with the data type of a few columns in a warehouse I created.

 

I want to simply change the data type of said columns but it looks like that isn't supported yet.

 

So I thought I would just drop the columns and create them again but it also appears that this is not supported yet.

 

Is the only solution to this really to drop the table and recreate it? Am I misunderstanding the linked documentation?

 

Huge seems like a huge limitation if so.

 

Source: https://learn.microsoft.com/en-us/fabric/data-warehouse/tsql-surface-area

2 Replies

    • TuckRhodes's avatar
      TuckRhodes
      Helper I

      Unfortunately, I suspected something like this. Thank you!

       

      I also found a work around by remaking the columns with ADD COLUMN and just appending "_corrected" to the column name, then renaming it in a view. Not ideal but got the job done.