Balancing Performance and Readability
Developers need to consider not only system performance when writing code, but also how readability impacts code maintenance.
2018-03-20
1,332 reads
Developers need to consider not only system performance when writing code, but also how readability impacts code maintenance.
2018-03-20
1,332 reads
Nat Sundar explains the different ways to load JSON data into SQL Server, along the way also covering the use OpenRowset and OpenJSON functions to manage JSON data effectively.
2018-03-20
4,130 reads
Describe and provide a set-based method that takes a multiple character split term and returns as a table
2018-03-19
3,233 reads
When using Transparent Data Encryption, you might wonder “What is the state of my transparent data encrypted database?” Read on to learn the many different states that a transparent data encrypted database might go through.
2018-03-19
2,510 reads
TEMPDB Enhancements in SQL Server 2016 - By default enforced to follow best practices.
2018-03-16 (first published: 2016-04-13)
8,776 reads
The key challenge for application developers is to build a foolproof system to ensure data security. This is not only more intense, but more complex these days, as many organizations are planning to move their applications to the cloud. Read on to learn more.
2018-03-16
3,579 reads
Hot standby disaster recovery process where SharePoint farm will become available in minutes
2018-03-15
4,283 reads
In the final article in this series, Robert Sheldon demonstrates combining data sources with multiple formats into one Python data frame.
2018-03-15
3,337 reads
By default, when you run a query in SQL Server, your delete/update/insert (DUI) is finished as soon as your query finishes. That’s because the default behavior of SQL Server is IMPLICIT_TRANSACTIONS OFF – meaning, SQL Server doesn’t hold your queries open waiting for a COMMIT or ROLLBACK.
2018-03-14
3,761 reads
It is important to showcase how Artificial Intelligence is being used in various fields and industries with some facts
2018-03-13
451 reads
By Vinay Thakur
Transparent Data Encryption(TDE): TDE was initially introduced in SQL Server 2008 Enterprise Edition; this...
By Steve Jones
Only a little break for me. I’m actually heading to Las Vegas today for ...
By Steve Jones
I have a presentation on finding balance in your career that got quite a...
Comments posted to this topic are about the item The day-to-day pressures of a...
Comments posted to this topic are about the item Migrate SSRS Reports to PowerBI...
Comments posted to this topic are about the item Identities and Sequences III
When thinking of the Identity property for auto incrementing columns and sequences for the same action, which can be used with the BIGINT data type?
See possible answers