Category: Databases engines
1- Commande T-SQL de Sauvegarde à stocker dans un fichier sur C:backup.sql : BACKUP DATABASE [DB_DATA] TO DISK = N’E:Srvper-Fullcrumdbdata‘ WITH NOFORMAT, INIT, NAME = N’LOGICAL_DATAS’, SKIP, NOREWIND, NOUNLOAD, STATS = 10 GO ...
If you want to run your own YouTube or MySpace website, then VidiScript will do the job for you. In this tutorial, I will show you how to install VidiScript on a Linux web...
In order to make a secure backup on a distant server or hosting cloud, The FTP command support the “-s:ftpscript.txt” option. The FTP commands listed in ftpscript.txt will automatically run after FTP starts. The...
Occasionally we are forced to use Windows to host our applications under wamp platforms. but scheduling backups in Windows under a wamp platform like xampp or wampserver is completely unknown to us. Dumping a...
Les types CHAR et VARCHAR Les types CHAR et VARCHAR sont similaires, mais diffèrent dans la manière dont ils sont stockés et récupérés. La longueur d’une colonne CHAR est fixée à la longueur que...
On se pose souvent la question sur l’utilisation de MyISAM ou d’InnoDB pour une base de données MySQL. Cet article décrit rapidement les principaux avantages et inconvénients de ces deux moteurs de stockage. ...