Forum Replies Created

Viewing 15 posts - 2,101 through 2,115 (of 6,038 total)

  • RE: Clownpocalypse and DR

    Gary Varga (10/31/2016)


    Eric M Russell (10/31/2016)


    Forget about Zombies and Killer Clowns, it's far more likely your database server will be subjected to attacks from IoT enabled refrigerators and toilets.

    I could...

  • RE: Emotions and Decision Making

    In most shops, trying to argue with application developers on the issue of proper database modeling and SQL coding is a lost cause. You'll just end up earning a reputation...

  • RE: Analysis Services Lives On

    OLAP tools like SSAS are excellent for specific types of data access patterns and are an order of magnitude better at solving these problems than relational and no-sql database platforms....

  • RE: Clownpocalypse and DR

    Forget about Zombies and Killer Clowns, it's far more likely your database server will be subjected to attacks from IoT enabled refrigerators and toilets.

  • RE: Coming Attacks

    Eric M Russell (10/4/2016)


    Gary Varga (10/4/2016)


    So now everyone and their grandma is going to ask us to secure their IoT lightbulb because it is going to be "their" responsibility. Legally,...

  • RE: Code first vs rightsizing nvarchar(n)/nvarcar(max)

    ... he tells me well, that his database via Entity Framework by default just creates all strings as nvarchar(max).

    You plenty of reasons to be concerned at this point with this...

  • RE: Speeding Up Delete's on Large Databases

    Suth (10/28/2016)


    indicies ? do you mean indexes ?

    It seems to me that the columns [odid] needs to be indexed; otherwise it's going to do a table scan for each batch....

  • RE: Procedure Cache and Buffer cache

    The buffer cache contains data and index pages. For example, logical reads are from buffer cache while physical reads are from disk.

    The procedure cache contains query execution plans.

  • RE: DTA - want to delete dta indexes

    All indexes suggested by DTA are useful within the context of sample query that was supplied to DTA. The problem is that often times these index suggestions are for niche...

  • RE: Tasks which only a sysadmin can perform

    S_Kumar_S (10/27/2016)


    Thanks for reply Eric but I actually wanted to know what are the tasks which can be performed by sysadmin only

    like only a sysadmin can create a linked server....

  • RE: Clownpocalypse and DR

    Zomies?! Orcs?! Haven't you guys got better things to do with your time than sit in the server room playing Dungeons & Dragons?

  • RE: Tasks which only a sysadmin can perform

    By default, a user is in the PUBLIC role and cannot do anything. You then should grant them permissions piecemeal. There are probably 1,000 things a member of SYSADMIN can...

  • RE: The Remote DBA

    Lynn Pettis (10/27/2016)


    Gary Varga (10/27/2016)


    I have found that telecommuting is never the problem. The individual, the company, the management and the infrastructure can all be problems. The right person with...

  • RE: Wasting Time

    Please note that this is a 4 year old topic, and the issue of IT employees wasting time at work has since been determined to be no longer an issue.

    🙂

  • RE: Index compression

    Anchelin (10/26/2016)


    Thank you Eric. 🙂

    I will give this a try before and after index compression to view the sizes.

    Regards

    You'll want to clear out the page buffer cache before each test.

    DBCC...

Viewing 15 posts - 2,101 through 2,115 (of 6,038 total)