Viewing 15 posts - 2,686 through 2,700 (of 8,761 total)
Benki Chendu (11/18/2016)
A customer of mine has huge number of sql 2012 databases but he doesnt know which data sits where. he needs me to help me in creating...
November 18, 2016 at 4:43 am
BWFC (11/18/2016)
TomThomson (11/17/2016)
BWFC (11/16/2016)
Sean Lange (11/15/2016)
Ed Wagner (11/15/2016)
Y.B. (11/15/2016)
That being said I did recently try an Irish...
November 18, 2016 at 1:27 am
WilburSmith (11/18/2016)
I run into a problem while loading data into DataVault. I create my dv key with HASHBYTES('MD5', <business key>)
The load failed due 'Duplicate data' error and the duplicate key...
November 18, 2016 at 12:49 am
I'm not aware of any proper query re-writing tool that can handle anything more than relatively basic queries.
😎
If you can get the actual execution plan then that is a good...
November 17, 2016 at 11:53 pm
Hi and welcome to the forum.
Can you please post the DDL (create table) scripts, some sample data as an insert statement and the expected output?
😎
November 17, 2016 at 2:56 pm
an0nemus (11/17/2016)
2 machines connect just fine, 1 machine throws this error on the...
November 17, 2016 at 2:53 pm
Phil Parkin (11/17/2016)
Eirikur Eiriksson (11/17/2016)
Phil Parkin (11/17/2016)
I compared execution plans ... my version seems significantly less expensive, at least on this tiny amount of data.
The execution plan for my version...
November 17, 2016 at 2:48 pm
bennylu (11/17/2016)
In terms of performance, Eirikur's solution performed better. It had less reads, most likely because it did not use a...
November 17, 2016 at 1:03 pm
Phil Parkin (11/17/2016)
I compared execution plans ... my version seems significantly less expensive, at least on this tiny amount of data.
The execution plan for my version is significantly simpler (41...
November 17, 2016 at 1:03 pm
Here is an alternative solution
😎
BTW, OPENXML is not better, stick to the XQUERY
USE TEEST;
GO
SET NOCOUNT ON;
DECLARE @XML_DATA XML = '
<Report MerchantID="123456">
<Requests>
<Request RequestID="4791333844346002104017" MerchantReferenceNumber="RA00042357770">
...
November 17, 2016 at 11:33 am
Brandie Tarvin (11/17/2016)
Beatrix Kiddo (11/17/2016)
CREATE OR ALTER (Yes, we heard you !!!) – New CREATE OR ALTER support makes it easier to modify and deploy objects...
November 17, 2016 at 7:39 am
KGJ-Dev (11/16/2016)
thank you Erik.
You are very welcome.
😎
You should consider Jeff's fine advice, it is easy to incorporate into the solution.
November 16, 2016 at 8:17 am
Jeff Moden (11/16/2016)
November 16, 2016 at 8:16 am
Ed Wagner (11/16/2016)
Eirikur Eiriksson (11/16/2016)
ramyours2003 (11/16/2016)
November 16, 2016 at 6:27 am
ramyours2003 (11/16/2016)
November 16, 2016 at 3:12 am
Viewing 15 posts - 2,686 through 2,700 (of 8,761 total)