Viewing 15 posts - 106 through 120 (of 244 total)
Jeff Moden (12/30/2016)
There are a couple of issues that are just wasting a lot of CPU time.
The first is the problem of the store procedure variables that involve dates being...
December 30, 2016 at 9:11 am
TheSQLGuru (12/28/2016)
1) Why is it passing in datetime values as varchars?? You simply MUST make ALL of those datetimes datatypes....
December 28, 2016 at 3:38 pm
Here is the estimated SQL Plan for the INSERTUPDATE proc that is deadlocking. This is the plan I get when I pass into it a TrackingNumber that does not...
December 27, 2016 at 8:51 am
TheSQLGuru (12/23/2016)
December 27, 2016 at 8:38 am
Eddie Wuerch (11/29/2016)
Page (1:2090354), slot 34 in object ID 1811133843, index ID 7, partition ID 72057594060275712...
1. Index ID #7 is a non-clustered index. It contains copies of table data (the...
November 30, 2016 at 8:13 am
Thanks Chris.
The query against sysmail_allitems returns the test email I sent myself and it shows the two attempts to generate an email from a failed SQL Agent job I...
November 23, 2016 at 12:34 pm
I found the below in the Windows Application Log.
Service cannot be started. Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. ---> System.Xml.XmlException: The 'SemanticQuery' start tag on line...
November 17, 2016 at 12:42 pm
We have SQL Diagnostic Manager monitoring this instance. When I see a spike in disk reads and disk writes per second then avg disk queue length spikes as well....
November 17, 2016 at 11:17 am
This is a data warehouse SQL Server instance and there is a nightly job that runs at 9 pm. Part of what it does is restore several databases, one of...
November 11, 2016 at 7:15 am
Sue_H (8/17/2016)
The order also matters. On the client computers,...
August 17, 2016 at 1:45 pm
I asked for this to be posted so let me explain more.
If an RDP connection is made to the server hosting the SQL instance then we get the error mentioned....
August 16, 2016 at 10:28 pm
Jeff Moden (8/5/2016)
lmarkum (8/5/2016)
Jeff Moden (8/5/2016)
lmarkum (8/5/2016)
August 8, 2016 at 9:50 am
TheSQLGuru (8/5/2016)
lmarkum (8/5/2016)
Jeff Moden (8/5/2016)
lmarkum (8/5/2016)
August 8, 2016 at 7:02 am
TheSQLGuru (8/6/2016)
lmarkum (8/5/2016)
I did find 165 indexes that had the NO_RECOMPUTE option on...
August 6, 2016 at 6:59 pm
Viewing 15 posts - 106 through 120 (of 244 total)