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

matlab - Deleting rows with specific rules -

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