Viewing 3 posts - 16 through 18 (of 18 total)
The solution will work, however, to avoid something like this in the future you could number them differently. Instead of numbering them 1, 2, 3, 4.... you can number them...
December 8, 2006 at 7:36 am
#676883
If you backup & restore database yyy it will automatically shrink the transaction log, or you can run this script which should work as well:
USE master
declare @dbname nvarchar(255)
set @dbname =...
December 7, 2006 at 7:48 am
#676605
AppDev has good training CDs, although they can be pretty expensive.
December 6, 2006 at 7:20 am
#676204