Create temporary table sql server management studio

Additionally, if you want to quickly create any table, you can follow the command: SELECT * INTO #customers FROM dbo
[child_table] ( [id] [int] NOT NULL, [configura
But we also need to add a single hashtag (#) sign at the starting of the table name to declare it as a local temporary table
/body>