Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
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.
I am trying to execute the below sql statement through an objshell.exec call and am not getting any data returned...I have verified that the statement does indeed work...assuming it an issue w/ the apostrophes...any ideas?
select concat('<attribute name=""Processor Speed"" type=""string"">',processor_speed,'</attribute>') as processor_speed from hardware_inventory where computer_id =7)