original code for: v_SoftwareConversionRules
Hi,
I unfortunately saved in design view this SCCM view: v_SoftwareConversionRules during my report design. Could someone help me and send original code of this view please ?
This view is located on primary site DB \ views \ dbo.v_SoftwareConversionRules My version of system is: 4.00.6487.2000
Thank you very much.
Milan
July 22nd, 2010 4:06pm
That's a really simple one:
SELECT RuleId As 'RuleID', OriginalName, NewName, ConvertType FROM vConversionRules
Free Windows Admin Tool Kit Click here and download it now
July 22nd, 2010 4:19pm


