Forum Replies Created

Viewing 15 posts - 16,696 through 16,710 (of 19,564 total)

  • RE: TempDB Shrinking

    Vivek29 (3/9/2010)


    Run this before performing shrink operation.

    Use tempdb

    go

    DBCC FREESYSTEMCACHE(ALL);

    DBCC FREESESSIONCACHE;

    then perform your shrink operation.

    Thanks

    Vivek

    Why?

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/9/2010)


    CirquedeSQLeil (3/9/2010)


    Lynn Pettis (3/9/2010)


    I think it's time for trip to the desert. Anyone care to join me? I'll put the hippo on a leash. 😛

    Care to...

  • RE: Are the posted questions getting worse?

    Fantastic - now that we advertise for hair curlers, what will be next?

  • RE: trouble with AND/OR clauses

    Thanks for posting back. I presume this query solves your unwanted data issue.

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/9/2010)


    I think it's time for trip to the desert. Anyone care to join me? I'll put the hippo on a leash. 😛

    Care to enlighten us?

  • RE: Puzzel

    vaibhav.tiwari (3/9/2010)


    9 9 9 9 5 5 5 5 3 3 3 3 1 1 1 1

    Out of the above numbers which 6 numbers will make the total 21.

    only addition...

  • RE: SQL Engine Service Account

    As Gethyn and Luke have said, I also restart the service with Password change. I normally schedule this kind of change during a maintenance window. This is based...

  • RE: Index size

    Very interesting. I don't get that kind of result on any of the SQL 2005 or 2008 servers that I tested it against.

    Did you change 'YOURDBNAME' to be the...

  • RE: trouble with AND/OR clauses

    What do you get when you rewrite the select query as follows:

    select MachineName, ObjectName, CounterName, Countervalue, TimeRead

    from repl_latency_cte

    where ObjectValue = 'Memory'

    And CounterName = 'Pages Input/sec'

    And countervalue > 20

  • RE: TempDB Shrinking

    I would setup some monitoring to watch the tempdb growth. You need to find what is causing the database to grow like that.

  • RE: Should I Backup The Systems DBs and If so Which ones and why

    ALZDBA (3/9/2010)


    Yes, Yes, Yes ....

    - master is a must !

    - resource db files .... maybe ... so YES too ! but only once after every install/hotfix/cu/sp

    - model ? I...

  • RE: Should I Backup The Systems DBs and If so Which ones and why

    And three for the record. I agree with Lynn and Gail. Backup your system dbs (master, model, msdb). This will save you time and effort should a...

  • RE: Index size

    pshaship (3/9/2010)


    The above script is NOT working as expected. It's displaying only 1 row that to system table info as below:

    DBName TableName IndexName ...

  • RE: COUNT_BIG

    Nice explanation and test setup Oleg.

  • RE: Today's Random Word!

    Chris Morris-439714 (3/9/2010)


    CirquedeSQLeil (3/9/2010)


    Twiggy

    ROFLMFAO!!!!!

    That was my knickname in school!

    I guess that psychic helmet I bought is working correctly then. 😀

    Beedeebeedeebeedee

    I guess I spelled it wrong - is it Twiggy or...

Viewing 15 posts - 16,696 through 16,710 (of 19,564 total)