Forum Replies Created

Viewing 15 posts - 12,976 through 12,990 (of 39,898 total)

  • RE: Grow Your Skills

    OCTom (12/3/2012)


    I'm interested to know what would be considered a "hard part" of the job.

    Tuning queries, designing better databases or models, import/export in custom formats, finding patterns in data, or...

  • RE: Problem With AdventureWorks

    The AdventureWorks files aren't files like Word or Excel. These are databases. You cannot browse them. They need to be attached to the SQL Server instance in order for it...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (12/3/2012)


    Has anyone else heard the rumors of a 3-D Roger Rabbit being in the making?

    I'm trying to track down the official news item.

    I hope not. I don't love...

  • RE: Feedback is Encouraged

    Interesting. Didn't know that was broken. I'm sure this isn't on purpose. Have you reported this on Connect?

  • RE: Feedback is Encouraged

    What's broken? It seems to work for me.

  • RE: SQL backup to network drive

    LocalSystem is local to the machine. You need an account that has rights to get to the network.

    You should set a service account that's a domain account, with Everyone...

  • RE: Regulators, Mount Up

    Custom encryption should use industry standard algorithms. You can search for blowfish, AES, etc. or use the implementations that are build into Windows. As Miles noted, it's not that hard....

  • RE: Talking baseball

    Ray K (11/29/2012)


    The 2013 Hall of Fame ballot is out!

    Who's in? Who's out?

    If you were a BBWAA voter, who gets your vote?

    Bonds, Clemens, Sosa, Franco, Piazza, Schilling, Lee Smith

    maybe...

  • RE: Review Your Indexing

    I don't know when/if this will be available. It certainly would make some sense, with overrides from the DBA. There are indexes that are lightly used (in frequency), but very...

  • RE: Data file gets full?

    Why can't you increase the space? Make the file bigger or add a new file or filegroup.

  • RE: SQL Storing Too Much Data

    You might also read this about choosing your clustered key: http://www.sqlservercentral.com/articles/Indexing/68563/

  • RE: SQL Storing Too Much Data

    you could build a clustered index and then drop it again to clear things up, but really you ought to consider adding a clustered index and leaving it there, as...

  • RE: Don't Explain Too Much

    brian.francis (11/29/2012)


    I agree that the managers don't need the technical details, but a discussion of what options are available and what is most appropriate for the situation is critical. ...

  • RE: Don't Explain Too Much

    cfradenburg (11/29/2012)


    Based on my experience I'm not sure that I agree with the, "managers shouldn't know," part of this. I fully agree that they shouldn't be the decision makers...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (11/28/2012)


    At a SQL Server conference I was speaking at two weeks ago, I met one of the co-founders of lessthandot.com/[/url]. Later that day he asked me if I...

Viewing 15 posts - 12,976 through 12,990 (of 39,898 total)