Forum Replies Created

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

  • RE: Migration from SQL Server 7 to 2005

    simply

    backup and restore

    or

    detach and attach

    the SQL 7 database to the SQL 2005 server and all the identities should be fine

    dont forget to update usages and rebuild indexes afterwards

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

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

  • RE: 10GB Database backup fails on UNC drive

    what file system is the USB drive formatted with?

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

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

  • RE: Fail Over clustering

    Achtang (4/8/2009)


    hi perry thanks for that. I downlad Virtual PC 2007 and i start to install win2003 server but it says to put the boot disk on. do i have...

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

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

  • 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" 😉

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