Forum Replies Created

Viewing 15 posts - 3,541 through 3,555 (of 4,745 total)

  • RE: Cachestore Flush and Transaction Log Restores

    ...er, your post fooled me, the rest of this thread is about cache flushes, not slow i/o, which your warning refers to.

    You would be best starting a new thread but...

  • RE: Cachestore Flush and Transaction Log Restores

    Vlad, nothing to do, its not an error, just informational. Just be aware restores will clear out your proccache.

    I raised a request to change this behavior on technet but no-one...

  • RE: Disabling Indexes

    Tao, I have not read this anywhere and its a guess so maybe I am setting myself up for a fall, but -

    why does index data get deleted when...

  • RE: Disabling Indexes

    Tao Klerks (6/23/2009)


    george sibbald (6/23/2009)


    Apologies, just reread the options properly, they are correct. :blush:

    Sorry, I jumped the gun 🙂

    no worries. Exactly what I did when I answered the...

  • RE: Disabling Indexes

    Apologies, just reread the options properly, they are correct. :blush:

    BOL does say indexes are deleted from index views. search on disabled indexes then see 'about disabled indexes'

  • RE: Disabling Indexes

    As I understand it disabling the index does not delete the index, it remains in the system catalog but is not used by queries and is not maintained as the...

  • RE: sp_detach

    Glad it helped , thanks for the feedback.

    Just noticed I in fact gave you an older version of the script that only handles two files, a data file and a...

  • RE: sp_detach

    OK, this script is not for the purist as it still refers to sysaltfiles but it will work and also will reverse engineer the database owner for you, which could...

  • RE: What is happening on Memory ?

    then SQL is using about 6GB of memory (for buffer cache), the value in task manager is incorrect (due to AWE being used)

  • RE: What is happening on Memory ?

    what does the perfmon counter show? I would trust that value

  • RE: backup failover

    looks like you need to start off by querying the value of mirroring_role in table sys.database_mirroring and take it from there.

  • RE: Rebuild/Reorganize index script

    Theres one in the SQL 2000 BOL under dbcc showcontig

    http://msdn.microsoft.com/en-us/library/ms175008.aspx

    It could be amended slightly to do either indexdefrag or dbreindex

  • RE: Database size of databases located on other servers in same network?

    If this is code run only occasionally you could use openrowset method which is remote access without the need for a linked server.

    You could use a table with server names...

  • RE: What is happening on Memory ?

    If you have SQL memory set to take 6.5GB on a 32bit system I presume you have AWE enabled? In which case task manger does not correctly show memory usage....

  • RE: TempDB mdf file has grown to 11GB

    tosscrosby (6/19/2009)


    sarvesh singh (6/18/2009)


    our teste server

    I don't even want to know! 😉

    we always have a failover pair for those type of servers. 😉

Viewing 15 posts - 3,541 through 3,555 (of 4,745 total)