Home
Catagories
Education
Web Dev.
PHP
Symfony
Graph QL
Headless CMS
WordPress
Database
MSSQL
MYSQL
Oracle
PostgreSQL
Sybase
Server
Windows
Linux
Unix
Cloud computing
Microsoft Azure
Amazon Web Services (AWS)
Google Cloud
Alibaba Cloud
Android
Digital Marketing
Social Media
Facebook.com
YouTube
Naukri.com
Mechatronics
Hydraulics
Stories
About Us
Authors
Contact
whatsapp
facebook
whatsapp
facebook
Home
Catagories
Education
Web Dev.
PHP
Symfony
Graph QL
Headless CMS
WordPress
Database
MSSQL
MYSQL
Oracle
PostgreSQL
Sybase
Server
Windows
Linux
Unix
Cloud computing
Microsoft Azure
Amazon Web Services (AWS)
Google Cloud
Alibaba Cloud
Android
Digital Marketing
Social Media
Facebook.com
YouTube
Naukri.com
Mechatronics
Hydraulics
Stories
About Us
Authors
Contact
Tag: <span>Important Queries In SQL Server</span>
Database
,
MS SQL
Some TSQL queries used by SQL DBA in day to day activities
by Sanjay Humania
September 17, 2019
Database log file full. How to find log file used and free space?
--Run below script to any database, you will get result for all the database DBCC SQLPERF(LOGSPACE)
1
2
--
Run
below
script
to
any
database
,
you
will
get
result
for
all
the
database
DBCC
SQLPERF
(
LOGSPACE
)
Low disk space. How to find…