Forum Replies Created

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

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

  • RE: asyncronous sql queries?

    By setting the property RetainSameConnection = True on the Connection Manager, temporary tables created in one Control Flow task can be retained in another task. You would have X number...

  • RE: Down Tools Week 2016

    Gary Varga (9/14/2016)


    It is this sort of thing that has me longing for from the freelancers world that I live in. That none of my clients have yet to do...

  • RE: Encryption Keys Matter

    djackson 22568 (9/14/2016)


    Eric M Russell (9/14/2016)


    djackson 22568 (9/13/2016)


    Eric M Russell (9/13/2016)


    The NSA is going to poop their pants if Gary Johnson is elected as the next US president.

    I think more...

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