September 2, 2005 at 9:51 am
9 = 8 + 1
56 = 32 + 16 + 8
Check out all those attributes, those are cumulative for a single column.
September 2, 2005 at 9:56 am
hey, thanks for the quick reply. i figured it was something like that as i saw the 24 was 8 + 16.
and sorry if this next question is a bit elementary, but are you able to enlighten me as to the decimal values of all the base numbers used. for instance i found this in the microsoft documention:
Bitmap used to describe a property of the column or the parameter:
0x08 = Column allows null values.
0x10 = ANSI padding was in effect when varchar or varbinary columns were added. Trailing blanks are preserved for varchar and trailing zeros are preserved for varbinary columns.
0x40 = Parameter is an OUTPUT parameter.
0x80 = Column is an identity column.
do you have access to a table that lists all the 0xYY values that syscolumns uses?
cheers
September 2, 2005 at 10:02 am
little conversion info :
0x08 = 8
0x10 = 10
0x40 = 64
0x80 = 128
err, wrong answer.
I don't think there is... but I haven't searched that info long.
September 2, 2005 at 11:55 am
yeah, this is all i can find .... ![]()
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_sys-o_4zll.asp
September 2, 2005 at 11:57 am
Pretty much all I had... you'll have to trust non microsoft sources on this one. But I guess building you're own table after that wouldn't be much of a problem
.
September 2, 2005 at 12:03 pm
cool. thanks for your help. i'll create my own table and post once done for others.
cheers
September 2, 2005 at 12:05 pm
TIA.
September 2, 2005 at 12:08 pm
TIA? what's this mean? (sorry, i'm still a newbie)
![]()
September 2, 2005 at 12:11 pm
Thanx in advance.
Acronymfinder.com
.
Viewing 9 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply