-
Notifications
You must be signed in to change notification settings - Fork 45
Populate zone from T-SQL #33
Description
Thanks, great tool! Its simple enough to use. Run the script to create the empty tables, then run the program that connects to the internet and insert/update those tables.
Would it be possible to post here a version of the T-SQL script that not only creates the empty tables, but also populates them with the latest IANA database?
This would avoid having to run a program or have an internet connection. Then it is just once a year (or whatever schedule you want) grab that T-SQL script can give it to your DBA to run. That may be more acceptable to some DBAs over installing a program to run periodically.
Are there others out there that have to run this tool on their machines then create an export script to hand it off to DBA(s)? If so maybe this step could be crowd sourced / open sourced and posted on the Releases page here.