Skip to content

Commit 74a8c2a

Browse files
committed
Update Data Integration Framework - Reference Solution Architecture - 2 - Staging Layer.md
1 parent 918d3bf commit 74a8c2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Data Integration Framework - Reference Solution Architecture - 2 - Staging Layer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ By their nature, source systems in an Enterprise Data Warehouse can consist of a
124124

125125
The formatting of data types is done in the following way:
126126

127-
* Any text attributes smaller or equal than 100 positions will be mapped to VARCHAR(100) or similar
128-
* Any text attributes higher than 100 but smaller or equal than 1000 will be mapped to VARCHAR (1000) or similar
129-
* The rest of the text attributes will be mapped to VARCHAR(4000)
127+
* Any text attributes smaller or equal than 100 positions will be mapped to NVARCHAR(100) or similar
128+
* Any text attributes higher than 100 but smaller or equal than 1000 will be mapped to NVARCHAR (1000) or similar
129+
* The rest of the text attributes will be mapped to NVARCHAR(4000)
130130
* Dates, times, date times will be mapped to a high precision date/time (DATE, DATETIME2)
131131
* All decimals or numeric values including Bits, Booleans and Floating Points will be mapped to a high precision numeric (NUMBER, NUMERIC(38,20))
132132

0 commit comments

Comments
 (0)