Viewing 15 posts - 1,471 through 1,485 (of 1,957 total)
Do you mean that out of the 16 qry_id values in the table, you just want rows that match two of those qry_id values.
e.g. For table DEV_QRY_QC_HCC_131 containing these rows,...
February 16, 2011 at 5:13 pm
Marvin,
Can you please post expected results from that sample data - to clear up a few things that are bugging me?
February 16, 2011 at 8:02 am
Jeff Moden (2/15/2011)
Heh... it's all "in the wrist". 😛
I wouldn't mind if the rejection of that idea hadn't meant I spent time looking for other ways...:crazy:
February 16, 2011 at 2:28 am
after comparing/matching tblOrders.Amount=tblInventory.Amount, my goal is:
1. Update tblInventory set Inventory_Number=Orders_Number where isnull(Inventory_Number,0)='0'
2. Update tblOrders set Orders_Number=Inventory_Number where
isnull(Inventory_Number,0)<>'0'
I was very confused, there was a lot of record that have same amount...
February 15, 2011 at 6:46 pm
Rich Yarger (2/15/2011)
Blaaaaaaaaaaaaaaaaaaaaaaaaaaah. . .Columns - not data. 🙁
You have to be careful about case sensitivity - ROOT changed to Root
SELECT
tn.value('@ID', 'int') ...
February 15, 2011 at 5:25 pm
LutzM (2/15/2011)
Let's see if I can beat MM this time (by still being correct...):
You did - I am watching a film 😀
February 15, 2011 at 5:22 pm
It will process the whole xml file.
To use it in an insert , it behaves just like any select statement.
Please try this version instead (went back to the cross apply...
February 15, 2011 at 4:22 pm
mister.magoo (2/15/2011)
Based on your latest post, this should give you an idea of how to extract the data...
If you have any questions about what this is doing, just ask.
SELECT
...
February 15, 2011 at 3:54 pm
Hi,
Based on your latest post, this should give you an idea of how to extract the data...
If you have any questions about what this is doing, just ask.
SELECT
trans.value('@ID',...
February 15, 2011 at 3:51 pm
Hi Rich,
The problem is the following data - which causes the duplicates in Command.
AlertIDTreaterIDDTRaised Description ...
February 15, 2011 at 11:40 am
Hi Brandie,
Was there a state code with that error ?
February 15, 2011 at 11:09 am
I was asking because you had coded it just for Savings, but I needed to know if it should be processing all accounts ...
I might not be able to...
February 15, 2011 at 7:51 am
Viewing 15 posts - 1,471 through 1,485 (of 1,957 total)