Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevehansen/classify-data

Helper application to use bulk operations on SQL Server's classify data
https://github.com/stevehansen/classify-data

classify-data gdpr sqlserver

Last synced: 3 months ago
JSON representation

Helper application to use bulk operations on SQL Server's classify data

Awesome Lists containing this project

README

        

# classify-data
Helper application to use bulk operations on SQL Server's classify data.

[![Build status](https://ci.appveyor.com/api/projects/status/i75otcm0sefnd87h?svg=true)](https://ci.appveyor.com/project/SteveHansen/classify-data)

## Running the application from source

The application requires Visual Studio 2017 (Community or higher) to open the ClassifyData.sln solution file. If needed the web.config needs to be changed (it currently points to server . aka local using integrated security).

Launching the web project should download all needed NuGet packages and open your default browser.

In the menu it should show a list of all available databases (if not you might need to check the connection string):

![app](app.png)

Selecting a database on the left will show all columns on the right, you can open a single row or select multiple to set the information type + sensitivity label in bulk.

![bulk](bulk.png)

You can filter by schema/table/column by clicking right below the column header and either choosing the correct values or by using a partial match.