Rams - Business Intelligence & Data Warehousing
Labels
SQL
SSIS
SSRS
MDX
Sharepoint
DWConcepts
Design Document
Dynamic Calendar Control
PPS
QlikView
Rank
SQL Script
Sharepoint Requirement
Tuesday, July 2, 2013
How to Reduce/Shrink the TransactionLog file in SQL Server Database
The below code used to reduce the Transaction Log in the database
Use DBname
Go
DBCC SHRINKFILE(N'DBName_Log', 0, TRUNCATEONLY)
Go
Newer Post
Older Post
Home