Big Data or Small Data
Today Steve talks about big data sets and whether we really need them, or even enjoy working with them.
2024-12-18
139 reads
Today Steve talks about big data sets and whether we really need them, or even enjoy working with them.
2024-12-18
139 reads
This article examines how one can structure a pipeline for processing real-time data using Kafka and Informatica.
2023-04-26
4,636 reads
Too much data, especially for some data analysis isn't good for diversity of any product domain.
2023-04-12
151 reads
When a company assembles a lot of data to draw conclusions, that's great. However, when that one company sells data to a number of competitors, that can be a problem.
2023-02-22
180 reads
A data lake is a scalable data storage repository that can ingest large amounts of raw data and make it available on-demand. Robert Sheldon explains the benefits and challenges of data lakes.
2022-02-04
In this article we look at how to create a scale-out SQL Server PolyBase solution on AWS
2021-12-08
Data sizes are always growing. Stats on world data are astounding, as are the stats many of us experience in our lives. Plenty of us have moved from MB management to GBs, and I see plenty of people dealing with TB storage at home. Most of that data is likely from images and video, but […]
2020-09-09
151 reads
Steve talks data virtualization in the age of growing data sets and larger workloads
2020-02-27
322 reads
Why has Microsoft added new capabilities in SQL Server to connect to other types of data sources? Read on to learn more.
2021-05-14 (first published: 2019-09-09)
10,572 reads
When it comes to data warehouse modernization, we’re big fans of moving to the cloud. ...
2019-04-17
By Zikato
TSQL ScriptDOM is a useful library for parsing scripts into an abstract syntax tree....
By DataOnWheels
Over the past few months, I have debated starting a new blog to discuss...
By Steve Jones
It’s that time of the month again, and once again, I’m late and I’m...
Hi, we lost our sever sql2000 To restore database to a new one we...
Hi, since we lost our sql server 2000 server we are trying to restore...
Comments posted to this topic are about the item Do You Really Need HA?
I run this code:
create database experiment
go
use Experiment
go
select DATABASEPROPERTYEX('Experiment', 'LastGoodCheckDbTime')
What is returned? See possible answers