If I run a SQL Server database backup via Management Studio and there are scripts running at the same time, does the backup reflect the point in time when the backup was started or when it ended? My db is about 10GB so the backup takes some time, meaning there's lots of things that could go on in the meantime.
I'm using SQL Server 2008 R2
I just posted this question in SO but think this is probably a better place for it?