Microsoft SQL Server 2008 no longer allows you to truncate the transaction log using the no_log syntax. Essentially, Microsoft decided (arguably correctly) that too many people were “abusing” the statement and doing harm to themselves. Read More
Tag Archives: SQL Server 2008
SQL Logical Name Change by ALTER DATABASE
Use the following code snippits to identify and rename logical file names in Microsoft SQL Server. Read More