Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stevehansen/classify-data
- Owner: stevehansen
- License: mit
- Created: 2018-02-26T20:19:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:07:56.000Z (about 2 years ago)
- Last Synced: 2024-10-05T11:43:13.497Z (3 months ago)
- Topics: classify-data, gdpr, sqlserver
- Language: C#
- Size: 157 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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.