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.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 date format

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 format

Desikankannan

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 Consultants
http://www.sql-programmers.com/
Go to Top of Page
   

- Advertisement -