Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Truncating Logfiles
Message
De
12/12/2003 23:42:05
 
 
À
11/12/2003 21:30:45
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
00858438
Message ID:
00858865
Vues:
14
--step 1 take database backup either on disk or device
backup database SMARTAPP to 'c:\backup\bkup1.dat'

--step 2 take logs
backup log SMARTAPP  with no_log

--step 3 shrink the database
DBCC SHRINKDATABASE('SMARTAPP',TRUNCATEONLY)
Best Luck..
Nilesh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform