Evergreen SQL Server
Microsoft talks about evergreen SQL, where you never need to patch your database.
Microsoft talks about evergreen SQL, where you never need to patch your database.
In order to make it easier to understand truncation, space reuse and fragmentation in the log file, Tony gives a brief explanation of how the transaction log works.
First things first: pick up that filthy keyboard, take it over to the trash can, turn it upside down, and give it a good, vigorous shake.
Who among us hasn't deleted a production data file? Steve hopes most of us have not.
See how ChatGPT can be used to analyze a dataset, produce charts, and train a model.
Microsoft provides T-SQL developers with three functions (rand, newid, and crypt_gen_random) for generating random numbers. Each of these functions is effective at returning random values, but feature sets associated with each function make them best suited to different use cases. This tip’s Solution section presents an overview of common use cases for random numbers in SQL Server along with references to learn more about random numbers in SQL Server.
I spend a significant amount of time working alone at my desk. I write articles, edit them, and share my opinions. However, I am constantly concerned about being wrong. How can I overcome this feeling? If this were a live session, I would eagerly listen to the answers to this question. Since it isn't, I […]
DevOps and databases aren't always considered compatible, but that is changing. DORA now has recommendations for database changes on their site.
Learn how to work with dates and calculate particular dates or elapsed time periods with some of the functions available in SQL Server.
Today, Kendra Little talks about how DevOps adoption affects developer productivity and time.
If you're a data analyst juggling varied datasets, mastering SQL data type conversions isn't...
By Steve Jones
It’s that time of the month again, when the T-SQL Tuesday blog party takes...
By alevyinroc
I’m hosting T-SQL Tuesday this month and our topic is Managing SQL Agent Jobs....
I am researching and learning about query optimization in SQL Server to improve system...
Comments posted to this topic are about the item Execution Plan Operators
--for a given member if the startdate and endate is continous we need to...
When looking at an execution plan in SSMS, what types of operators are shown?
See possible answers