top of page
Writer's pictureKunal Ranpura

Clean SQL Sever Cache

---Clean SQL Cache


DBCC DROPCLEANBUFFERS

go

DBCC FREEPROCCACHE

go

DBCC FREESYSTEMCACHE('ALL')

4 views0 comments

Recent Posts

See All

SQL Server Profiler Trace

--Import multiple trace file in sql Table. --All the rollover files will be automatically imported --provide number tracefile to capture...

SQL Replication Mark Transaction as commit

--SQL Server Database log full due to replication, you can run the following command to mark all ---the replication transaction is done,...

댓글


bottom of page