Why Timestamp type is not nullable in SQL Server? -


i have used following command..

select *  sys.types  is_user_defined = 0 

here timestamp datatype not nullable. googled , not satisfied why is?

is possible conditionally avoid timestamp column updatation..........


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -