Viewing 15 posts - 3,571 through 3,585 (of 39,768 total)
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
Couple things I found (since my search might be different than yours)
August 7, 2019 at 2:45 pm
I'd first save and restart. The "cannot load xxx" messages sometimes appear as transients.
August 7, 2019 at 2:43 pm
Viewing 15 posts - 3,571 through 3,585 (of 39,768 total)