Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 4,745 total)

  • RE: Consistent Database Copy

    You really need to check with the SAN vendor whether they guarantee consistency for databases.

    But in any case I would stop the application and then SQL services cleanly, especially...

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

  • RE: Consistent Copy Of SQL DB

    duplicate post, answers to:

    http://www.sqlservercentral.com/Forums/Topic945011-61-1.aspx

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

  • RE: Restore job failed when use Target_database

    If you are connected to the database restore jobs will fail as they require exclusive access, so make sure you are not connected to the database when the restore jobs...

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

  • RE: SQL 2000, 20005, 2008

    balasach82 (6/29/2010)


    Thanks for the query.

    Present size of DB is around 940MB and the max limit is set to 1000MB(i.e. restricted growth to 1000MB). So what would happen on reaching the...

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

  • RE: SQL 2000, 20005, 2008

    select db_name(database_id),name,size,max_Size from sys.master_files

    size and max_size are in 8K pages.

    max_size = -1 means unlimited

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

  • RE: Will 12 GB of 'Maximum server memory' work without AWE enabled?

    Greg_ (6/28/2010)


    george sibbald (6/28/2010)


    Correct, with this setup for SQL to use memory above 4Gb you need to enable AWE. Also allocate the 'lock pages in memory' right to the SQL...

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

  • RE: Will 12 GB of 'Maximum server memory' work without AWE enabled?

    Correct, with this setup for SQL to use memory above 4Gb you need to enable AWE. Also allocate the 'lock pages in memory' right to the SQL service account.

    Its not...

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

  • RE: Is there a better way?

    There are plenty of backup compression tools out there you could use, they are quite cheap. hopefully you would just have to license the source server and restore only license...

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

  • RE: Is there a better way?

    if you are logshipping from SQL 2000 to SQL2008 and you want the SQL2008 database available you won't be able to do it.

    If you use the with standby option to...

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

  • RE: service account

    In SQL2000 always change the accounts SQL services run under via properties ---> security in enterprise manager

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

  • RE: tempdb will not grow

    Has maxsize been set for tempdb?

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

  • RE: Truncate the Log on a Mirror Database

    Hello? Can anyone hear me out there?

    Run a backup LOG, not a full backup.

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

  • RE: Truncate the Log on a Mirror Database

    I did not mean backup log with truncate_only, just a normal backup log dbname to disk = ' wherever'

    you cannot put a mirrored database into any recovery mode than full.

    to...

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

  • RE: Truncate the Log on a Mirror Database

    backup the log to clear space within the log (i.e. truncate it). You can then shrink the log if you really need to, but only to the size required to...

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

  • RE: SQL 2008 Mirroring - First Time

    refer to

    http://www.sqlservercentral.com/Forums/Topic942386-391-1.aspx

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

Viewing 15 posts - 2,476 through 2,490 (of 4,745 total)