You work as a senior database developer at ABC.com.The ABC.com network consists of a single domain
named ABC.com. ABC.com makes use of Microsoft SQL Server 2012 in their environment.
You are running a training exercise for Microsoft SQL Server 2012 junior developers. You are discussing the
SorABCeyPosition property for a data flow.
Which of the following represents the data type forthis property?
A.
Integer
B.
IDTSExternalMetadataColumn100
C.
String
D.
Boolean
I still have no idea what the hell the SorABCeyPosition property is? This has to be some sort of typo?
I think it should say sortkeyposition.
http://technet.microsoft.com/en-us/library/microsoft.sqlserver.dts.pipeline.wrapper.idtsinputcolumn100.sortkeyposition.aspx
It is a type-o. It is referring to the “SortKeyPosition” column in the properties of a data flow – which only takes an INTEGER value when changing the “SortKeyPosition”.
I have verfied this, because I actually have had to change this before.