Viewing 15 posts - 2,686 through 2,700 (of 8,753 total)
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
gunadi.arunanto (11/16/2016)
Thank you so much my Friend.So no impact in Production Server if I running both Script. it's correct??
Rgds,
Gunadi.
It is sufficient to run either of the scripts, no need to...
November 16, 2016 at 2:58 am
gunadi.arunanto (11/16/2016)
Hi Eirikur,Yes Correct MAP_MONTH is Empty.
Thank you my friend,
You are very welcome.
😎
1. So do you have step by step what can i to do the this case?
You need to...
November 16, 2016 at 2:26 am
For fun, appended the three characters to the previous sample and into the BASE_DATA CTE
😎
USE TEEST;
GO
SET NOCOUNT ON;
DECLARE @SAMPLE_STRING VARCHAR(2000) = 'Lorem ipsum dolor sit amet, CONSECtetur adipiSCIng elit....
November 16, 2016 at 12:58 am
gunadi.arunanto (11/15/2016)
I Attached result from : SELECT IDENT_CURRENT('MAP_MONTH') AS MAP_MONTH,
...
November 16, 2016 at 12:51 am
Viewing 15 posts - 2,686 through 2,700 (of 8,753 total)