Viewing 15 posts - 2,881 through 2,895 (of 39,818 total)
There are some shared items, but overall, no effect from one instance to the other other than resource usage (you're sharing memory, cPU, etc. )
On my workstation, I typically keep...
April 30, 2020 at 3:42 pm
Short example:
DECLARE
@m VARCHAR(10) = 'July', @y INT = 2019, @mnum TINYINT;
SELECT @mnum = CASE
...
April 30, 2020 at 3:40 pm
You should have a set of smoke tests, things that verify the system meets your needs. A few things listed above, but here's the type of things I look for:
April 30, 2020 at 3:35 pm
Not sure with the same hardware you'll see better performance. In addition to memory, there are CPU limits. 24 cores for standard. Also memory for columnstore and hekaton are different...
April 30, 2020 at 3:29 pm
I'm sorry, but the English here doesn't quite make sense.
I assume you are saying you host all the servers now in your company (on premises). Now you want to have...
April 30, 2020 at 3:25 pm
I hope no one intends this to be a section of production code, but I'll add a note to the explanation.
April 30, 2020 at 3:22 pm
Where in automotive? I know the AI for engine "twins" in planes is working well. I think some of the new drone/inspection stuff works well.
Marketing. Maybe. It likely has improved...
April 30, 2020 at 3:20 pm
No live baseball, but debates continue: https://www.espn.com/mlb/story/_/id/29105966/is-astros-title-tarnished-jeter-overrated-settle-biggest-debate-all-30-teams
April 30, 2020 at 2:56 pm
Mine is in an infant stage, so you're way ahead, Stewart.
April 29, 2020 at 3:30 pm
As I jump between R, Python, PoSh, C#, I have to keep checking myself.
April 29, 2020 at 3:29 pm
You can, but this requires code changes. You need to open keys, encrypt/decrypt data, and then run your code.
April 28, 2020 at 2:53 pm
I agree, but I personally don't like multi character aliases. For me, they clutter the code and make it less readable. I like to name them a,b,c,d... and that...
April 28, 2020 at 2:08 pm
Viewing 15 posts - 2,881 through 2,895 (of 39,818 total)