How Important is Zero Downtime?
Zero downtime used to be more important in Steve's job, but lately it seems customers aren't as concerned.
Zero downtime used to be more important in Steve's job, but lately it seems customers aren't as concerned.
Learn about how you can work with your SQL Server data from C#. A good basic tutorial for beginning C# developers.
This article covers the concepts of roles, schemas, grants, privileges, and owners and the similarities and differences in SQL Server, Oracle, and PostgreSQL.
Find the latest insights on digital modernization and the role of the database in it in our new resource page. With articles and webinars from Redgate leaders and friends of Redgate.
This level will show how to create objects including a login, a database, a filegroup, a file a database user and then we’ll end with a table and an index.
Poor patterns and practices are code smells. Steve Jones notes we have plenty in T-SQL.
One of the most important aspects of data management is the ability to ensure that the data in your database is well defined and consistent. Some aspects of that are ensured through the relational data structures you design. Another piece of control is using the correct data type. Then, we get to constraints. A constraint is a way to validate data prior to adding it to your database. This is one more tool in the toolbox that helps you maintain good data.
The conversation around Artificial Intelligence (AI) is not a new subject to the database space, but the recent rise in machine learning tools like ChatGPT have sparked increased focus on new ways to simplify existing DBA challenges.
Join Redgate’s own DevOps Advocate, Steve Jones, along with webinar guests Kellyn Pot’Vin-Gorman (Principal Cloud Solution Architect, Microsoft) and Brian Randell (Product Marketing Director, Github) to discuss how AI could help manage complex database ecosystems.
See how well ChatGPT works with questions on generating PowerShell code.
We need to measure and monitor things to become better, but we need to keep an eye on what the actual goal is from this monitoring.
Back in December 2019, I started presenting my session on mental health with lots...
By Steve Jones
Today’s coping tip is to discover the joy in the simple things in life....
By Steve Jones
I have been experimenting a bit with graph databases, trying to learn more about...
We have a stored procedure that can load up a JSON file and process...
I have my SQL servers name, UserID (UID) and Password (PWD) in a table...
Hi All, I want to extract the string before and after the given characters....