Forum Replies Created

Viewing 15 posts - 3,136 through 3,150 (of 6,038 total)

  • RE: Single MDF or MDF+NDF

    Parallel I/O aside, it's worth mentioning that files and file groups can be backed up, restored, detached, attached separately, which can potentially decrease downtime for very large databases when performing...

  • RE: Data Scanning for security

    To start, you want all accounts to be operating under least privilege. Look at what logins have sysadmin, dbo, or db_datareader access. The following script will lust what accounts, domain...

  • RE: The $90,000 Laptop

    Not only does full disk encryption protect your data in the event of theft, it also renders the device practically unusable or at least the thief now has to invest...

  • RE: Using count(*) performance

    Rather than a correlated sub-query, you could take a stab at simply select from tbl1, tbl2, tbl3 and then wrap another aggregate query around it; in other words a non-correlated...

  • RE: The $90,000 Laptop

    mastersql (12/14/2015)


    Hi Eric

    Thats brill but does it support Window 10? I'm on Win 7 but will upgrade within the next few months :-

    https://diskcryptor.net/wiki/Main_Page

    Cheers

    I've seen references to folks having issues upgrading...

  • RE: The $90,000 Laptop

    mastersql (12/14/2015)


    Can Bitlocker be installed after the Window OS has already been installed?

    The website says that the OS has be installed first which is problem for Home Users who...

  • RE: The Office

    Whether you're more or less productive working away from the office depends on what stage of the project lifecycle your team is in. Working from home can be productive when...

  • RE: How Much Eventual Consistency Do You Have?

    SQL Server's default Read Committed isolation works in an OLTP database, so long as you keep both your transactions and your query access methods short and optimized. As for bulk...

  • RE: Rethinking Hiring

    Rod at work (12/11/2015)


    Eric M Russell (12/10/2015)


    MMartin1 (12/10/2015)


    Eric M Russell (12/10/2015)


    Rod at work (12/9/2015)


    Good advise Eric, thanks.

    In many cases the interviewer doesn't really know what they're asking about, and this...

  • RE: SQL Server ODS setup

    Generally speaking, an ODS consolidates data (typically by periodic bulk loads) from multiple sources into a common (typically normalized) schema while conform the meta data coding (ie: M = Male)...

  • RE: Rethinking Hiring

    MMartin1 (12/10/2015)


    Eric M Russell (12/10/2015)


    What amazes me is how may times I would decide half way though an interview that I'm really not interested, spend the rest of the interview...

  • RE: Rethinking Hiring

    What amazes me is how may times I would decide half way though an interview that I'm really not interested, spend the rest of the interview checking my watch and...

  • RE: Rethinking Hiring

    MMartin1 (12/10/2015)


    Eric M Russell (12/10/2015)


    Rod at work (12/9/2015)


    Good advise Eric, thanks.

    In many cases the interviewer doesn't really know what they're asking about, and this would be the guys who asked...

  • RE: Rethinking Hiring

    Rod at work (12/9/2015)


    Good advise Eric, thanks.

    In many cases the interviewer doesn't really know what they're asking about, and this would be the guys who asked a lot of syntax...

  • RE: An Inconceivable Scale

    Yet Another DBA (12/10/2015)


    Gary Varga (12/10/2015)


    Eric M Russell (12/9/2015)


    GoofyGuy (12/9/2015)


    Eric M Russell (12/9/2015)


    GoofyGuy (12/9/2015)


    If the promise of quantum computing is realised, a great deal of data might be stored in...

Viewing 15 posts - 3,136 through 3,150 (of 6,038 total)