0
create table schedulerdatetime(
id int identity(1,1),
entry_date datetime default getdate()
);

How to insert row in sql sever table if table contains only two columns one is identity and other one is default constraint

Thom A
  • 88,727
  • 11
  • 45
  • 75
  • Also, you should get your upgrade path sorted out. Sql server 2008 has been out of support for five years now. – Sean Lange Jan 19 '23 at 13:58

0 Answers0