SlideShare a Scribd company logo
Tech ABC Corp 
IT Department
Best Practices Guide
Database Architecture
Security:
All database security at Tech ABC Corp is based at the user level. Each employee in the company has a
domain authenticated username that they will use to access any database they have been authorized
access to.
To restrict access to:
● Database​: do not grant user access to the database.
● Specific data in a database​: grant user access to all tables in the database, then revoke access to
any tables holding restricted data.
Backups:
All database backup schedules should be set based on priority (Standard, Archived, Critical):
● Standard​: Backup schedule is a full backup 1x per week.
● Archive​: Backup schedule is a full backup 1x per month.
● Critical​: Backup schedule is full backup 1x per week, incremental backup daily.
Storage:
All databases are given a standard partition of 1 GB by the server group. Ask users about the expected
growth of data. Databases larger than or expected to exceed 10K rows of data in the next year should
ask for a large partition space.
Databases are stored on spinning disk by default. In-memory storage is available, but only for data that
requires higher level computations (advanced analytics, machine learning applications).
Data Ingestion:
Direct Feeds​: If setting up a direct feed from another database, please ensure a functional username is
created by IT security. This will ensure an expiring username does not cause a data flow error.
API​: If working with API, please submit the API address and information to IT security for evaluation
before proceeding.
ETL​: ETL is the current best practice for working with flat files. If the flat file will be regularly updated, an
automated ETL process can be set up.

More Related Content

PPTX
Backup and recovery in sql server database
PPT
Database backup & recovery
PPTX
SQL Server Database Backup and Restore Plan
PPT
Database backup and recovery basics
PPTX
GHQ
PPTX
Performance tuning and optimization on client server
PDF
Ranganathan...999999
PPT
Tasks of database administrator
Backup and recovery in sql server database
Database backup & recovery
SQL Server Database Backup and Restore Plan
Database backup and recovery basics
GHQ
Performance tuning and optimization on client server
Ranganathan...999999
Tasks of database administrator

Similar to It best practices (20)

PPTX
Exchange Server 2013 Database and Store Changes
PDF
ArchivePlus Solution - Data archieving and Purge solution
PDF
Ten Ways For DBA's To Save Time
PDF
Ten Ways For DBA's To Save Time
PDF
SQL Server User Group 02/2009
PDF
2010/10 - Database Architechs - Data Services Summary
PDF
SQL Server 2008 Migration Workshop 04/29/2009
PDF
SQL Server Workshop Paul Bertucci
PPT
Db trends final
PDF
11g R2 Live Part 1
PDF
Oracle Optimized Datacenter - Storage
PDF
DS Auditor Datasheet
PDF
Oracle strategy for_information_management
PDF
PostgreSQL worst practices, version FOSDEM PGDay 2017 by Ilya Kosmodemiansky
PDF
JDE & Peoplesoft 2 _ Sam Sampathnathan _ Best Practices for Managing Your JD ...
PDF
Nosql intro
PDF
Oracle 0472
PDF
Big Data @ Bodensee Barcamp 2010
 
PDF
Good Data: Collaborative Analytics On Demand
PDF
5 Steps to PostgreSQL Performance
Exchange Server 2013 Database and Store Changes
ArchivePlus Solution - Data archieving and Purge solution
Ten Ways For DBA's To Save Time
Ten Ways For DBA's To Save Time
SQL Server User Group 02/2009
2010/10 - Database Architechs - Data Services Summary
SQL Server 2008 Migration Workshop 04/29/2009
SQL Server Workshop Paul Bertucci
Db trends final
11g R2 Live Part 1
Oracle Optimized Datacenter - Storage
DS Auditor Datasheet
Oracle strategy for_information_management
PostgreSQL worst practices, version FOSDEM PGDay 2017 by Ilya Kosmodemiansky
JDE & Peoplesoft 2 _ Sam Sampathnathan _ Best Practices for Managing Your JD ...
Nosql intro
Oracle 0472
Big Data @ Bodensee Barcamp 2010
 
Good Data: Collaborative Analytics On Demand
5 Steps to PostgreSQL Performance
Ad

Recently uploaded (20)

PPT
Predictive modeling basics in data cleaning process
PDF
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
PDF
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
PDF
Transcultural that can help you someday.
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PDF
annual-report-2024-2025 original latest.
PDF
[EN] Industrial Machine Downtime Prediction
PDF
Mega Projects Data Mega Projects Data
PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PDF
.pdf is not working space design for the following data for the following dat...
PPTX
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
PPTX
Introduction to Knowledge Engineering Part 1
PDF
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
PPTX
Computer network topology notes for revision
PPTX
Database Infoormation System (DBIS).pptx
PPTX
modul_python (1).pptx for professional and student
PDF
Introduction to the R Programming Language
PDF
Lecture1 pattern recognition............
Predictive modeling basics in data cleaning process
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
Transcultural that can help you someday.
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
IBA_Chapter_11_Slides_Final_Accessible.pptx
annual-report-2024-2025 original latest.
[EN] Industrial Machine Downtime Prediction
Mega Projects Data Mega Projects Data
Introduction-to-Cloud-ComputingFinal.pptx
.pdf is not working space design for the following data for the following dat...
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
Introduction to Knowledge Engineering Part 1
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
Computer network topology notes for revision
Database Infoormation System (DBIS).pptx
modul_python (1).pptx for professional and student
Introduction to the R Programming Language
Lecture1 pattern recognition............
Ad

It best practices

  • 1. Tech ABC Corp  IT Department Best Practices Guide Database Architecture Security: All database security at Tech ABC Corp is based at the user level. Each employee in the company has a domain authenticated username that they will use to access any database they have been authorized access to. To restrict access to: ● Database​: do not grant user access to the database. ● Specific data in a database​: grant user access to all tables in the database, then revoke access to any tables holding restricted data. Backups: All database backup schedules should be set based on priority (Standard, Archived, Critical): ● Standard​: Backup schedule is a full backup 1x per week. ● Archive​: Backup schedule is a full backup 1x per month. ● Critical​: Backup schedule is full backup 1x per week, incremental backup daily. Storage: All databases are given a standard partition of 1 GB by the server group. Ask users about the expected growth of data. Databases larger than or expected to exceed 10K rows of data in the next year should ask for a large partition space. Databases are stored on spinning disk by default. In-memory storage is available, but only for data that requires higher level computations (advanced analytics, machine learning applications). Data Ingestion: Direct Feeds​: If setting up a direct feed from another database, please ensure a functional username is created by IT security. This will ensure an expiring username does not cause a data flow error. API​: If working with API, please submit the API address and information to IT security for evaluation before proceeding. ETL​: ETL is the current best practice for working with flat files. If the flat file will be regularly updated, an automated ETL process can be set up.