Hello,
The present architecture is that there is one sql server 2008 R2 (ServerA ) which has the DEV database as well as the Prod database.
There are SSIS packages that run every 30 minutes or so...
1-
Do you think it is a good idea to have one server i.e. ServerD for Dev, another one i.e. ServerU for UAT and leave the current one (ServerA) as is but remove the Dev database.
2-
Should the SSIS/ETL be done on the same server as the production i.e. ServerA or should that be a separate server too? i.e. ServerS?
3-
There is also SSAS. should they be on another server?
Thanks