Quantcast
Channel: Edward Pollack, Author at Simple Talk
Browsing latest articles
Browse All 14 View Live
↧

Image may be NSFW.
Clik here to view.

Running Queries Across Many SQL Server Databases

A challenge that reappears periodically in the world of databases (especially database management) is the need to run code on a subset of databases and to do so in a nuanced manner. Some maintenance or...

View Article


Image may be NSFW.
Clik here to view.

Exporting and Importing Data into SQL Server Using Files

There are plenty of applications and tools available that allow for the movement of data in and out of SQL Server. Some tools are built by Microsoft, such as SSIS or Azure Data Factory. Others are...

View Article


Image may be NSFW.
Clik here to view.

The Importance of Retention

It is always an afterthought. New objects are created that start off small and current. New feature development takes over and the recently architected data structures become old news. Over time, data...

View Article

Image may be NSFW.
Clik here to view.

Find and Replace Text in Strings in T-SQL

String manipulation is an inevitable task for developers and data professionals alike. Despite all the best efforts to normalize databases, eventually we are faced with some sort of text-based data...

View Article

Image may be NSFW.
Clik here to view.

Effective Strategies for Storing and Parsing XML in SQL Server

XML is a common storage format for data, metadata, parameters, or other semi-structured data. Because of this, it often finds its way into SQL Server databases and needs to be managed alongside other...

View Article


Image may be NSFW.
Clik here to view.

XML Performance Tuning and Added Options

SQL Server provides a variety of ways to tune XML so that it provides consistent performance, consumes less space, all while ensuring efficient access to critical data. At its core, the metadata-styled...

View Article

Image may be NSFW.
Clik here to view.

Effective Strategies for Storing and Parsing JSON in SQL Server

Like XML, JSON is an open standard storage format for data, metadata, parameters, or other unstructured or semi-structured data. Because of its heavy usage in applications today, it inevitably will...

View Article

Image may be NSFW.
Clik here to view.

Reading and Writing Parquet Files in SQL Server

When analytic data is stored directly in SQL Server, a clustered columnstore index is an ideal place for that data to reside. It is column-based, highly compressed, and supports a wide variety of...

View Article


Image may be NSFW.
Clik here to view.

Customizing the Export and import of Parquet Files in SQL Server

Previously, we introduced and discussed the Parquet file format and SQL Server and why it is an ideal format for storing analytic data when it does not already reside in a native analytic data store,...

View Article


Image may be NSFW.
Clik here to view.

Exploring Scalar Solutions to Complex Data Math

There are many functions and tools available to database professionals that can solve data math challenges, regardless of complexity. A recent problem came across my desk that called for not only a...

View Article
Browsing latest articles
Browse All 14 View Live