Skip to content

JasonEverling/nps_accounting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft NPS SQL Accounting

When using NPS in Server 2008+ the table creation scripts for accoutning do not contain all the correct data sets.

These SQL scripts will create the table with all the correct data sets, ensure you run them in the following order AFTER you have created a blank database for NPS.

Database Name: NPS

  1. nps_accounting_table.sql
  2. nps_sp_reportEvent.sql

Optional: nps_sp_retention.sql will cleanup (delete) any records older than the time specified. You would need to create a job in sql server to execute this on a regular basis.

About

Microsoft NPS SQL Accounting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TSQL 100.0%