Viewing 15 posts - 3,661 through 3,675 (of 39,726 total)
I agree with Michael. Don't complicate things. Use a third node.
July 9, 2019 at 3:39 pm
Use COALESCE()
SELECT
Id
, FinalValue = (ISNULL(Val1, '') + ', ' + ISNULL(Val2, '') + ', '
...
July 9, 2019 at 3:38 pm
I completely agree with you, the cloud is where things are heading. Probably not everything. Or if it is everything, it won't be all at once. But its definitely...
July 9, 2019 at 3:34 pm
There are three important things to think about when considering moving to the cloud.
July 9, 2019 at 3:33 pm
Quite a set of trips. For me, we've planned a camping trip with horses to South Dakota, riding the Custer area. We also take my daughter to university in Aug,...
July 9, 2019 at 3:28 pm
That's not good enough for most CPAs, my Mom, and lots of other business users. The online version seems to be a last resort for most people.
I wonder if we'll...
July 9, 2019 at 3:27 pm
The example won't work with anyone that doesn't have the same named instance name as me. This isn't intended to be something you follow without changing paths.
Your point about default...
July 9, 2019 at 3:24 pm
I think that the authentication on Linux is still a hassle. I know some people have it working, but it certainly isn't easy right now. That will get lots of...
July 9, 2019 at 3:12 pm
Autoshrink - never. I mean, I've struggled to think of a scenario where this makes sense. Paul Randal, who managed and wrote code for the storage engine thinks this should...
July 8, 2019 at 4:30 pm
That's a skill in and of itself. Comments should go through the PR, but if not, I would hope your client allowed click through to the original branch for the...
July 8, 2019 at 4:28 pm
No idea. Maybe use XE and see what the difference is, grab the plans.
July 8, 2019 at 3:55 pm
I am aware of that now, having gone from 15-20C temps in May in Colorado to 4-15C in ANZ in June. I have an appreciation for time and weather down...
July 8, 2019 at 2:49 pm
Too bad that all of the excellent window tools couldn't be Dockerized with a GUI which could work cross platform instead of VDI.
Turbo does this for apps on...
July 8, 2019 at 2:46 pm
Viewing 15 posts - 3,661 through 3,675 (of 39,726 total)