Archive for January, 2010
Truncating Transaction Logs in SQL 2008
Posted on 29. Jan, 2010 by bryan.
One of my clients is beginning to migrate to SQL 2008 for their SharePoint farms. In the past, we have used scripts to truncate the transaction logs and shrink the DBs in the non-production environments using the “BACKUP LOG [dbname] WITH TRUNCATE_ONLY” command. As you may be aware, the “WITH TRUNCATE_ONLY” option has been deprecated [...]
Continue Reading
User Profile Import Stuck
Posted on 26. Jan, 2010 by bryan.
A client had an issue today with user profile imports being “stuck”. In one instance (the production instance) the profile import was stuck actually performing the import, in the non-production instance it was stuck on “Enumerating”. Found a great article by Henrik Andersson to fix the issue. Here is what he posted as the fix:
Open [...]

