Groups | Blog | Home
all groups > sql server dts > june 2006 >

sql server dts : DTS Global Variable of timestamp type


Mohammad
6/29/2006 4:18:01 PM
On what type of global variable in DTS can I store a timestamp (varbinary(8))
value?

Davide Rossetti
6/30/2006 12:00:00 AM
Hello Mohammad,

[quoted text, click to view]


would not be better to cast the TIMESTAMP datatype ( in T-SQL semantically
equivalent to varbinary(8) ) to a BIGINT in the select statement ? Then you
could easily pass the extracted value to a DTS Global Variable of type Decimal.
By

AddThis Social Bookmark Button