Viewing 15 posts - 2,056 through 2,070 (of 3,221 total)
Jack Corbett (1/5/2009)
...I worked for/with an excellent developer who did not document well...
In my opinion, that is an oxymoron. Excellent developers document well. The definition for "document well"...
September 17, 2014 at 3:08 am
SQLRNNR (9/16/2014)
...But coding faster does not equate to faster code...
..which does not necessarily faster delivery 😉
September 16, 2014 at 11:45 am
Depending on configuration, doesn't SQL Server allocate its memory on start up? If so then it is only the processor usage that could have any affect. Isn't that also configurable...
September 16, 2014 at 11:34 am
Jeff Moden (9/16/2014)
T2000 (9/11/2014)
... but the script stops after some time, "Exception of type 'System.OutOfMemoryException' was thrown".
I'm curious... what kind of system did you run this on and what...
September 16, 2014 at 8:27 am
Yet Another DBA (9/16/2014)
September 16, 2014 at 7:47 am
Yet Another DBA (9/16/2014)
courtney.smith (9/16/2014)
September 16, 2014 at 7:09 am
Allegedly, the ForEach-Object cmdlet processes each item in turn as it is passed through the pipeline whereas foreach generates the whole collection first. So the following might help alleviate memory...
September 16, 2014 at 3:35 am
Whenever I have come across the need for auditing then the preference by the business was against a home spun solution and for the deployment of a third party system...
September 16, 2014 at 3:00 am
Yet Another DBA (9/16/2014)
Ask a developer to use a dll, RESTful service ... Fine no worries.
Ask a developer to use a stored procedure...
September 16, 2014 at 2:48 am
Great list as a guide. Would have preferred it will a little less of an Olde English flavour 😉
September 15, 2014 at 9:42 am
I am a developer and I prefer Stored Procedures over ORMs every day of the week.
It is possibly because the developers who tout ORMs, in my experience, defer all issues...
September 15, 2014 at 9:39 am
StarNamer (12/8/2008)
Non-smokers: Either never smoked or tried it and didn't like it so never got the habit.
Smokers: Currently smoke.
Ex-smokers: Used to...
September 15, 2014 at 9:20 am
Steve Jones - SSC Editor (9/11/2014)
I suspect it's an issue in the query that grabs the post and renders the form rather than the JS.
I'd put my money on the...
September 11, 2014 at 1:38 pm
I've had a brief look but without the code behind I cannot see anything obvious. Unsurprising really as if it was obvious then I am sure that one of your...
September 11, 2014 at 3:47 am
Hey Rod. Good luck chap. Steve is right in everything that he has said in my experience.
As for the feedback, there are two sets of people you usually have to...
September 11, 2014 at 3:27 am
Viewing 15 posts - 2,056 through 2,070 (of 3,221 total)