Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
mageshks
Yak Posting Veteran
59 Posts |
Posted - 2006-06-14 : 09:36:54
|
| i need to store date alone in a new field from the existing field which is stored date along with time.Eg:old field: emplogintime (date and time)new field: emploginday (date) |
|
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
|
|
mageshks
Yak Posting Veteran
59 Posts |
Posted - 2006-06-14 : 10:02:35
|
| Thanks Jim - Magesh |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-06-14 : 10:07:14
|
| You dont need to have other column that stores only date. Do the formation at Front end application. Otherwise look for convert function in sql server help fileMadhivananFailing to plan is Planning to fail |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-06-14 : 10:10:42
|
quote: Originally posted by mageshks Thanks Jim - Magesh
Who is Jim? MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|