Forum Replies Created

Viewing 15 posts - 2,056 through 2,070 (of 3,221 total)

  • RE: A Dearth of Comments

    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"...

  • RE: Swallowing the Camel

    SQLRNNR (9/16/2014)


    ...But coding faster does not equate to faster code...

    ..which does not necessarily faster delivery 😉

  • RE: Query AD - Script Out of memory

    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...

  • RE: Query AD - Script Out of memory

    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...

  • RE: Swallowing the Camel

    Yet Another DBA (9/16/2014)


    ...Same developers who then want a report done via a stored procedure/view and then want tsql to format the data, and I do mean string manipulation that...

  • RE: Swallowing the Camel

    Yet Another DBA (9/16/2014)


    courtney.smith (9/16/2014)


    It's not really a case of when business rules can't be done in the database it's a case of that its a pretty bad practice to...

  • RE: Query AD - Script Out of memory

    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...

  • RE: The Need for Auditing

    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...

  • RE: Swallowing the Camel

    Yet Another DBA (9/16/2014)


    It will always be an ongoing battle.

    Ask a developer to use a dll, RESTful service ... Fine no worries.

    Ask a developer to use a stored procedure...

  • RE: The Ten Commandments for DBAs

    Great list as a guide. Would have preferred it will a little less of an Olde English flavour 😉

  • RE: Swallowing the Camel

    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...

  • RE: Data Vices

    StarNamer (12/8/2008)


    With regard to smoking, I beleive there are 3 groups:

    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...

  • RE: Website defect: Wrong post quoted when a post has been made since last page update.

    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...

  • RE: Website defect: Wrong post quoted when a post has been made since last page update.

    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...

  • RE: Prepping for 2015

    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...

Viewing 15 posts - 2,056 through 2,070 (of 3,221 total)