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 -

php - MySQLi multi_query results for later use -