What is Staples20 Library ?
Type: Posts; User: chuckatkinson
What is Staples20 Library ?
:cool: I had a job here in my current city that the boss required the two new hires (me and a friend) to wear suits to work each day with ties. Arrgh. Nobody else in our group had to do it. He was...
How many knew SSMS supports drag-n-drop from the object explorer into a Query window?
Things I learned today :cool:
Yet another big failure on a no bid government contracts to a big company for bad software.
https://www.technologyreview.com/2021/01/30/1017086/cdc-44-million-vaccine-data-vams-problems/
Great job guys !
RDP is only screen and keyboard. The data remains on the server.
I had a fairly big MySQL database for a customer. They had a top of line server with 64GB of RAM and fast drives. Number of users was not an issue. I spent a lot of time tuning the database. At the...
I agree with you Sam. DB2 is often overlooked when making a db decision. Another advantage is it runs on every platform all the way up to IBM mainframes. I've connected to DB2 running on an IBM...
I've worked in almost all the environments (currently MSSQL) if licensing costs are an issue then I would choose MySQL from the standpoint there are plenty of tips out there for tuning etc. and it...
Merry Christmas !
In case you need something to do during the pandemic.
https://laconicml.com/ivy-league-universities-courses/
Function Current_View Returns Integer
Integer Client_Object_Id View_Object_Id
Get Client_id to Client_Object_Id
Get Next_Mdi_Dialog of Client_Object_Id...
Thank you Mr. Meeley. I have noted this issue. :)
Thanks for the clarification. There are still plenty of Window Server 2012 servers out there especially on AWS.
Does the web app server run on 2012 on AWS ?
https://skeptics.stackexchange.com/questions/2795/is-the-ballmer-peak-real
Cheers !
The future is bright with bright minds like these.
Thanks for posting !
Yep we've all done it including me.
This blog post shows how to prevent "accidentally" creating user tables etc. in the SQL Server master database.
...
Great guy and a great DF'er. Long time President of DISD and kept the group alive during hard times. He will be greatly missed. RIP my friend.
I finally got the editor dark theme working in 19.1 Just had to find the correct registry key.
No you are not missing anything. We were able to remove the system file from external tables. But if you still need it you can also control locking a bit using DD_Lock_On_All options. New Save etc.
Hi Raveen
I used the dark theme you did for 18.2 but have not been able to get it to work in 19.1? I love the DAW dark theme in DF 20. But it will be sometime before we will be ready for 20 once...
The system table contention is very real and will drastically slow down an app with many users waiting on the lock. To overcome this issue we moved most counters (which are most common in system...