Forum Replies Created

Viewing 15 posts - 61 through 75 (of 631 total)

  • RE: Need Recommendations for Document Database

    Eric M Russell - Wednesday, February 14, 2018 7:17 AM

    aureolin - Friday, February 9, 2018 10:37 AM

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Delete 5 lac records from table

    Hi there,
                in terms of performance, one thing you'll need - in order to prevent issues with other processes, even when they will not be touching the records in...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Job Interviews: What is Normalization?

    The problem with anything but a fairly superficial description is, that in my experience, it's highly unlikely that the interviewer actually knows anything about normalization.

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Timing is Everything

    David.Poole - Monday, October 16, 2017 1:40 AM

    I think it may have been Phil Factor who said that a lot of the...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Changing password of sa account and / or disabling the sa account -> SQL agent jobs

    Yes,
           if sa is disabled, sa owned jobs will run and sa owned databases will be accessible.  SA is disabled on all our boxes at setup and we have...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: DBCC CheckDB WITH TableResults

    Thanks folks, your help is greatly appreciated

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: SQL server 2014 is very slow

    Hi,
        try running the script on here to provide Gail with the information requested.  Run it during your slowest period, if you have one.  Also, read through the...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: DPM & Manual SQL .baks?

    If you do it without using the WITH COPY ONLY option, it's going to break the restore chain.

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Data Privacy and Security: The Implications of GDPR

    "These people will need to be data experts with experience in security and a lot of knowledge about the protection of data"
    This is a nice idea, and one which...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: index frag

    Hi,
        as Jason's suggesting it's probably because it's a small table/index.  Initially SQL Server allocates storage in what are called mixed extents - i.e. the extent is shared with...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: tempdb curiosity

    GilaMonster - Wednesday, April 19, 2017 4:51 AM

    I dug into this a while back while testing how to recover from a crashed...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: tempdb curiosity

    GilaMonster - Wednesday, April 19, 2017 3:16 AM

    andrew gothard - Wednesday, April 19, 2017 2:32 AM

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: tempdb curiosity

    Also, with a tempdb anywhere near that size, I would make sure that Instant File Initialisation is set on.  If not, you're going to be twiddling your thumbs for some...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: By Design

    While there are, as stated, obvious risks to updating certain types of data via reports, I think it's highly unlikely that this ability would be removed.  That would then mean...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Installing SQL Server: How much space to allocate for each drive?

    lindsayscott23 - Wednesday, April 5, 2017 9:58 AM

    Thanks both for the suggestions; really helpful.
    The server will be a development environment, so I...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

Viewing 15 posts - 61 through 75 (of 631 total)