The sum of all SQL Server matter that exist,
and the space in which all SQL Server events
occur or could occur.
Welcome to SQL Server Universe.com Sign in | Join | Help
in
Home SS SLUG Forums Articles Photos Downloads
A Merry Christmas
and a
Happy
New Year

to all...

logical and physical Backups

Last post 02-13-2008, 16:40 by Dinesh Priyankara. 1 replies.
Sort Posts: Previous
  • logical and physical Backups

     02-13-2008, 13:19

    • Joined on 09-09-2008
    • Posts 17
    • Points 0
    • Top 10 Contributor
      Male

    What are the commands We use to do physical backups?

     is backup taken is in binary format(.bak/.trn)?

    is there any control file sql server read during startup as Memory Initailsation(awe Eanble or not) Etc.?

    How can we manually rollback and forward transactions during startup or can we read Transaction log?

     

  • Re: logical and physical Backups

     02-13-2008, 16:40

    • Joined on 11-22-2006
    • Colombo, Sri Lanka
    • Posts 103
    • Points 0
    • Top 10 Contributor
      Male

    Hi,

    Use can either use Management Studio or TSQL command that is "BACK DATABASE" for backing up. Backup are saved as binary file with the extension of "bak" (or you can give any extension).

    I have not come across any control file like that but you can set up various things. For example, you can set AWE by using server property, you can set a stored procedure to run at startup by using sp_procoption.

    You cannot read the transaction log unless you use a thrid-party tool. SQL Server automatically roll forward committed transactions and roll back uncommitted transaction at the startup. You do not want to do it manually.

     

View as RSS news feed in XML

(Best viewed with a resolution of more than 1024 * 768)

Powered by Community Server, by Telligent Systems