Hi There
we do get large files from vendor and needs to be loaded in to SQL server, The plan is to have raw data on to staging and convert the datatypes and load to the final tables. Once the final tables are loaded we do not need the staging tables.
Is it a good practice to create objects (staging) and drop after the Final table was loaded. Can we use temporary tables here and can it accommodate millions of records in Temp tables
Please advice
Thanks