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 |
desikankannan
Posting Yak Master
152 Posts |
Posted - 2012-01-20 : 00:35:40
|
i want to store the date format like this 1325682000 , pls guide me to store the formatDesikankannan |
|
sql-programmers
Posting Yak Master
190 Posts |
Posted - 2012-01-20 : 01:00:18
|
What is meaning of each letter.. hour. min. sec. date. year ...??? I thing it is not possible to store in the date data type. you can store it in varchar. This is very complexity to fetch records and use in queries.SQL Server Programmers and Consultantshttp://www.sql-programmers.com/ |
 |
|
|
|
|