Forum Replies Created

Viewing 15 posts - 166 through 180 (of 629 total)

  • RE: Try/Catch Raise error

    My approach is very similar to yours in structure, other than I add all the error information into a message string

    [Code]

    @ErrorMessage = "Error message: " + @ErrMsg + "...

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (2/8/2016)

    Sometimes wonder if there are skunks in the London Underground though...

    Only when Newcastle United are playing there I guess

  • RE: Spousal Surcharges

    djackson 22568 (3/4/2016)

    However what the media doesn't tell you is that every country that has national insurance has huge waiting lists for lots of things, including as much as a...

  • RE: SQL, and Ye Shall Find

    To my mind, MySQL can't in any way be called "Relational".

    The standard "engine" doesn't support DRI (at least didn't last time I looked). The argument I have...

  • RE: Maybe Security is Harder than Rocket Science

    robert.sterbal 56890 (2/2/2016)


    What are the best sites for reviewing what kind of security to implement? I don't think I'd send a manager to Stackoverflow.

    Is there a good cost modeler?

    The News?...

  • RE: Why Use the Principle of Least Privilege?

    roger.plowman (1/22/2016)


    TomThomson (1/21/2016)


    roger.plowman (1/19/2016)


    Which is my entire point.

    SQL (in most of its variants) makes it stupidly easy to SQL inject. We can control our own code, but what about a...

  • RE: Are the posted questions getting worse?

    djj (1/19/2016)


    Ed Wagner (1/19/2016)


    BL0B_EATER (1/19/2016)


    Hugo Kornelis (1/19/2016)


    BL0B_EATER (1/19/2016)


    Oh sorry forgot to mention they also asked me who Paul Randal is / what a MVP is? ( Only because I put...

  • RE: Are the posted questions getting worse?

    Quite looking forward to seeing them in 2015.

    So, I expect, are a lot of the tuning pro's anticipating bug bucks for fixing probelms caused by the new shiny...

  • RE: The DBA Tax

    jfogel (7/9/2012)


    For years I've seen companies that produce BI products make the claim that users will be able to create complex reporting such as "as of", drill thru graphs, etc...

  • RE: The Years of Experience

    TomThomson (12/31/2015)


    ... If the company develops database systems, the DBA is going to be learning new things rather often ...

    Not if my experience with third party products is...

  • RE: The Years of Experience

    ZZartin (12/17/2015)


    Eric M Russell (12/17/2015)


    Sean Redmond (12/17/2015)


    It is the over-compartmentalisation that does it. I was a year into a job as a DBA and I had gotten a grip on...

  • RE: SQL Login security

    No. This is set in AD. If you're not using Windows Authentication for some reason - and you always should, unless you actualy can't (validating logins from users...

  • RE: Rulebreaking Developers

    Ok,

    so let's assume for a moment that the VW management aren't throwing a couple of developers under the bus because they're a bunch of feckless cheats...

  • RE: Reorg index, rebuild index and reorg table

    ypeng5 (1/7/2016)


    so do I need to do table reorg? when do I need to table reorg?

    Firstly, I would very much agree with the recommendation from Sean on working through the...

  • RE: Reorg index, rebuild index and reorg table

    Hi there. Personally, rather than look to set up my own solution here, I would (in fact do) use one of those already written by either Michelle Ufford which...

Viewing 15 posts - 166 through 180 (of 629 total)