Forum Replies Created

Viewing 15 posts - 1,411 through 1,425 (of 4,745 total)

  • RE: Moving MSDB from SQL 2005 to SQL 2008

    Dave Mason (11/4/2011)


    Markus (11/3/2011)


    A SQL2005 version of master and MSDB won't work in a SQL2008 install via the backup/restore method.

    Agreed! That is why I posed the following...

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

  • RE: Replication of n(I mean numerous) databases in SQL2000.

    what do you mean by replicate?

    literally replication or just some form of copying the database to another server (so logship, full db restores, anything?)

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

  • RE: Moving MSDB from SQL 2005 to SQL 2008

    Dave Mason (11/2/2011)


    Elliott Whitlow (11/2/2011)


    You are asking for trouble...

    CEWII

    Why? Can you give me some specifics?

    maintenance plans will still point to the old server - and try to run against...

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

  • RE: Sqlcluster

    in administrative tools\failover cluster manger right click on the SQL resource under services and applications and offline the service.

    Same process to bring it back up but 'online' the service

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

  • RE: x64 vs. x86?

    x86 equates to 32 bit.

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

  • RE: LogShipping_Copy fail

    try refreshing the SSMs display (right click on database and select 'refresh'

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

  • RE: SQL Server 2005 and AWE on VMWare

    MaxDD (11/1/2011)


    And not to worry about VMWare causing the OS to read 8GB of ram

    not sure I understand what you mean by that?

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

  • RE: Receiving "Error Renaming File or Folder" when attempting to rename .MDB and .LDB of a detached database

    ..and thank you for the feedback.

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

  • RE: SQL Server 2005 and AWE on VMWare

    with 32 bit you MUST enable lock pages in memory to use AWE. You will need to restart SQL.

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

  • RE: Receiving "Error Renaming File or Folder" when attempting to rename .MDB and .LDB of a detached database

    use the alter database command (see BOL).

    If you are renaming the PHYSICAL file name you will need to

    offline database (also an alter database command)

    run alter database command modify file command

    rename...

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

  • RE: uninstall and reinstall sql server

    You dont HAVE to delete these directories in order to be able to reinstall its just neater and you may have files under those directories you dont want anymore (e.g....

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

  • RE: uninstall and reinstall sql server

    add\remove programs should cleanly uninstall all the components of SQL (make sure you select all the components) and the SP allowing you to reinstall.

    there will be some directories left behind...

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

  • RE: Data Mirrioring instead of Log shipping

    If they are not already in that state switch the log shipping restores to norecovery and restore up to the very latest log so the database is in in recovery...

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

  • RE: LogShipping_Copy fail

    willian.funes (10/28/2011)


    Ok, imagine you have a disaster in (source database) what procedure would you apply in destination database for leaving ready to use it.

    thats my first time and I was...

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

  • RE: Vendor suggesting their issue is a limitation of sql server

    george sibbald (10/26/2011)


    read to me (as if you never want to truncate the log).

    Nooo idea why that ended up in brackets :ermm:

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

Viewing 15 posts - 1,411 through 1,425 (of 4,745 total)