Viewing 15 posts - 1,006 through 1,020 (of 2,863 total)
Ours fall into ZZartin's bucket too - if the new bug is low impact or low probability of reproduction or low risk, we tend to not roll back. If the...
July 8, 2021 at 4:44 pm
Since it is a JOIN, if that JOIN is on the PK/FK column, it may be already indexed. If it isn't, you MAY get a boost by indexing on that...
July 8, 2021 at 2:16 pm
If you want a single, minimum value returned, don't group the data.
July 7, 2021 at 8:20 pm
For me, a rollback occurs when the release is having a high financial impact on the company. All of the releases I do are for internal-only tools and systems and...
July 7, 2021 at 3:42 pm
If memory serves, CXCONSUMER wait type is related to parallelism. So, my approach to fix this is to adjust parallelism.
Your options are pretty limited on how to fix it (from...
July 7, 2021 at 3:17 pm
SSMS, in the "results to Grid" mode will strip off any special characters when presenting it to the UI. What I mean is if you have a NEW LINE in...
July 6, 2021 at 9:25 pm
To me this looks like 2 different issues. The first issue I expect is being caused by trying to take a full backup with INIT on top of an existing...
July 6, 2021 at 9:03 pm
First thing I'd check is your data source. Any chance that those values are in fact blank and not tied to the user?
There are 2 ways to check this, one...
July 6, 2021 at 8:42 pm
If you reach out to support, don't be too surprised if they can't help you too much. I've had mixed results with support. Sometimes they are amazing, sometimes they come...
July 6, 2021 at 5:37 pm
For those wondering, I checked and those do not appear to exist on 2008 R2. So thinking they were added in 2012.
July 6, 2021 at 3:41 pm
Jeff - that sounds like a configuration issue. We have had our Jira instance running for years with nearly 500 users and the disk holding our database is only 50...
July 6, 2021 at 2:55 pm
Ours is heavily process oriented which is good and bad. We have a lot of addons installed and roughly 50 automations set up. It is a very powerful system, but...
July 5, 2021 at 8:38 pm
I don't have documentation on this, but from reading the text for both I interpret it as:
Number of rows read <-- number of rows that needed to be read from...
July 5, 2021 at 7:24 pm
ZZartin - we are tracking a lot of things related to products we build such as which CVE's apply to them and what bugs are being worked on. We also...
July 5, 2021 at 7:09 pm
On premise means we can limit access a lot better and we have control of the backups and the raw data (filesystem and database). Plus on premise (Server) is cheaper...
July 5, 2021 at 4:10 pm
Viewing 15 posts - 1,006 through 1,020 (of 2,863 total)