Clarify few things

This commit is contained in:
Mykola Grymalyuk
2020-07-28 09:54:20 -06:00
parent d83e21879c
commit 1f287f6056
2 changed files with 15 additions and 12 deletions

View File

@@ -2,9 +2,12 @@
Creating SSDTs mainly fall into 3 camps:
* Prebuilt SSDTs
* They work but not perfect
* Automated tools
* [Prebuilt SSDTs](../ssdt-methods/ssdt-prebuilt.md)
* They're universal but don't teach much
* [Automated tools](../ssdt-methods/ssdt-easy.md)
* Mainly seen with SSDTTime, work much better though can't cover all situations
* Manually creating them
* [Manually creating them](../ssdt-methods/ssdt-long.md)
* Will always work, be much cleaner and get to learn about the process
* However requires you to deal with code
If you're not comfortable with editing and compiling code, we recommend the [prebuilt option](../ssdt-methods/ssdt-prebuilt.md)