Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Remove Table column names in Microsoft azure storage explorer tool?

I want to delete some unnecessary columns which are created but not using currently. Without deleting the table data or table in Microsoft azure storage explorer how can I delete columns manually?

like image 688
PRAVEEN PDBR Avatar asked Sep 11 '25 02:09

PRAVEEN PDBR


1 Answers

Mildly annoying but you can fix the issue by deleting the entire contents of:

 AppData\Roaming\StorageExplorer 

that will fix the issue. You'll need to reauthorized the accounts but that's a mild inconvenience. There's likely a file or two within that directory that actually caches that data that is a more surgical approach but the few most obvious candidates didn't work for me so i just deleted the whole directory.

like image 60
frigon Avatar answered Sep 13 '25 18:09

frigon