all groups > sql server replication > november 2005 >
You're in the

sql server replication

group:

Database Snapshot (SQL Server 2005)


Database Snapshot (SQL Server 2005) Leila
11/11/2005 12:00:00 AM
sql server replication:
Hi,
-------
Sorry for posting my question in this group. Isn't Micsrosoft going to
create new forums for SQL2K5?
-------
BOL states that the snapshot file(sparse file) is small when it is created,
and gradually grows. But I tried on my databases (even big ones) and its
size is the same as original data files. For example on AdventureWorks, the
sparse file I created took 223mb which is even bigger than the db itself!

Any help would be greatly appreciated.
Leila

Re: Database Snapshot (SQL Server 2005) Tibor Karaszi
11/11/2005 12:00:00 AM
Right-click the file in explorer, properties, check "size on disk".

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/


[quoted text, click to view]

Re: Database Snapshot (SQL Server 2005) Andrew J. Kelly
11/11/2005 8:33:41 AM
That is the way a sparse file works. It appears as large as it can be but
in reality it is only a few bytes to begin with and will grow as it gets
populated. Right click on the file in Explorer and choose properties. You
will see both sizes.

--
Andrew J. Kelly SQL MVP


[quoted text, click to view]

AddThis Social Bookmark Button