Forum Replies Created

Viewing 15 posts - 8,266 through 8,280 (of 9,241 total)

  • RE: How can I copy the SQL Server Database Data File (mdf)

    Krishna Potlakayala (3/28/2009)


    You can't copy the .mdf file if the server is online.

    "Au contrair mon pere"

    you dont need to shutdown sql server!

    you dont need to detach the database!

    you dont...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Fail Over clustering

    Achtang (4/7/2009)


    how can i do virtualisation? can you tell my how to start mine is windows XP sp2 and i have sql 2005 developer edition.

    I want to configure cluster and...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: What could be the reason of database logfile growth ?

    use the alter index command, this is also minimally logged under bulk-logged and i think simple recovery too

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Command to bring the standby server online

    y.koteswarrao (4/8/2009)


    Yes we are using log shipping

    Thanks

    Koteswar Rao.Y

    in that case the posts above by Markus and myself are sufficient enough to help you

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Slow Backups after Migrating to 2005

    SQL Noob (4/7/2009)


    they give you a bare bones management GUI, but none of the good features.

    you can use the VI client for a complete VI or for a single...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Command to bring the standby server online

    incidentally, if it is log shipping and you dont have any further backups to restore but want to bring online simply issue

    RESTORE DATABASE [mydatabase] WITH RECOVERY

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Slow Backups after Migrating to 2005

    thanks, thats something i didnt know. I knew you could get ESX3.5i (got a copy myself) but i didnt know they gave away ESX 3.5, presumably you dont get virtual...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Slow Backups after Migrating to 2005

    Homebrew01

    BTW what edition/version of vmware are you using?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Slow Backups after Migrating to 2005

    SQL Noob (4/6/2009)


    on the free version of ESX server

    presumably you are refferring to VMWare Server 2, there is a vast difference between ESX server and Vmware Server

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: a db backup to a different machine

    Salma

    you may want to include brackets around the database name too like so

    backup database [Update_Master_Khasm] to disk = '\\10.1.5.250\Khasm\igmastback'

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: A transaction log grows unexpectedly or becomes full

    webqatesting (4/5/2009)


    Hi

    Unfortunately we are not sure about the recovery model and all.

    Ok, now i'm a little worried :unsure:

    right click the database and check the options on the database properties dialog...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: A transaction log grows unexpectedly or becomes full

    Krishna Potlakayala (4/3/2009)


    As Grant mentioned, what recovery model it is in?

    Grant who??

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Slow Backups after Migrating to 2005

    after the upgrade from sql2000 to sql2005 did you run the DBCC Updateusage and rebuild indexes?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Script for Users permissions/Roles in a database (SQL2005)

    kiran.kamuganti (4/3/2009)


    FYI: I tried with generate script from all tasks by selecting the object level permissions and it is of no use.

    you havent tried very hard then have you!

    either the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: A transaction log grows unexpectedly or becomes full

    webqatesting (4/3/2009)


    Hi

    I have an application with SQL Server 2005 as the database.

    Recently i'm getting an error " transaction log of the [mydatabase] is full ".

    I searched for this error and...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 8,266 through 8,280 (of 9,241 total)