Viewing 15 posts - 3,046 through 3,060 (of 39,818 total)
Same here. We aren't closing the offices, but anyone is free to work from home.
March 11, 2020 at 5:39 pm
I'd add that devs ought to review (PR) each other's code, not QA. There should be automated tests for some things, but human review of code.
March 11, 2020 at 5:38 pm
If you are looking at kubernetes, look at AWS, Azure, or GCP. Not worth running yourself in most cases.
March 11, 2020 at 5:35 pm
If you want to learn about Docker and Kubernetes I can recommend Nigel Poulton's courses on Pluralsight and his books.
Second vote for Mr Poulton. He does a great job...
March 11, 2020 at 3:49 pm
I think trying to model this in one way. Medical system modeling is much different than what most of us do, which is marketing modeling.
The latter ought to capture something...
March 11, 2020 at 3:42 pm
Well, technically speaking none of the answers is correct, because the variable is named
Usernamewhich by the way violates PEP8 😛
Apologies for that. I think the...
March 11, 2020 at 3:31 pm
How about:
name.title();Wouldn't that work for this one-word example?
Not name.title(), but Username.title() would.

March 11, 2020 at 3:30 pm
Good question! Can we expect one for proper next? 🙂
Perhaps you want to write one 🙂
March 11, 2020 at 3:29 pm
Only two flights for me, easily cancelled for credit. Two hotels cancelled, but one was prepaid and they don't seem to want to do anything. I was hoping to push...
March 11, 2020 at 3:28 pm
Not from MS, but another MVP. A South African, and they said this:
"Set the default regional settings to GB for the box, and then set the collation for SQL Server...
March 10, 2020 at 5:49 pm
Ignoring the politics, this is interesting: https://www.cnn.com/2020/03/09/politics/coronavirus-airlines-white-house-tensions/index.html
US govt: we want this data
CEO: We don't have that
US govt: You're lying.
CEO: We can collect it with paper, or build an app...
March 10, 2020 at 5:15 pm
I agree with Jeff, and that's what I've done. Usually removing stuff is a year+ duration. I rename them, have a date so that I can programmatically remove them, and...
March 10, 2020 at 4:02 pm
You can check dumps here: https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-server-memory-dumps-transact-sql?view=sql-server-ver15
If a dump isn't triggered for the hung/reboot, not sure you will see a SQL dump or there's value in producing one later. You're...
March 10, 2020 at 3:44 pm
Articles here on tsqlt - https://www.sqlservercentral.com/categories/tsqlt
Microsoft has a unit testing framework, which can work with SQL Server: https://docs.microsoft.com/en-us/sql/ssdt/walkthrough-creating-and-running-a-sql-server-unit-test?view=sql-server-ver15
dbunit - http://dbunit.sourceforge.net/
March 10, 2020 at 3:39 pm
JDE was a mess. I worked there and their philosophy (with 100s of developers on a product) was write crappy SQL once and have it run poorly on every platform....
March 7, 2020 at 4:09 pm
Viewing 15 posts - 3,046 through 3,060 (of 39,818 total)