Forum Replies Created

Viewing 15 posts - 1 through 15 (of 185 total)

  • RE: Performance Degradation

    Try updating the statistics, then forcing a recompile of the procedure you are having trouble with after the truncate/inserts.  You might want to do this periodically several times after the...

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: SQl Profiler not writing to output file

    Have you tried using status 0 instead?  Set the status to zero, move the file to a sub-directory, restart the trace.

    You can also always copy the file while it's still...

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: Performance Degradation

    Instead of restarting the server, try updating the statistics on the table in question.  Does that solve your issue?

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: SQl Profiler not writing to output file

    and how are you deleting the trace?

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: Active- Passive Cluster to Active- Active Cluster

    If you are talking about a SQL Server cluster, there is no true active-active cluster.  You can use two servers and setup:

    active-passive

    passive-active

    as your instances.  This will, in effect, be a...

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: Basic SQL ''''05 setup/config question: How do I change the data file location?

    If you mean the default data and log file settings, that hasn't really changed.  You just need to right-click on the server instance in object explorer, go to properties, go...

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: SQL Server 2005 Mounted Volume Support

    SQL Server 2000 support it.  Why wouldn't 2005?

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: Msg 8623, Sev 16: Internal Query Processor Error

    The 8.00.250 is 2000 No SP+Q291683.  That means you are running without ANY SQL Server service packs.  You need to patch badly.

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: How to pivot the table in SQL Server?

    You can find good crosstab examples by going to http://www.sqlteam.com, clicking on the articles, and searching for either pivot table or cross tab.  There are two or three pretty...

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: How to send email

    The best way to do this would be to have an application that looks at the user table and sends emails or is triggered when they initially sign in.  Alternatively,...

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: Retatching a Database

    You can run the osql command with trusted authentication and change the default database if you have sufficient rights.  When you run osql, it doesn't validate the default database.  Run...

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: Running SQL Server 2005 on 4 Dual-Core CPUs 64 bit

    David, he won't need AWE if he has 64-bit Windows and SQL Server.  All the memory will be directly addressable.  That's one of the biggest features of 64-bit computing.  The...

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: Proper Process for reducing Log file size

    Craig, why are you trying to shrink the log file?  If you don't need the space, you might want to leave it alone.  Otherwise, it will just have to grow...

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: db is 80% full

    Where are you getting this error from?

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • RE: MSSQL SP4 starting or increasing trend in suspect databases?

    Have you checked your antivirus to make sure it's still excluding the data and log files?  We had someone change that a month or so ago while they were "improving"...

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

Viewing 15 posts - 1 through 15 (of 185 total)