With SQL Server 2000, there are myriad choices for backing up your database. Whether your database is small and changes infrequently or very large and changes rapidly, there is a backup strategy to ...
No. The full <I>vs</I> simple recovery model only affects when transaction logs are truncated. In the simple model, the logs are truncated as soon as they are "clean" (that is, VLFs are truncated as ...
Not really sure how to do this.<BR><BR>I basically want the benefits of a BULK INSERT and switching the database recovery model to BULK LOGGED for a minute or two while the insert does its ...