Viewing 15 posts - 1 through 15 (of 32 total)
Jason A. Long (1/27/2016)
Write a 2nd version of the proc (the way you believe...
January 28, 2016 at 2:12 am
Maybe it is not always as straightforward as picking up new skills and mental models. Sometimes a person may have to 'unlearn' old approaches, such as a procedurally-trained programmer coming...
January 11, 2016 at 9:39 am
Could there be a tendency, over time and in a successful devops team, for individuals to learn new skills from the 'other' side, to the detriment of learning more advanced...
December 9, 2015 at 5:09 am
Luis Cazares (9/28/2015)
Tavis Reddick (9/28/2015)
Luis Cazares (9/28/2015)
You shouldn't create code based on entities, you should create code based on processes.
Could you expand on this please? We consider the stored procedures...
September 28, 2015 at 9:37 am
Luis Cazares (9/28/2015)
With just over 10,000 rows, most things should run fast. Once it keeps growing, that might be an issue.
I agree, but since each row matches a physical asset...
September 28, 2015 at 7:50 am
For an in-house system with just over 10,000 records in the main entity table, I created a set of stored procedures of the following pattern:
For each entity (table, each with...
September 28, 2015 at 7:00 am
Also is there any software that will create a schema from an XML file?
Apart from the previous suggestions and professional XML editing tools, if you have Microsoft InfoPath as part...
January 20, 2015 at 2:14 am
TomThomson (9/22/2014)
September 22, 2014 at 7:56 am
TomThomson (9/22/2014)
Tavis Reddick (9/22/2014)
September 22, 2014 at 5:19 am
Will nobody think of the developers? 🙂
Seriously, if humankind had adopted "If it ain't broke, don't fix it" we'd still be living in caves and drinking out of puddles. Requirements...
September 22, 2014 at 3:09 am
While some of the examples linked to surely work, their presentation is a bit messy.
I knocked up this example based on some kind of solution I half remembered:
DECLARE @sortfruit BIT,...
September 15, 2014 at 2:59 am
I am not sure about the report, but the SQL Server Management Studio issue seems to be that you are saving the results (possibly as text or CSV), not the...
August 19, 2014 at 5:00 am
I think you can do this with the value function using XPath in SQL Server 2005 and later, although here I've used a Common Table Expression from 2008 to convert...
August 19, 2014 at 2:55 am
Gary Varga (8/18/2014)
August 18, 2014 at 9:23 am
Gary Varga (8/18/2014)
Tavis Reddick (8/18/2014)
August 18, 2014 at 7:53 am
Viewing 15 posts - 1 through 15 (of 32 total)