Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 1,366 total)

  • RE: restore database

    Hi Gail,

    How can we make a database in standby mode if we are specifying the WITH NORECOVERY option?

    Can you please let me know how to restore the database in...

  • RE: 'tempdb' is full

    Try This

    use tempdb

    go

    DBCC shrinkfile(tempdev,truncateonly)

    Restarting the server will recreate the tempdb 😀

  • RE: backup restoration error

    Use with move option and also check youar specifying the correct files.

  • RE: backup to multiple devices.

    think you cant backup to multiple devices at a time.

    You can take backup to multiple locations or drives in a device.

    backup database db_name to disk=''path1,

    ...

  • RE: Error with SQL Agent & SQL Server Logs

    I checked SQL Native Client configuration under SQL Server Configuration Manager and found that all the protocols are missing and if i right clicked and selected properties and getting...

  • RE: Error with SQL Agent & SQL Server Logs

    SQL Server is up and running ..

    No issues with connections

  • RE: Error with SQL Agent & SQL Server Logs

    Bru Medishetty (12/15/2009)


    Have you tried retrieving the error logs from the \LOG directory using a text exitor?

    What does it shows in the current error log?

    2009-12-15 19:27:19 - ! [298] SQLServer...

  • RE: Error with SQL Agent & SQL Server Logs

    Jack Corbett (12/15/2009)


    Are there any errors in the Windows Event Logs?

    What account is the SQL Server Agent running under?

    I doubt I'll have the answer, but these are some things I'd...

  • RE: Error with SQL Agent & SQL Server Logs

    Jack Corbett (12/15/2009)


    Are there any errors in the Windows Event Logs?

    What account is the SQL Server Agent running under?

    I doubt I'll have the answer, but these are some things I'd...

  • RE: TempDB File Settings

    HI repent_kog_is_near,

    Hope you are using SERVICE PACK 3.

    check using select serverproperty('productlevel')

  • RE: How to practise DBA activities on my own.

    That was great Bitbucket 😀

  • RE: How to practise DBA activities on my own.

    Hi ,

    Books online is your friend in this matter. Even if you have huge database you cannot replicate the real time environment. There are lot to learn other than...

  • RE: dba question

    Hi Siva,

    You cannot run SQL server if master is corrupted . You need to run SQL Server in the single-user mode and then you can restore the master database.

    You will...

  • RE: Disaster revovery when no master database

    MANU-296622 (9/30/2009)


    What do you mean by restore resource database when instance is stopped?

    MJ

    Restoring resource database is just copying the resource database .mdf and .ldf files to location where the master...

  • RE: Disaster revovery when no master database

    ruchika thapa (9/30/2009)


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

    Copy system databases from another instance to the exact location where the instance expects to find them

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

    what do you mean by this? How to do this?

    In...

Viewing 15 posts - 1,021 through 1,035 (of 1,366 total)