<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: retrieving data from the db in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/retrieving-data-from-the-db/m-p/3612312#M14007</link>
    <description>Glad to help.  Good luck with the SharePoint stuff.  If willing, I would be interested to see what you come up with.  We use WSS here as well and it sounds quite usefull what you are doing.&lt;BR /&gt;&lt;BR /&gt;Nelson</description>
    <pubDate>Fri, 26 Aug 2005 16:52:42 GMT</pubDate>
    <dc:creator>NJK-Work</dc:creator>
    <dc:date>2005-08-26T16:52:42Z</dc:date>
    <item>
      <title>retrieving data from the db</title>
      <link>https://community.hpe.com/t5/server-management-systems/retrieving-data-from-the-db/m-p/3612308#M14003</link>
      <description>I'm building a Sharepoint portal and have various web parts written in C# that display information from a number of applications.  One of them I'm developing is intended for use with SIM 4.2.  &lt;BR /&gt;&lt;BR /&gt;I can connect to the database through the web part but it looks like most of the tables store binary data.  Is there any way to retrieve from the database the same information that is contained in the "Systems Overview" page and "All Systems" page?  Is this even possible since I'm using C# and I assume the binary data is Java objects?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Aug 2005 16:34:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/retrieving-data-from-the-db/m-p/3612308#M14003</guid>
      <dc:creator>Dale Gundersen</dc:creator>
      <dc:date>2005-08-25T16:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from the db</title>
      <link>https://community.hpe.com/t5/server-management-systems/retrieving-data-from-the-db/m-p/3612309#M14004</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;Perhaps I am over-simplifying it or not understanding what you are asking, but you should be able to write a simple SQL query to retrieve the data you need.&lt;BR /&gt;&lt;BR /&gt;For example, I wrote a custom server inventory database that pulls in information from SIM tables and links the results of this query to my own custom tables.  The query I use to pull the data is:&lt;BR /&gt;&lt;BR /&gt;SELECT     TOP 100 PERCENT dbo.devices.DeviceKey, dbo.devices.Name AS [Server Name], dbo.devices.ProductName AS [Server Model], &lt;BR /&gt;                      dbo.DB_DeviceInfoEx.TotalMemory AS [Total Memory], dbo.DB_DeviceInfoEx.ROMVersion AS [ROM Version], &lt;BR /&gt;                      dbo.DB_DeviceInfoEx.SerialNumber AS [Serial Number], dbo.DB_DeviceInfoEx.OSName AS [Operating System], &lt;BR /&gt;                      dbo.devices.ProductTypeStr AS ProductType&lt;BR /&gt;FROM         dbo.devices INNER JOIN&lt;BR /&gt;                      dbo.DB_DeviceInfoEx ON dbo.devices.DeviceKey = dbo.DB_DeviceInfoEx.DeviceKey&lt;BR /&gt;WHERE     (dbo.devices.ProductTypeStr = 'Server') OR&lt;BR /&gt;                      (dbo.devices.ProductTypeStr = 'Cluster')&lt;BR /&gt;ORDER BY dbo.devices.Name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let me know if you are looking for something more than this?&lt;BR /&gt;&lt;BR /&gt;Nelson</description>
      <pubDate>Fri, 26 Aug 2005 16:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/retrieving-data-from-the-db/m-p/3612309#M14004</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2005-08-26T16:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from the db</title>
      <link>https://community.hpe.com/t5/server-management-systems/retrieving-data-from-the-db/m-p/3612310#M14005</link>
      <description>Sorry Dale - not sure why I typed David.&lt;BR /&gt;&lt;BR /&gt;Nelson</description>
      <pubDate>Fri, 26 Aug 2005 16:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/retrieving-data-from-the-db/m-p/3612310#M14005</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2005-08-26T16:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from the db</title>
      <link>https://community.hpe.com/t5/server-management-systems/retrieving-data-from-the-db/m-p/3612311#M14006</link>
      <description>Thanks for the response.  What you answered is basically what I'm trying to do.  It turns out I was simply looking at the wrong database.  :)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 16:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/retrieving-data-from-the-db/m-p/3612311#M14006</guid>
      <dc:creator>Dale Gundersen</dc:creator>
      <dc:date>2005-08-26T16:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data from the db</title>
      <link>https://community.hpe.com/t5/server-management-systems/retrieving-data-from-the-db/m-p/3612312#M14007</link>
      <description>Glad to help.  Good luck with the SharePoint stuff.  If willing, I would be interested to see what you come up with.  We use WSS here as well and it sounds quite usefull what you are doing.&lt;BR /&gt;&lt;BR /&gt;Nelson</description>
      <pubDate>Fri, 26 Aug 2005 16:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/retrieving-data-from-the-db/m-p/3612312#M14007</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2005-08-26T16:52:42Z</dc:date>
    </item>
  </channel>
</rss>

