«

»

Oct 21

Mapowanie typów danych SSIS i SQL Server

Kto nigdy nie napotkał tego problemu, to znaczy, że nie pracował z SSIS`ami :)

 

SSIS Data Type SSIS Expression SQL Server
single-byte signed integer (DT_I1)
two-byte signed integer (DT_I2) smallint
four-byte signed integer (DT_I4) int
eight-byte signed integer (DT_I8) bigint
single-byte unsigned integer (DT_UI1) tinyint
two-byte unsigned integer (DT_UI2)
four-byte unsigned integer (DT_UI4)
eight-byte unsigned integer (DT_UI8)
float (DT_R4) real
double-precision float (DT_R8) float
string (DT_STR, «length», «code_page») char, varchar
Unicode text stream (DT_WSTR, «length») nchar, nvarchar, sql_variant, xml
date (DT_DATE) date
Boolean (DT_BOOL) bit
numeric (DT_NUMERIC, «precision», «scale») decimal, numeric
decimal (DT_DECIMAL, «scale») decimal
currency (DT_CY) smallmoney, money
unique identifier (DT_GUID) uniqueidentifier
byte stream (DT_BYTES, «length») binary, varbinary, timestamp
database date (DT_DBDATE) date
database time (DT_DBTIME)
database time with precision (DT_DBTIME2, «scale») time(p)
database timestamp (DT_DBTIMESTAMP) datetime, smalldatetime
database timestamp with precision (DT_DBTIMESTAMP2, «scale») datetime2
database timestamp with timezone (DT_DBTIMESTAMPOFFSET, «scale») datetimeoffset(p)
file timestamp (DT_FILETIME)
image (DT_IMAGE) image
text stream (DT_TEXT, «code_page») text
Unicode string (DT_NTEXT) ntext

 

Dla innych serwerów baz danych mapowania znajdują się na MSDN

6 pings

  1. MKsOrb.Com

    MKsOrb.Com

    [...]Here is a superb Weblog You might Come across Fascinating that we Encourage You[...]

  2. itsMasum.Com

    itsMasum.Com

    [...]one of our visitors recently suggested the following website[...]

  3. johannesburg jobs

    johannesburg jobs

    [...]Here is an excellent Weblog You might Obtain Interesting that we Encourage You[...]

  4. ny jobs career

    ny jobs career

    [...]The information and facts talked about in the report are a number of the most effective accessible [...]

  5. lahore jobs

    lahore jobs

    [...]one of our guests a short while ago advised the following website[...]

  6. abudhabi job search

    abudhabi job search

    [...]we like to honor quite a few other web internet sites around the web, even when they aren’t linked to us, by linking to them. Below are some webpages worth checking out[...]

Comments have been disabled.