Viewing 4 posts - 1 through 4 (of 4 total)
I'll have a look at that, quick glance this seems to be what i'm looking for.
Thanks Howard
April 15, 2011 at 6:12 am
Hi Srikant
SELECT x.col.value('RecordID[1]', 'INT') AS RecordID,
x.col.value('Quantity[1]', 'INT') AS Quantity
FROM @xml.nodes('//Record/Photos') x(col)
Will the above not just return me the recordid an quantity?
I would like to be able to insert the...
April 15, 2011 at 5:44 am
Just had a quick look at Openquery thanks.
So is the following the correct syntax for using a UDF from linked server in where clause.
SELECT TOP (100) PERCENT TimeStamp, Field1
FROM...
February 2, 2011 at 5:53 am
Viewing 4 posts - 1 through 4 (of 4 total)