Viewing 15 posts - 16 through 30 (of 66 total)
March 21, 2017 at 5:40 pm
Thank you Drew, thank you DesNorton, I got it, it makes sense
October 27, 2016 at 2:47 pm
Thank you Koen
September 15, 2015 at 10:30 am
Question:
So let's say I have a default instance myServer of 2008R2 and its named instances
myServer\A
myServer\B
myServer\C
and now I want to side-by-side install 2014 having the same structure of A/B/C - do...
September 14, 2015 at 6:01 pm
Thank you Kristen,
Not sure if deleting by FROM-TO is faster than by using TOP in my case...
Thanks All once again
September 14, 2015 at 11:22 am
Hi Lynn,
That's probably the case... so, basically there is no way to avoid it, except for such common sense things like keeping transactions short, read uncommitted, update statistics, right? No...
September 10, 2015 at 3:56 pm
sgmunson (11/20/2014)
November 20, 2014 at 6:54 pm
Thank you Sir!
I felt so happy until I read
...which leaves you with
"table_source1" JOIN "joined_table1" ON "table_source1"col1 = "joined_table1"col1
:hehe:
is it a typo or am I lost even more than I...
November 20, 2014 at 6:40 pm
Thanks again for following it, and sorry if I'm still not making sense:-)
Let me try to start from the beginning:
- There is a table, Table1 in my example, that has...
November 20, 2014 at 1:30 pm
"data" here is an xml field of Table 1, sorry I did not mentioned it initially
Thanks!
November 20, 2014 at 11:04 am
This is how original code looks like:
SELECT
CASE WHEN F1.value('...') IS NOT NULL THEN F1.value('...')
ELSE F2.value('...') END
FROM
...
November 19, 2014 at 4:27 pm
sgmunson (11/19/2014)
November 19, 2014 at 10:59 am
Journey goes on...
Now, what if I have two records and need something like
<instances>
<instance instanceCode1="Rec1_Code1" instanceCode2="Rec1_Code2">
....<CustomInformation>
........<ColumnValue name="Field1">11</ColumnValue>
........<ColumnValue name="Field2">22</ColumnValue>
........<ColumnValue name="Field3">33</ColumnValue>
....</CustomInformation>
</instance>
<instance instanceCode1="Rec2_Code1" instanceCode2="Rec2_Code2">
....<CustomInformation>
........<ColumnValue name="Field1">1111</ColumnValue>
........<ColumnValue name="Field2">2222</ColumnValue>
........<ColumnValue name="Field3">3333</ColumnValue>
....</CustomInformation>
</instance>
</instances>
?
I figured the external <instances>, the internal...
April 30, 2013 at 6:19 pm
Viewing 15 posts - 16 through 30 (of 66 total)