Quantcast
Channel: Microsoft SQL Server
Viewing all articles
Browse latest Browse all 4871

SQl DB Schema

$
0
0

After creating Database in Data Warehousing, need to create different schema based on different applications so we can store application related objects and data into one schema. Our Application/objects are in different server which will be loading into DW server DB.

We have HR, Finance and Employee applications which are stored in a databases like HRDB, FinanceDB and EmployeeDB.

We have windows AD group created and assign the needed privileges in Development for all the developers.

So each user are part of that windows AD group . After creating DBs, we need to create Schema so we can copy the few objects into application based schema.Ex. HR tables will go in HR Schema, Finance related tables will go in FINANCE schema and Employee related tables will go in EMP Schema from there respected tables.

When i create the Schema using following...


Viewing all articles
Browse latest Browse all 4871

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>