Viewing 15 posts - 31 through 45 (of 60 total)
First of all, make sure you create full backups asap. Big tranlogs are usually a sign of absence of full backups altogether. After this, design a backup strategy/BCP.
February 22, 2015 at 12:07 am
I've heard of the reporting service going to sleep. The resolution was to create a scheduled hourly dummy report to keep it awake. I'm afraid I do not have any...
February 18, 2015 at 2:38 pm
In the meantime we have found out with wireshark that the address is sent to SMTP correctly so with the quotation mark after Nomen: "Nescio, Nomen" nomen.nescio@noreply.com. Apparently the SMTP...
December 24, 2014 at 6:57 am
To add to Grant's remarks about statistics maintenance: hard to overestimate the importance. In the past when we encountered performance issues we first checked if the maintenance plan was running...
July 1, 2014 at 7:49 am
Thanks for informing back on the issue and glad you got it fixed.
Bouke
June 11, 2014 at 2:29 pm
As I understood it there are Power Management and Performance options for CPU and Memory. The details depend on the BIOS and are not easily generalized (so our system specialist...
June 10, 2014 at 3:52 am
We have seen something similar but not for sql due to energy saving settings on the host. No details at hand. We had to change bios settings if I remember...
June 9, 2014 at 10:30 pm
If you are asking for VIEW SERVER STATE (VSS), you might want to ask for VIEW ANY DEFINITION (VAD) also.
I work for a software vendor, our software uses SQL Server....
June 4, 2014 at 2:56 am
Lynn Pettis (5/19/2014)
May 19, 2014 at 8:34 am
LutzM (5/18/2014)
Here's the "story behind":
I looked at the result set based on the...
May 19, 2014 at 4:15 am
SSMS uses row by row processing. You could see this wait type when you run a query in SSMS on the database server itself. Indeed there is no network involved...
May 8, 2014 at 8:45 pm
I totally agree. I pick up something useful everytime I browse around the forums. And I could give quite a bit of examples of practical usage in my work of...
May 7, 2014 at 1:42 pm
ChrisM@home (5/6/2014)
Try this.
;WITH Updater AS (
SELECT
FTEHrsAVG,
NewFTEHrsAVG = AVG(CASE WHEN FlexVast = 'VAST' THEN FTEHrs ELSE NULL END)
...
May 6, 2014 at 2:04 pm
Google Glenn Berry's diagnostic queries. They have helped me in various situations and give a good insight in the most important aspects of an SQL Server instance. He has sets...
May 6, 2014 at 1:55 pm
I have come across examples where views make it easier to introduce performance problems. Especially when columns are an outcome of a function or case statement etc. A view might...
May 4, 2014 at 1:44 am
Viewing 15 posts - 31 through 45 (of 60 total)