SQLServerCentral - www.sqlservercentral.com

A community of more than 1,600,000 database professionals and growing

Featured Contents

The Voice of the DBA

An AI Loophole

I've been working through some of the GDPR legislation, trying to find ways to explain this more clearly to customers and ensure that our products make sense in light of this law taking effect. Redgate is focused in this area and not only do we need to ensure we are compliant, but we also want to ensure we are building tools that help ensure you are compliant.

In article 14, there's this text: "the controller shall provide the data subject with the following information... the existence of automated decision-making, including ... meaningful information about the logic involved." That sounds a little concerning for those of us that work with data. It's not always easy, but we can explain how a SUM or AVG function works, even with a complex OVER() clause and lots of joins and criteria. 

What do we do with a model running under SQL Server Machine Learning Services? The output from those scripts and models is often created by the model, without any obvious way to determine how the results are determined. The requirement to explain is enshrined in a law, one that many people are concerned about. With all the ways that ML and AI systems can get gamed and perhaps contain biases based on the data used to train the model, I can certainly see no shortage of people asking for explanations of decisions or conclusions.

Fortunately Article 14 also has this part: "the provision of such information proves impossible or would involve a disproportionate effort ..." That seems to give companies an out if they are using current systems about which little is known about the black box of machine learning. Certainly organizations are still charged with protecting the data subjects rights and freedoms, but this seems allow for the use of technologies that we can't quite understand.

I doubt this was the intention of the authors, though I do hope that this doesn't prevent the use of newer tools and technologies. What I'd like to see take place is more research and understanding into how the various algorithms we want to use for ML and AI technologies work, perhaps with some more detailed analysis of the inner workings of the models.

GDPR is going to be an interesting regulation that may have dramatic impacts on the world of data. I'm both excited and concerned to see how things move forward from here. Hopefully this results in better and more responsible data handling and doesn't degenerate into a series of long term legal battles.

Steve Jones from SQLServerCentral.com

Join the debate, and respond to today's editorial on the forums


The Voice of the DBA Podcast

Listen to the MP3 Audio ( 3.5MB) podcast or subscribe to the feed at iTunes and Libsyn. feed

The Voice of the DBA podcast features music by Everyday Jones. No relation, but I stumbled on to them and really like the music.

ADVERTISEMENT
ReadyRoll

Database migrations inside Visual Studio

Feeling the pain of managing and deploying database changes manually? Redgate ReadyRoll creates SQL migration scripts you can use to version control, build and release, and automate deployments. Try it free

SQL Prompt

Become a more efficient SQL developer with SQL Prompt

Learn how to write SQL faster and more efficiently with these exclusive short videos from Data Platform MVPs and SQL Server experts. With SQL Prompt you can strip out the repetition of coding and write SQL 50% faster. Check out the tips

Featured Contents

 

Performance Comparison Between SQL Server 2014 and 2016

Savaram Ravindra from SQLServerCentral.com

This article outlines the performance innovations in SQL Server 2016 for Columnstore Index and BatchMode Execution. More »


 

Introducing a DevOps culture

Your organization’s culture of DevOps will often be the defining factor on whether you have a successful organizational change, or whether the changes that you implement impact pockets of your organization. More »


 

Degree of Duplication

Additional Articles from SimpleTalk

Technology is constantly moving forward, but it is also helpful to understand how we arrived where we are today. Joe Celko reminisces about the history of database design and how it relates to the concept of ‘Degree of Duplication’ in this article. More »


 

From the SQLServerCentral Blogs - Obsessing over query operator costs

Gail Shaw from SQLServerCentral Blogs

A common problem when looking at execution plans is attributing too much meaning and value of the costs of operators. The... More »


 

From the SQLServerCentral Blogs - Database Maintenance Without Breaking The Bank

MarlonRibunal from SQLServerCentral Blogs

Database maintenance does not have to be expensive. There are free tools out there that will make your life easier. Of... More »

Question of the Day

Today's Question (by Steve Jones):

I have a database, called Finance, with Change Data Capture (CDC) enabled inside of it. During a DR event, we decide to restore the most recent backup of this database on another instance. How do I ensure that my CDC information is not lost?

Think you know the answer? Click here, and find out if you are right.


We keep track of your score to give you bragging rights against your peers.
This question is worth 1 point in this category: Backup and restore.

We'd love to give you credit for your own question and answer.
To submit a QOTD, simply log in to the Contribution Center.

ADVERTISEMENT

SQL Server Query Store In Action

The Query Store changes the way you monitor performance on your databases and the way you tune the performance of those same databases. This book represents a deep dive into a large number of topics in and around the Query Store. Get your copy from Amazon today.

Yesterday's Question of the Day

Yesterday's Question (by Steve Jones):

I've got this data set:

 rank player.name year2017 yards2017 1 1 Tom Brady 2017 4577 2 2 Philip Rivers 2017 4515 3 3 Matthew Stafford 2017 4446 4 4 Drew Brees 2017 4334 5 5 Ben Roethlisberger 2017 4251 

I want to add a column to track how many yards each person is trailing the leader. How can I add a column to this data set and populate it with the number of yards behind the leader?

Answer: passing.2017$trailingyards <- 4577 - passing.2017$yards2017

Explanation:

You can use the $ syntax to add a new column. The assignment can take place in the same command using the expression you want to include in the column. In this case we use the largest value and substract the value of the column from this.

Ref: Adding and removing columns from a data frame - click here


» Discuss this question and answer on the forums

Database Pros Who Need Your Help

Here's a few of the new posts today on the forums. To see more, visit the forums.

SQL Server 2017 : SQL Server 2017 - Administration

DBMirroring SQL2017 - SQL2017 not starting !?! - Testing SQL2017 I've come to DBMirroring I know AG is the "new" way of handling that desire, but DBMirroring is...


SQL Server 2017 : SQL Server 2017 - Development

Delete rows based on a second table - I have two Tables (In Ms Sql Server) Table Name           Column Names MasterCities          Countryy    City VisitedCities           Country     City I want to d

USE IN AND LIKE TOGETHER?? - Guys, is there a way to use the following but where the statement shows     'And Servtext IN ('WAR' ,'WARTEC' ,'TRIAGE'...


SQL Server 2016 : SQL Server 2016 - Administration

Can I Restore with Device to Database on another Server? - my client wants me to set up an incremental database backup, which entails restoring to a device, not a file I...

Help/Advise - Setting up a Dev Platform, on the Prod Platform, same one Server, Some Shared Instances - Hello, yes, I know..., A Prod and Dev, Dev and Prod box on the same one server and same instances...

Transaction Log Growth - Hi, I am currently using Ola Hallengren's backup solution for my backups on a SQL Server 2016 Standard instance. I have...


SQL Server 2016 : SQL Server 2016 - Development and T-SQL

Convert WHILE LOOP TO CTE - The Update statement in last part of my query (updates columns and ), takes...

Triggers or best option - Hi, This is a little hard to explain, but I'll have a go :) We have several tables in 2 databases that...

Update the first and last 2 charactors with year and month - I have a value that I need to change the first characters with the year and the last 2 characters...


SQL Server 2012 : SQL Server 2012 - T-SQL

Allocating Support Calls evenly to Customer Service agents - I have been searching forums to get the second part of my query right but to no avail, any help...

Need to get consecutive duplicate rows - I need a query that can get me (the ID of) consecutive duplicate rows, where I am grouping on some...

Convert Bigint time to datetime - Hi, How to convert bigint time to datetime (CST) Declare @MyBigIntTime BIGINT =1397750400000 Thanks, PSB


SQL Server 2008 : SQL Server 2008 - General

Remote install failing " There was an error generating the XML document." - Hi I'm trying to install SQL 2008 from a powershell build script. The PowerShell invokes a batch file on the remote PC...


SQL Server 2008 : T-SQL (SS2K8)

Compare two columns form different table - How can i compare and find the values from two tables having column below like this. Table A Column A  Column B 1 ...


Reporting Services : Reporting Services

SSRS report scrollbar on the right is for the whole page not just the report - looking to have column headings fixed - Yes before deployed the scrollbar works as I would expect. The header remains visible. However when deployed the scroll bar...


Programming : SSDT

Importing Loads of Fixedwidth flatfiles - hi i've got a big bundle of fixedwidth flatfiles to import. i have the supplier documentation to show me where the columns...


Data Warehousing : Integration Services

The Microsoft Data Warehouse Toolkit -- are either of these books still relevant to learn? - Hi, I would like to learn how to design and build a full, end-to-end Data Warehouse and Analytical solution using the...


SQL Server 2005 : SQL Server 2005 Integration Services

Annoying data viewers not showing - Hi all I seem to have a re-occuring (although intermittent) problem with the data viewers in BIDS, where they just wont...

Export / Import table data - Last night we had to rebuild a small database because some tables where causing problems. There were two tables that...


SQL Server 2005 : T-SQL (SS2K5)

Find birthdays of a week - Hi, Assuming that the week starts from Sunday and ends on Saturday,can anyone provide me with a query to find all...

This email has been sent to newsletter@newslettercollector.com. To be removed from this list, please click here.
If you have any problems leaving the list, please contact the webmaster@sqlservercentral.com.
This newsletter was sent to you because you signed up at SQLServerCentral.com.
Feel free to forward this to any colleagues that you think might be interested.
If you have received this email from a colleague, you can register to receive it here.
This transmission is ©2018 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved.
Contact: webmaster@sqlservercentral.com