How do I drop table variables in SQL-Server? Should I even do this? November 18, 2022 by Tarik Table variables are automatically local and automatically dropped — you don’t have to worry about it.