티스토리 뷰
오라클을 모르니 ㅠ.ㅠ
마이그레이션 작업도 해봐야되고 참 그렇다.
This set me into this journey of educating the migration team on how important it is to send the appropriate data when working inside SQL Server. These might not be simple and I don't recollect writing about these. See below a pseudo mapping of datatypes that one needs to use when doing such migration exercise.
It is important to take the time to do profiling on the data in your source database to know what you are moving over. People often use data types that are too big and unnecessary for the application – this needs to be avoided. For example, if the application only uses 'Int' then use 'Int'. Again, this is an opportunity to improve the architecture and implementation as part of a migration.
출처: <http://blog.sqlauthority.com/2016/06/14/sql-server-oracle-numeric-datatype-mapping/>
'SQL Server' 카테고리의 다른 글
SQL Server SET OPTION 쿼리 성능 이슈 (0) | 2016.06.21 |
---|---|
SQL Server 현재 세션의 SET OPTION 확인하기 (0) | 2016.06.21 |
SQL Server Management Studio 팁 (1) | 2016.06.01 |
링크드 프로시저의 timeout 발생시 SQL Agent Job 실패만들기 (0) | 2016.05.25 |
SQL 트랜잭션로그백업에서 복구모델이 대량로그 상태 변경여부 확인하기 (0) | 2016.05.23 |
- Total
- Today
- Yesterday