Hi!
Is there anyone that can help me do a select against the GenericHardwareAsset table? The result in the rawXmlResults is XML and i have no idea how to do selects twards it...
Help!
Greetings
Frode
CREATE TABLE [dbo].[GenericHardwareAsset](
[id] [int] IDENTITY(1,1) NOT NULL,
[categoryId] [int] NULL,
[name] [nvarchar](128) NOT NULL,
[description] [nvarchar](1024) NULL,
[rawXmlResults] [xml] NOT NULL,
[scanMachineId] [int] NOT NULL,