ContentTypeIds In WSS3
In WSS3, if you execute the following SQL:
1 2 3 4 5 |
<span style="font-family: Courier;"> <span style="color: #008000;">SELECT</span> <span style="color: #000000;">ContentTypeId</span> <span style="color: #008000;">FROM </span> <span style="color: #000000;">ContentTypes</span> </span> |
You will notice that the content types are represented in the output as hex. If you take a look at the table definition, you’ll see that the actual data type of...