Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
by the size of the directory that hold the database , and the number of entry on each tables.
it depend on your data base , many you can know the size from the properties of the table in MS SQL and if you want to copy the hole database or the only data you can use two files database .mdf, .ldf .
The ‘.MDF‘ file which contains the primary data (You can know the size from this file also), and the ‘.LDF‘ file which logs all transactions related to the database .
i agree sir