Viewing 15 posts - 271 through 285 (of 1,524 total)
Applied it to a few Non Prod Environments over the weekend. Testing will be going on this week. Patch applied without incident.
July 20, 2015 at 7:34 am
The query was being used in two different sql servers. One of the tables had the XID column as CHAR the other VARCHAR. It should have had the query...
July 20, 2015 at 5:19 am
We figured out the issue and fixed it. Thanks for your response.
July 17, 2015 at 6:45 am
It really is a 'it depends'. If the database starts at, say 100mb, but as they load data into it it turns into 5 TB then a 100MB autogrow...
July 16, 2015 at 1:32 pm
It would help to know what query you are running. Is database2 on the same SQL Server or a linked server to another server.
Have stats been updated on both...
July 16, 2015 at 1:22 pm
It is getting quite confusing of what patches to apply to each different version and CU version of SQL Server. We have so many versions and at different releases...
July 16, 2015 at 5:54 am
The HR Derby was great. I really like the new format... and.. of course being a Red's fan loved seeing Todd Frazier win it. 😀
July 15, 2015 at 5:20 am
CPU was at 100% and memory was at 97% before you started replication... and you thought that turning on Replication wouldn't have bad effects? Yikes. You have a...
June 30, 2015 at 7:11 am
You best bet might be to build a new VM, install SQL Server and restore everything to the new SQL Server VM
June 19, 2015 at 7:31 am
You will have to script out all of your SQL Agent jobs. Also, if you have any Linked servers you will need to recreate those as well.
June 15, 2015 at 8:35 am
I would find out which queries perform poorly, look at their execution plans when it runs good and when it runs poorly. If no other tuning indexes can help...
June 10, 2015 at 8:20 am
Am I reading this correctly that you are concerned about 1/4th of a second runtime for a query? 1000 milliseconds is 1 second.
It could be a ton of things...
June 10, 2015 at 8:16 am
The more memory the better. However, it is a 'it depends'. If you have one very small database planned for this SQL Server 96gig of memory is WAY overkill...
June 4, 2015 at 7:28 am
To answer your question... I have AUTO STATS on, plus I generally update stats in a Maint plan job once a week. There are a few key tables/databases that...
June 4, 2015 at 7:22 am
Viewing 15 posts - 271 through 285 (of 1,524 total)