filmov
tv
How to Shrink Database Log File Size in SQL Server - Step-by-Step

Показать описание
How to Shrink Database Log File Size in SQL Server - Step-by-Step:
In real time we found that our database log file size is increased day by day. Please watch this video and you can get some idea about how to Shrink Database Log File Size in SQL Server - Step-by-Step.
Sql query for this is given below.
ALTER DATABASE TransactionDB SET RECOVERY SIMPLE WITH NO_WAIT
USE TransactionDB
DBCC SHRINKFILE (N'MyDatabase_Log' , 0, TRUNCATEONLY)
ALTER DATABASE TransactionDB SET RECOVERY FULL WITH NO_WAIT
-~-~~-~~~-~~-~-
Please watch: "10 Important Question and Answer on Swasthya Sathi স্বাস্থ্যসাথী Scheme - First Phase"
-~-~~-~~~-~~-~-
In real time we found that our database log file size is increased day by day. Please watch this video and you can get some idea about how to Shrink Database Log File Size in SQL Server - Step-by-Step.
Sql query for this is given below.
ALTER DATABASE TransactionDB SET RECOVERY SIMPLE WITH NO_WAIT
USE TransactionDB
DBCC SHRINKFILE (N'MyDatabase_Log' , 0, TRUNCATEONLY)
ALTER DATABASE TransactionDB SET RECOVERY FULL WITH NO_WAIT
-~-~~-~~~-~~-~-
Please watch: "10 Important Question and Answer on Swasthya Sathi স্বাস্থ্যসাথী Scheme - First Phase"
-~-~~-~~~-~~-~-
How to Shrink Database Log File Size in SQL Server - Step-by-Step
Shrinking Your MS SQL Server Transaction Log File
How to shrink a SQL Server transactional log file | Microsoft
How to Reduce/Shrink LDF File Size using SQL Management Studio
How to Shrink the Log file of the Database from Sql Server Management Studio
How To Shrink MSSQL database Log File From The SQL Server Management Studio?
MS SQL Server/Database Shrink Database/Log file
SQL Server DBA Interview Questions and Answers | How to Shrink Database Log file in SQL Server
DBA Fundamentals: Maintenance: Shrinking Files
How to shrink database MDF and Log files
How to shrink the transaction log file for the SOPHOS database
How to shrink log file in Sql server in simple way
SQL Server DBA Tutorial 32- How to Shrink Database And Database Files in SQL Server
Microsoft SQL Server 70-462 Tutorial | Growing And Shrinking Databases
How To Shrink MSSQL database Log File
Shrinking a database in SQL Server | Shrink SQL server database
How to Clear SQL Server Transaction Log to Regain Space
SQL Server | What is the difference between shrinking and truncating database log file
How To Shrink All The Logs Files At Once In MS SQL Server | | Real Time Disk Space scenario
SQL Server DBA Tutorial 38-How to Shrink MDF Database Data File in SQL Server
Shrink Truncate log file
How to clean up Transaction Log and Shrink the SQL database | Step by Step guide
How to shrink Database in Hindi 2020
SQL server| data and log file shrink #sqlserver #shorts #short #learning
Комментарии