You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are a few things to keep in mind when programming for FabricTools.
Use these templates
In the Wiki pages of this repo, the Templates page is dedicated to templates for commands. You can also look to similar commands for templates.
Get familiar with the current code
The code structure is as follows:
Program Thoroughly and Optimistically
Does the user need a table to be created? Create it for them and populate the database name (FabricTools) and table names with defaults.
Program as if there is a solution. Locked out of your SQL Server because of a bad logon trigger? Program as though you can somehow populate a list of logon triggers, because we can probably find a way :D Let's work together to find a way.