The transaction log file contains the SQL Server transactions of the database. It basically records the database transactions and the changes made by the transactions to the database. The logs are ...
Based on what I've read, I should be able to easily upgrade Server 2008 to R2. However, this server also has SQL 2008. My question is whether the OS upgrade will cause any issues with SQL. Background: ...
FileTables, a new feature introduced in SQL Server 2012, is a unique table that reflects metadata of files in a specified folder. FileTables is a new feature introduced in SQL Server 2012. It's a ...