Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Backup with INIT
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Copies de sauvegarde
Divers
Thread ID:
01683168
Message ID:
01683344
Vues:
34
>Hi,
>
>I wonder if someone could explain why when I execute the BACKUP command with the INIT, the resulting bak file is considerably smaller than with no parameter. Here are the syntax:
>
>backup database mydatabase to disk = N'j:\dell2013\sqlserverbackup\mydatabase.bak' 
>
>The above one is about 3 times larger than:
>
>backup database mydatabase to disk = N'j:\dell2013\sqlserverbackup\mydatabase.bak' with INIT
>
>
>UPDATE: I am reading an article on SQL Server backup and the explanation of the WITH INIT is as follows:
>
>INIT is used to create a new backup set
>
>So, how is the NEW BACKUP SET (which I read as a total backup) much smaller than the FULL BACKUP (not WITH option)?
>
>TIA

I asked a DBA of a customer the same question (as above). And she gave me a answer basically copying a paragraph from a Google search. But she could not explain the reason for the backup file differences.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform