Forum Replies Created

Viewing 15 posts - 9,361 through 9,375 (of 39,804 total)

  • RE: Fragmented Indexes

    delizat (8/7/2015)


    Every situation is different, but this is the order of my backup jobs:

    1. Reorganize/Rebuild index

    2. Check integrity

    3. Update Statistics

    4. Backup database.

    I don't like this as if the rebuild and...

  • RE: Fragmented Indexes

    SQLRNNR (8/7/2015)


    My recommendations would be to use either of these two products because they work better.

    http://bit.ly/MinionIdx

    or

    http://sqlfool.com/2011/06/index-defrag-script-v4-1/

    +1 here for me. I like the SQLFool script, but hear good things about MInion

  • RE: Restoring a database programatically but not over an existing live database

    One further note, if you're going to do this programmatically, and more than once, you'll get the same issue with filenames. Perhaps if you restore you want to have the...

  • RE: Teambuilding

    One note I'll add, at the one company where we did this every month, it was self funded. The company didn't really contribute, and it was a good sized company...

  • RE: Teambuilding

    chill8 (8/7/2015)


    At Ford in the group I am currently in we don't do any team building since the team is of a global nature. So it makes it hard...

  • RE: Amateur Data Analysis

    casachs 74147 (8/6/2015)


    The problem with amateur data analysis is that the person doing the analysis doesn't necessarily have the full business or operational context necessary to do a full analysis...

  • RE: Amateur Data Analysis

    Miles Neale (8/6/2015)


    Thanks Steve, I have been working with both Power Pivot and another OpenData Portal Product that provides machine readable data to the public for our state. We...

  • RE: Amateur Data Analysis

    DavidL (8/6/2015)


    Data, visualizations, etc. as a field gained a lot of steam in the 70's when Semiology of Graphics: Diagrams, Networks, Maps was published -- it didn't get translated into...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (8/4/2015)


    Steve Jones - SSC Editor (8/4/2015)


    Since we're all piling on the behavior of others, I was wondering.

    Is there value in getting the questions/knowledge that people lack in interviews...

  • RE: The Security Payoff

    scoan (7/30/2015)


    I can imagine us all using candid comments in our code. If we were to add a comment regarding authentication, and if that comment were to consider the...

  • RE: The Security Payoff

    https is on the list. I've asked for it, but that's out of my control.

    Nothing has changed as far as requiring passwords in a new way. We still cookie a...

  • RE: vNext 2016

    Edition decisions haven't been made. Until SQL Server 2016 gets closer to RTM, it's a complete guess as to what will be included and what will be outside of the...

  • RE: Cloud Security Issues

    Eric M Russell (8/4/2015)


    Am I right in thinking that to connect to a typical SQL Azure instance, you would need both a proper SSL certificate and an accountname / password...

  • RE: SQL IO Random vs Sequential

    I'd do both, but I'd also try to determine which is important in your current environment. What does your workload do more often?

  • RE: only show the duplicated records

    count the records in the PK, group on that.

    use a having clause with the count() > 1

Viewing 15 posts - 9,361 through 9,375 (of 39,804 total)