Can we clone a table structure to temp-table in SQL server stored procedure?
If yes, how should we declare the temp table and the command the clone the table structure?
or can provide us a sample codes on the above solution.
Thanks