April 22, 2019 at 3:40 am
Dear All,
My production sql server was hung on a specific day for about 2-3 hours. Can some one help how can i do the post mortem report and what has caused that issue. Thanks in Advance!
April 22, 2019 at 4:03 am
What is this PDW & Poly Database movement about? I see some errors on those services in my SQL log.
April 22, 2019 at 11:57 am
What is this PDW & Poly Database movement about? I see some errors on those services in my SQL log.
We can't see your logs. You should post the errors so that people actually stand a better chance of helping.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2019 at 1:32 pm
PDW is parallel data warehouse. It's a huge appliance that your company paid a ton of money for. Read about it here. Polybase is a way to query other database engines, Oracle and a bunch of others, directly from within SQL Server. Read about that here.
As to understanding what happened on your system, since you're posting in the 2017 forum, we can take advantage of the system_health Extended Events session. Read about it here. It's going to show you a bunch of the stuff you need. What was hung, why, etc. However, it's not easy to dig through, so get ready to learn how to use the tools & data.
Other than that, I'm with Jeff. I can't see your servers, logs, etc., so it's really hard to make any concrete suggestions.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply