Viewing 15 posts - 3,526 through 3,540 (of 39,726 total)
There's clearly a memory shortage somewhere. There are lots of memory clerks in the SQL OS, so I was thinking to reduce this to be sure the max memory is...
August 8, 2019 at 12:06 am
Disclosure: I work for Redgate Software
At Redgate, we have various automation tools to help deploy database changes automatically. Other vendors to as well. There are also ways with MIcrosoft using...
August 7, 2019 at 9:43 pm
Thanks for the update, and I agree. Sounds like networking. Be interested in the solution if you find it.
August 7, 2019 at 9:38 pm
Never used it in Britain, but I did use a EuroRail pass thirty years ago to travel around the continent. I wonder how many will stop going now altogether. I...
August 7, 2019 at 5:29 pm
Not necessary, but I'd argue it's a good practice and habit to get into. It clearly sets out the transaction, which can be lost in code, and it allows you...
August 7, 2019 at 4:31 pm
Smoke Tests - http://softwaretestingfundamentals.com/smoke-testing/
The idea is that you decide what things need to be working for your application to be stable. This might be
August 7, 2019 at 4:14 pm
And use try..catch
August 7, 2019 at 3:35 pm
I did see this (https://social.msdn.microsoft.com/Forums/sqlserver/en-US/60d20f7a-8d64-48b1-ade9-8ba648e5945c/there-is-insufficient-system-memory-in-resource-pool-default-to-run-this-query). I might reduce my memory slightly and give the OS more and see if that helps./
August 7, 2019 at 3:22 pm
I look at this in two ways. One is that you have scripts to run which are specific to a db (check something, verify something, etc.). In these cases, you...
August 7, 2019 at 3:18 pm
This sentence doesn't quite make sense: Honestly, I do not know how they are trying to auto deploying like generating script in VS and running need to confirm
Doesn't your schema...
August 7, 2019 at 3:14 pm
A few things to read and think about:
August 7, 2019 at 3:12 pm
No mocking needed here. Lots of people don't use MOT (Memory-Optimized Tables) tables yet, so don't worry.
Here are a few thoughts. First, adding a MOT table means a new filegroup...
August 7, 2019 at 3:03 pm
For the first one, you ought to have a list of checks, and automate these. These are smoke tests, and would be what you'd want to check each time you...
August 7, 2019 at 3:00 pm
Interesting. One thing, have you restarted SSMS between changing settings?
August 7, 2019 at 2:58 pm
Viewing 15 posts - 3,526 through 3,540 (of 39,726 total)