Frequently dropping a table in SQL Server -


in our current business requirement. have pull complete data every time. have truncate out table , load 20 million rows of data.

i want know instead of truncating. if drop , load table select * into. frequent dropping of table have adverse affect on database performance in long term? high fragmentation or related pages?

we cannot use merge per our current data.

just wanted know adverse affect of frequent drooping , creation of tables.


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Java JSoup error fetching URL -

webstorm - PhpStorm file cache conflict with TypeScript compiler -