buildsmi.4in 124 B

123
  1. output to 'C:\TEMP\smiopdb.sql' without headings
  2. select 'database ', name, ';' from sysdatabases
  3. where name != 'sysmaster';