I have to have a table that saves information about a Course in my university.
I need to save the name of the course, the month it’s going to be open, and also the time.
What built in Microsoft SQL server datatypes should I use? I’ll be using Linq2SQL as my ORM.
varcharif the names can be ascii only,nvarcharfor unicode names,datefor month andtimefor time. The ones that look likethisare the SQL Server types