Is it possible to store the DHCP address leases in Windows 2003 to SQL Server database??

link|improve this question
feedback

migrated from stackoverflow.com Nov 27 '11 at 8:18

This question came from our site for professional and enthusiast programmers.

1 Answer

No. Point.DHCP is independant of SQL Server and there is no provvision. You can always use the DNS api to retrieve the DNS entries or the server management API to retrieve the assignments, but you must code this bridge yourself.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown