Hi,
Am trying to load around 9-10 tables in sql server.all these belong to a single project.
table loads are just select * into destination table,using some joins.
Is it good to have 1 stored proc to load all these tables or individual stored procs to load.
All these tables are independent to each other.
Appreciate your help !