Comments on: More Vendor Frustrations https://thomaslarock.com/2009/04/more-vendor-frustrations/ Thomas LaRock is an author, speaker, data expert, and SQLRockstar. He helps people connect, learn, and share. Along the way he solves data problems, too. Sat, 02 Nov 2013 09:33:00 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Andy https://thomaslarock.com/2009/04/more-vendor-frustrations/#comment-10008 Sat, 02 Nov 2013 09:33:00 +0000 http://sqlbatman.com/?p=1360#comment-10008 I think the statement TRUNCATE_ONLY should be replaced by WITHOUT_BACON.

]]>
By: Gail https://thomaslarock.com/2009/04/more-vendor-frustrations/#comment-444 Thu, 02 Apr 2009 16:14:15 +0000 http://sqlbatman.com/?p=1360#comment-444 Reminds me of a company I worked at several years back. I set up some replication to keep a reporting server up to date, but every monday morning the subscription had errors indicating it needed a reinit.

After a couple of weeks of this I dug through the jobs with the DBA (read sysadmin who thought he knew SQL) watching.

I found a job scheduled for midnight on sunday:
sp_repldone
BACKUP LOG … with truncate only
DBCC ShrinkDatabase

Hmmm. I wonder if that could be the problem…

Oh, and this was SQL 2000 where log backups would continue without error after a log truncation. They were useless for restores though.

]]>
By: SQLBatman https://thomaslarock.com/2009/04/more-vendor-frustrations/#comment-443 Wed, 01 Apr 2009 21:29:17 +0000 http://sqlbatman.com/?p=1360#comment-443 i looked, but could not find the shrink database statement. they had done some good work, but they fumbled at the goal line on this one.

]]>
By: Jack Corbett https://thomaslarock.com/2009/04/more-vendor-frustrations/#comment-442 Wed, 01 Apr 2009 20:11:59 +0000 http://sqlbatman.com/?p=1360#comment-442 Classic. I bet they had a customer run out of space for the transaction log and that’s why they do the truncate and shrink.

Is the shrink database in there, too? They might as well fragment the database while they are at it.

]]>