I will start off by saying that I am a novice at SQL Server. I have been working with Access for awhile and tried to convert an Access table to SQL Server.
I have two questions:
I have a field which is an ID field and want it to be an autonumber field. How can I do that in SQL Server?
Also I have a field that is a short date type field(08/29/03) and want it to default to today's date when data is entered but also to have the option to change the date if necessary. Does anyone know how that can be done?
I have two questions:
I have a field which is an ID field and want it to be an autonumber field. How can I do that in SQL Server?
Also I have a field that is a short date type field(08/29/03) and want it to default to today's date when data is entered but also to have the option to change the date if necessary. Does anyone know how that can be done?