If you are determined to store only time, then one other way is to store the value in a non-datetime column, i.e. a varchar or an int. Depending on what subsequent calculations you might try to perform, this might work okay. But SQL Server will always store the date in a datetime column; if you don;t specify one, it will assign a default of 1900-01-01. But then it sometimes is just a simple matter of formatting, as others have mentioned above.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.