Forum Replies Created

Viewing 15 posts - 151 through 165 (of 392 total)

  • RE: update statistics?

    muthukkumaran Kaliyamoorthy

    I hope you enable the auto update statistics.Right?

    I disagree. Globally setting autoupdate statistics to on can have a deterimental effect on your system if it decides to update...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: NUMA

    Thanks for the question - Learned something today. Got it wrong, but makes the day worthwhile:-)

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Precedence

    The answer is no because with each run the data could change and result in different results. It does depend on the data at the time to queries are run,...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Precedence

    sknox

    If I asked you how many rows those queries would return BEFORE you ran them, would you be able to tell me without looking at the data?

    The answer is no,...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Precedence

    It is a shame that so many people are more interested in the point that they may or may not have gotten than the lesson from the QOD. It definitely...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: That case filter

    Ninja,

    Do I have a tendency to post untested code?

    As I said earlier I'm not perfect, but I think I have a good track record there

    I don't think I was...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: That case filter

    Well, I think this was a useful reminder to us to actually look at the code

    I agree. Part of our job would be to review code. This shows what could...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Transactional Replication

    I thought it was a duplicate from a couple days ago and answered it too quickly. Got it wrong of course.

    Same here - that's what happens when rushing:hehe:

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Transactional Replication - Unitialized subscription

    Seth,

    Run the following against your distributor in the msdb database:

    SELECT subsystem, agent_exe, max_worker_threads

    FROM syssubsystems

    WHERE event_entry_point = 'ReplEvent'

    This will tell you the configuration for your various replication agents. My understanding...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Transactional Replication - Unitialized subscription

    Seth

    the magic formula for how many of these jobs I can have running at a time? I don't want to have us get more memory only to find out...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Transactional Replication - Unitialized subscription

    I think I've found my problem. My server seems to cap out at 96 continuously-running distribution jobs, once I attempt to set up the 97th it won't initialize the subscription,...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: We Need a DBA Boot Camp

    row

    I am not sure a DBA boot camp would be useful. The reason being is that you cannot train for all the incidents that can and will occur in a...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: We Need a DBA Boot Camp

    1. Yes - 1974, Ft Jackson SC

    2. No - Though the concept is good, IMHO I do not think it is a viable solution.

    First, what is the standardized definition...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: Code Ownership - DBA vs. Developer

    The database developer really should be a SYSADMIN in the development environment, or at least have permission to VIEW SERVER STATE, ALTER TRACE, and SHOWPLAN permission

    Agreed - and in our...

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

  • RE: TDE and Filestream

    I am so confused now...

    Seems that I am not the only one. How can the answer be one and the explanation be the other???

    Steve Jimmo
    Sr DBA
    “If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan

Viewing 15 posts - 151 through 165 (of 392 total)