Viewing 15 posts - 2,776 through 2,790 (of 39,723 total)
Sorry about your dog, Ralph. I hope he does well with treatment.
May 1, 2020 at 2:00 pm
It is hard to tell if this was employees or not. The wording from Marriott is very ambiguous.
April 30, 2020 at 4:20 pm
There is only one master key in each database, which provides the basis for all encryption objects in that database. You don't need to drop this, thought you can use...
April 30, 2020 at 4:13 pm
Short answer, create aw proc to run the job, give users permission to the proc. The proc needs EXECUTE AS
April 30, 2020 at 4:09 pm
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
Viewing 15 posts - 2,776 through 2,790 (of 39,723 total)