Pablo Echeverria

I've worked for more than 10 years as a software programmer and analyst, during which time I studied parallel programming and became a senior programmer specialist. In 2016, I switched jobs to a DBA position, where I've implemented new processes and created better monitoring tools, while I'm growing my data scientist skills to improve my customer's businesses.

Check out Pablo's most recent book https://bpbonline.com/products/hands-on-data-virtualization-with-polybase. This book brings exciting coverage on establishing and managing data virtualization using Polybase. This book teaches how to configure Polybase on almost all relational and nonrelational databases. You will learn to setup a test environment for any tool or software instantly without any hassle. You will learn how rapidly to design and build high performing data warehousing solutions.
  • Interests: technology
  • Skills: programming, databases

SQLServerCentral Article

Check Your Backup Compliance Against a Data Management Provider

As a database administrator, it's your responsibility to ensure the customer data won't get lost in case of a disaster, so you either provide your own backup strategy, use a third-party script, or hire a data management provider. With the first two options, you have full control over your environment so you can know exactly […]

(1)

You rated this post out of 5. Change rating

2020-04-02

1,266 reads

Blogs

The trade-offs associated with low-code solutions

By

Low-code solutions often accelerate development and make tasks accessible to people who can’t or...

Monday Monitor Tips: Looking Back in Time

By

Often we find out about a problem reported by a customer after the incident...

Can You Tell Why a Plan Didn’t Go Parallel?

By

Let’s face it, most of the time, you probably don’t want your SQL Server...

Read the latest Blogs

Forums

Where to see how a Partition schema and function is defined

By jaango123

Please see the below. The dependencies of a table(the table depends on) shows Partition...

Is there a way to determine an Azure Data Factory Trigger's "next run time"?

By Orlando Colamatteo

Many job schedulers (e.g., SQL Agent, Airflow, Azure Logic Apps) can report when a...

The Table Backup

By Steve Jones - SSC Editor

Comments posted to this topic are about the item The Table Backup

Visit the forum

Question of the Day

The Table Backup

I run this code in SQL Server 2022. What happens?

BACKUP TABLE beercount TO DISK = 'beercount.bak'
 

See possible answers