I'm developing a simple utility which is going to create a *.bak
file from a SQL Server database.
If database has a quite small size, less than 50 Mb, then there is no problem, it's working well. But potentially I'm going to work with big databases of 2-3Gb data size.
Since it's impossible (I guess) to keep such a big data in the memory to create *.bak
file, would my utility still work in this case?