Database Design and Implementation

External Article

Data Encoding Schemes

  • Article

Your choice of how you encode data can be significant. With computers and databases, you have a wide range of options. As a programmer, you will likely be called upon at some time in your career to design and coding scheme for particular application. It would really help if you at least avoided designing a bad one.

2025-06-30

External Article

Database Sharding: Strategies for Seamless Scaling and Performance Optimization

  • Article

Companies of all sizes and across industries are struggling to cope with an explosion of data never before seen in the short history of computing. As applications reach new levels of sophistication and become deeply interconnected, these companies find themselves increasingly overworked, overheated, and at their wits’ end, desperately trying to squeeze just a bit more performance and availability out of their aging database architectures.

2024-10-11

External Article

Storing and Retrieving the Initialization and Configuration Data for Applications

  • Article

All developers hit the problem of how and where to store and set their configuration, profile, or initial data. A long time ago, it was generally decided that simple text files containing key/values were best, stored with the application. After all, you are relying on being able to entice busy people to get the permanent settings right for their requirements, folks who are generally not interested in your elegant computer science constructs. Not only that, but the settings must be parsed very quickly and efficiently, otherwise a process that uses the tool will slow to a crawl.

2024-10-04

External Article

Bad Data and Dirty Databases

  • Article

Many years ago, my wife and I wrote an article for Datamation, a major trade publication at the time, under the title, “Don’t Warehouse Dirty Data!” It’s been referenced quite a few times over the decades but is nowhere to be found using Google these days. The point is, if you have written a report using data, you have no doubt felt the pain of dirty data and it is nothing new.

2024-09-27

Blogs

Speaking Engagements 2025

By

It’s been a minute since I’ve gotten out to speak at events, but the...

PASS Summit on Tour in New York City

By

The PASS Summit goes on tour this year, with an August stop in New...

SQL Server Errorlog: Not Just for Errors!

By

A Goldmine of Clues You Might Be Ignoring SQL Server’s Error Logs often get...

Read the latest Blogs

Forums

Is Auto Update Statistics recommended in case of bulk insert

By saum70

Hi, we are working on low latency OLTP system. About 100000 rows per second...

Filling Big Shoes

By Grant Fritchey

Comments posted to this topic are about the item Filling Big Shoes

Adding More Data To Sample Databases

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Adding More Data To Sample...

Visit the forum

Question of the Day

Adding More Data To Sample Databases

I have installed the WideWorldImporters database from Microsoft on my SQL Server 2022 system. There is some data included, but it's all from before 2013. How can I more quickly add more random data to my sample database?

See possible answers