September 24, 2014 at 3:10 am
Hi All,
Im developing web application. for that application having one table,
Table Name : Car_Details
Field Name : departure_Date Frequency,
For My doubt,
If frequency is daily departure_Date is automatically is change to next day at the time of night 12.
likewise weekly...
Thanks and Regards,
Jagadeesh
September 24, 2014 at 3:17 am
Hi Jagadeesh,
welcome to the forum. I'm not sure what your question is there. If you read the article in my signature it will make it much easier to get help.
Neil
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
September 24, 2014 at 8:45 am
Why do you want to change a value daily?
If you want to keep track of the departures, you need one row per departure. If you don't care about history on that table, you could use time data type instead of a datetime data type.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply