User632428103 posted
Hello,
you need to pass by a query as this :
SELECT name FROM sys.columns WHERE object_id = OBJECT_ID('TABLE NAME')
copy paste this query inside SSMO and see the result, try with * also for to see which column you have access ...