• rajarshi_ghosh_05 (3/29/2013)


    Lynn Pettis (3/29/2013)


    And if you create a permanent table, it makes sense to create it in the database it is used, not in tempdb.

    That's true but there are several process that needs to be followed prior to add anything in db design... so as long as the table created by sp and destroyed by DB itself... i guess we are ok...

    Unless losing the table in tempdb due to an unexpected server crash causes you a problem. If it is in the current database, you can still recover the data if needed. If it is in tempdb, say bye bye data.