HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: Understanding HP SIM SQL records
Server Management - Systems Insight Manager
1832891
Members
2506
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 10:17 PM
06-21-2005 10:17 PM
Understanding HP SIM SQL records
Hello,
I'm writing a little soft, for extracting some events from HP SIM SQL database. And I have problem, for understanding notices timestamp format.
For example in table [notices], value of timestamp is 1119427928093. It's like unix timestamp but.. 13 digits? Normaly unix time lenght is 10 digits. Ok. Let's supose that 3 last digits - it's a milliseconds. So. Question: It is possible to convert this value into human readable format only using SQL functions?
Or any other ideas?
Thanks
I'm writing a little soft, for extracting some events from HP SIM SQL database. And I have problem, for understanding notices timestamp format.
For example in table [notices], value of timestamp is 1119427928093. It's like unix timestamp but.. 13 digits? Normaly unix time lenght is 10 digits. Ok. Let's supose that 3 last digits - it's a milliseconds. So. Question: It is possible to convert this value into human readable format only using SQL functions?
Or any other ideas?
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 10:26 PM
06-21-2005 10:26 PM
Re: Understanding HP SIM SQL records
Also on remark
1119427928093 in HP SIM is displaying 2005/06/22 11:12AM ...
1119427928093 in HP SIM is displaying 2005/06/22 11:12AM ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 10:57 PM
06-21-2005 10:57 PM
Re: Understanding HP SIM SQL records
SELECT CONVERT(varchar(10),DATEADD(ss, 1119427928.093, '01-01-1970 03:00'),111)+' '+
CONVERT(varchar(5),DATEADD(ss, 1119427928.093, '01-01-1970 03:00'),108)
CONVERT(varchar(5),DATEADD(ss, 1119427928.093, '01-01-1970 03:00'),108)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP