Viewing 15 posts - 1 through 15 (of 39 total)
We convert between XML and JSON very regularly by using the JSON.NET library in c#.
you could write an exe that takes in the JSON and easily converts it to XML,...
May 23, 2014 at 2:04 pm
I think there is a HUGE understanding of what Computer Science is (everywhere not here).
It is not supposed to be a training tool for IT, although it can be.
Computer Science...
May 13, 2014 at 6:18 am
Currently running 2012 , will upgrade to 2014 this year or next.
April 11, 2014 at 6:02 am
CREATE FUNCTION dbo.SubFunction
(
)
RETURNS XML
WITH RETURNS NULL ON NULL INPUT
BEGIN
DECLARE @xml XML
;WITH XMLNAMESPACES
(
'http://www.example-namespace.com' AS ns
)
SELECT @xml=(
SELECT
...
February 7, 2014 at 8:45 am
Dalkeith (1/7/2014)
January 7, 2014 at 6:43 am
I agree, on doing small slices of the data model, I guess I'm just worried about the re-factoring chunks near the end. But as was mentioned earlier, those...
December 13, 2013 at 8:18 am
Grant Fritchey (12/12/2013)
. So, first thing, you have to ensure that the people managing the project, really manage it and instill the discipline necessary to make agile work.
So I'm completely...
December 12, 2013 at 12:16 pm
I see mostly Contract jobs, or Temp to Perm jobs and mostly with consulting companies.
Very few perm non-consulting company work.
November 27, 2013 at 1:18 pm
Toby Harman (11/13/2013)
Admittedly these aren't particularly complex SQL most of the time, and...
November 15, 2013 at 6:00 am
Great update.
I added in some conditional highlighting if anyone was interested in seeing it. Currently it will turn the cell red if a differential backup is over x days....
October 21, 2013 at 9:26 am
I'm glad to see I'm not the only one who hates open floor plans.
"No I don't want to shoot nerf guns with you, or hear you play guitar or practice...
September 30, 2013 at 7:15 am
Sean Smith-776614 (9/12/2013)
I just realized that this uses an undocumented feature. I already have one in the script and I try to avoid them like the plague (just in...
September 12, 2013 at 1:30 pm
chumphrey 12211 (9/11/2013)
September 11, 2013 at 2:51 pm
Viewing 15 posts - 1 through 15 (of 39 total)