TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tony Stack
1.1k
273
106.5k
Prevent running DBCC SHOW_STATISTICS
Dec 13 2019 6:53 AM
I have recevied an issue which is, frequent hit for following query in SQL Server. But this line of code not used in our application
DBCC SHOW_STATISTICS(N
'"Demo"."dbo"."tblSettings"'
,
"_WA_Sys_0000000C_125F7E8B"
)
WITH
HISTOGRAM_STEPS
I need to know
1. Why this line of code executed
2. Can we stop this line of execution
Reply
Answers (
1
)
Kill the user session in SQL Server
stored procedure execution taking more time