Forum Replies Created

Viewing 15 posts - 496 through 510 (of 860 total)

  • RE: Display recovery models of DB's

    SELECT name as [Database Name], recovery_model_desc as [Recovery Model]

    FROM sys.databases

    WHERE name NOT IN ('master','model','tempdb','msdb')

    GO

  • RE: Tables marked as System Table

    Steve,

    all the user tables have is_ms_shipped=0 and all the systemtables generated by sql server have is_ms_shipped=1 but this bit is not always set correctly as far as I know and...

  • RE: Tables marked as System Table

    mgrammer (3/20/2009)


    They do have a type of U and a type_desc of USER_TABLE but is_ms_shipped is marked as 1 and I believe it should be 0. I realize that...

  • RE: restore problem

    amarnath_sk (3/20/2009)


    I have created database along with additional filegroup and backed up both primary file group and secondary file group, while restoration it is not restoring.

    What database backup did...

  • RE: Post upgrade steps for system databases

    klnsuddu (3/20/2009)


    Hi,

    After upgrading sql server 2000 to 2005, we should do the following for user databases. Does this applies system databases too OR not? please clarify me

    DBCC UPDATEUSAGE

    ...

  • RE: Unable to restore

    and also a snapshot of your errorlog file which includes any specific restore commands.

  • RE: Log Shipping and Subsequent dB Backups

    BlackHawk (3/20/2009)


    Assuming a system would have log shipping configured and running would any of the following scenarios break the log chain and end the log shipping, or will the transaction...

  • RE: Remote hosted database with no access to filsystem - how to backup?

    DonKraft (3/22/2009)


    Hi

    I have a database hosted remote, where I have access in Management Studio etc, but not to the file-system of the server.

    I want daily backups or more, but cant...

  • RE: CEO

    Amit Lohia (3/19/2009)


    Steve Jones - Editor (3/19/2009)


    A CEO must lead the management of the company, and work to drive forward the vision of the entity, and provide an example of...

  • RE: sql 2005 backup retention

    rbartram (3/19/2009)


    No matter where you backup to, the key is making sure your Backup software backups and verifies the SQL backup file correctly. The worst thing in the world is...

  • RE: Last Store procedures used or executed

    Lowell (3/18/2009)


    Keep at it Krishna;

    I'd like to see a default Data Manipulation Language (DML) trace automatically running all the time as well as the Data Definition Language(DDL) trace;

    just to...

  • RE: Too much backup?

    Atul DBA (3/19/2009)


    The best practice for Backup process is have a Full Backup once a week and then diffrential backup every night and Transaction Log backup every hour based on...

  • RE: Resolving Deadlocking problems

    Dean Jones (3/19/2009)


    In the end, it ended up starting a deadlocking, I have improved the DML statements with the use of indexes on columns

    That's the way to go. Proper...

  • RE: Index not rebuilding

    GilaMonster (3/19/2009)


    Krishna (3/19/2009)


    GilaMonster (3/19/2009)


    My criteria for clustered indexes - narrow, unchanging, unique, ever-increasing.

    That's a good one Gail. Explains everything just in 4 words.:-D

    I can't take credit. Kimberly Tripp[/url]'s been...

  • RE: Regarding LDF file.

    Hi Shnex,

    shnex (3/19/2009)


    so if I make a backup to a log....is it the same as working with a database....I will have to restore it, and only this way I...

Viewing 15 posts - 496 through 510 (of 860 total)