Viewing 15 posts - 3,151 through 3,165 (of 39,914 total)
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
Well, I'm cancelling my trip next week. Actually, it's already cancelled.
My wife and I decided that the risk of becoming carriers isn't worth it without a strong reason to go....
March 6, 2020 at 9:02 pm
...
I'd expect more for a commercial application but ...
I'd expect more from people buying commercial applications.
March 6, 2020 at 8:56 pm
March 6, 2020 at 8:54 pm
I am loving these excellent comments.
I will point out that developers have a very short and predictable list of persistence requirements: load a grid, populate a form, save on...
March 6, 2020 at 8:52 pm
When working with SP inside a .net project feels like Blackbox development. The Code you write looks like it assumes too much and needs a magic trust to what...
March 6, 2020 at 8:48 pm
In today's cloud world vendor lock-in is an issue with most stored procedures being DB platform specific (MSSQL vs PLSQL vs MySQL). Having to deploy an additional server just...
March 6, 2020 at 8:45 pm
"...from a developer point of view..." Why is it "more difficult" to build with stored procedures:
March 6, 2020 at 8:35 pm
Security is getting better, attacks are getting more creative and complex.
Once we get rid of all these simple attacks, and many of them are simple and easily preventable, it will...
March 6, 2020 at 8:12 pm
Viewing 15 posts - 3,151 through 3,165 (of 39,914 total)