Viewing 3 posts - 2,341 through 2,343 (of 2,343 total)
You may be confusing index free space with database file free space.
Index free space refers to the free space in each page of an index. When an insert operations occurs,...
August 23, 2004 at 1:13 pm
#520228
This doesn't sound like a SQL problem, it sounds like a Crystal problem.
While Crystal is designed to simply "connect and create" reports against a database, it's notoriously slow if...
August 23, 2004 at 8:54 am
#520186
Transaction logging cannot be "turned off", regardless of the recovery model in place.
SQL Server issues a "checkpoint" every 60 seconds in the transaction log. This interval can change depending upon...
August 19, 2004 at 9:07 am
#519827