Forum Replies Created

Viewing 15 posts - 2,266 through 2,280 (of 6,041 total)

  • RE: The 10X Programmer

    Any programmer will be X times more efficient when given an assignment that matches their skillset, a clear set of specifications, sufficient managmement/QA/DevOps support, and sufficiently sized blocks of uninterrupted...

  • RE: Down Tools Week 2016

    Gary Varga (9/16/2016)


    Eric M Russell (9/16/2016)


    ...during slow or "down" periods...

    What? Does not compute!!!

    I'm not a freelancer, so I don't have the option of context switching to another client. So, when...

  • RE: Down Tools Week 2016

    Rod at work (9/16/2016)


    (We've been having network problems this week so am late in reading any email.)

    I just read this. WOW, I am almost salivating reading about this Down Tools...

  • RE: Looking to update old code

    If this is something like a data warehouse, where you have very large tables that are sourced for reporting purposes from other transactional databases, then consider more of a Kimball...

  • RE: SQL Agent Job Shows Running for Days, but Not Really Running

    jerry-621596 (9/15/2016)


    I tried your script and get and error saying the request to stop the job was refused because the job is not currently running.

    Seems like the mystery runs deeper...

  • RE: The Danger of xp_cmdshell

    I find it convenient to use xp_cmdshell to do things like execute NET or DOS commands for informational purposes, like in environments where the host server doesn't allow RDP connections....

  • RE: Data Science Education

    Data Science belongs more on the Business Intelligence wing of the IT department, rather than over in the DBA wing. Certainly we as a DBA can leverage tools like Excel...

  • RE: SQL Agent Job Shows Running for Days, but Not Really Running

    This happens for me occasionally, and I use the following script to update sysjobactivity to reflect that the last run ended, and then it calls procedure to stop the job.

    declare...

  • RE: Encryption Keys Matter

    djackson 22568 (9/15/2016)


    Eric M Russell (9/15/2016)


    But going back to Steve's editorial, organizations need to implement application level encryption (ie: PGP for emails) and database level encryption rather than relying on...

  • RE: Encryption Keys Matter

    Gary Varga (9/15/2016)


    Eric M Russell (9/15/2016)


    But going back to Steve's editorial, organizations need to implement application level encryption (ie: PGP for emails) and database level encryption rather than relying on...

  • RE: Indexed Views and Reporting

    I'd reccomend against an indexed view for reasons mentioned earlier by others.

    However, if this view is giving the reporting users everything they need, and they can tolerate some degree of...

  • RE: Data Science Education

    Analyzing data while in the process of performing your job as a DBA is not really "science". It's just like knowing a little something about chemistry can help you be...

  • RE: Encryption Keys Matter

    But going back to Steve's editorial, organizations need to implement application level encryption (ie: PGP for emails) and database level encryption rather than relying on infrastructure encryption like SSL, VPN,...

  • RE: Down Tools Week 2016

    Iwas Bornready (9/15/2016)


    Jeff Moden (9/14/2016)


    From the Article:


    An organization wouldn't need to cater food every night.

    Night? Free brainstorming for the company and it's at night?

    I've heard of "Down Tools" or "Down...

  • RE: Looking to update old code

    You can't really elminate the number of tables joined unless you refactor your data model. However, Common Table Expressions can reduce the complexity, and sometimes improve the performance, of queries...

Viewing 15 posts - 2,266 through 2,280 (of 6,041 total)