Viewing 15 posts - 601 through 615 (of 6,022 total)
... I don't know of any mobile to PC infections yet, but I do know there are lots of smart people out there. It's just a matter of time...
February 4, 2019 at 7:13 am
Some Netflix series I've enjoyed recently:
- Ozark
- Babylon Berlin
- Occupied
- The Colony
- You (Imagine the movie "You've Got Mail" meets the character "Dexter Morgan").
February 4, 2019 at 6:52 am
I assume we're mostly talking in the context of programming languages, IDEs, and APIs. It probably doesn't matter if a team member starts using VSCode or Toad to code their...
January 31, 2019 at 8:39 am
Regarding mssql storage, if there is only one large database on the server, then managing space is relatively simple, just give it plenty of space and then initialize the data...
January 31, 2019 at 7:02 am
... My other hope is that we get quantum, PB sized storage devices that can fit in our phone. I can't ever remember anyone on Star Trek running out...
January 31, 2019 at 6:54 am
Proceeds from collected fines could go toward public awareness campaigns. Also, rather than simply establishing regulations and proscribing periodic audits, the government could hire a team to perform network penetration,...
January 30, 2019 at 9:23 am
I am skeptical about how far the government will go to enforce data privacy and protection regulations on big data companies, considering that the government actually leverages these same companies...
January 29, 2019 at 9:27 am
Also, before you drop the database, take it offline and leave in place for a few days just to see if someone or something complains.
January 28, 2019 at 11:11 am
The DMV dm_db_index_usage_stats can be used to query reads and writes on indexes.
https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-db-index-usage-stats-transact-sql?view=sql-server-2017
The columns you'll find useful are these:
last_user_seek datetime Time of last user seek
January 28, 2019 at 6:23 am
January 25, 2019 at 9:53 am
Most enterprise database environments have a hub and spoke or snowflake architecture. There is a central transactional database server, and then there are data marts and other line of business...
January 25, 2019 at 7:07 am
January 25, 2019 at 6:52 am
In addition to the firewall, you can secure access to your Azure resources using VPN, Azure AD authentication, and access tokens. For hackers, the low hanging fruit are unpatched servers,...
January 24, 2019 at 12:55 pm
January 24, 2019 at 12:25 pm
The database engine chosen for an application needs to match the expected data access patterns. RDMS are excellent for scenarios where you need to query, insert, and update manageable subsets...
January 24, 2019 at 6:56 am
Viewing 15 posts - 601 through 615 (of 6,022 total)