Forum Replies Created

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

  • RE: recovery and norecovery

    BOL

    recovery bring database online while norecovery leave it for further log resotred

    :crazy: :alien:

    Umar Iqbal

  • RE: Error Installing SQL 2008 x64 Setup Support Files

    inside there try .bat instead of bat. chekc event viewer and see if you see any more error. i am assumin gu have admin rights on box. and check this...

    :crazy: :alien:

    Umar Iqbal

  • RE: Error Installing SQL 2008 x64 Setup Support Files

    seem s more like installer issue. probably install installer again? you can try through .bat. check com objects also.

    :crazy: :alien:

    Umar Iqbal

  • RE: Upgrading 2005 (Std) db results in much larger size on 2008 (Ent)

    are u restoring over the network. what RAID is implemented. when u backup try creating partitioned backup. i usually setup 5 files. and then restore.

    :crazy: :alien:

    Umar Iqbal

  • RE: offline

    it kills all existing connection and roll back any transaction currently running against it.

    :crazy: :alien:

    Umar Iqbal

  • RE: db offline

    humm weired. can u run sp_who2 and se who is connected to this. make sure you are not connected to it. if any application is connected to it ask...

    :crazy: :alien:

    Umar Iqbal

  • RE: Indexes in the DB

    looks fine but look at execution plan it will take long time and put load on disk . too many joins. reduce if you can or add...

    :crazy: :alien:

    Umar Iqbal

  • RE: db offline

    ALTER DATABASE test01 SET SINGLE_USER WITH Rollback Immediate

    :crazy: :alien:

    Umar Iqbal

  • RE: db offline

    ALTER DATABASE test01 SET MULTI_USER WITH Rollback Immediate

    :crazy: :alien:

    Umar Iqbal

  • RE: db offline

    where is database name. you habve to connec tot master and then use it like this

    alter database ---database name ----

    :crazy: :alien:

    Umar Iqbal

  • RE: db offline

    what command you used .

    did u put imeediate rollback

    :crazy: :alien:

    Umar Iqbal

  • RE: Reporting Services version?

    connect to reporting services in managment studio and it says edition and verion right there.

    :crazy: :alien:

    Umar Iqbal

  • RE: SQL Server 2008 Consuming Too Much Memory?

    sql grab as much as it can . later if it need to relase it to other resources it will but in profmon under memory manager check to see target...

    :crazy: :alien:

    Umar Iqbal

  • RE: sql server slow to accept TCP connections READ

    i would say make sure that both instance are not using dynamic ports. . if they are using dynamic then change them.

    also its not do you see any...

    :crazy: :alien:

    Umar Iqbal

  • RE: db offline

    if db offline noone can connect.

    you mean you wan tto take it offline when user are connected.

    use immediate rollback in your alter database command

    :crazy: :alien:

    Umar Iqbal

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