A WPF ListBox lets you display data created and stored in a SQL table. You must query the SQL database, and you use the retrieved data set to populate the ListBox items. The SQL table can contain one ...
One of the interesting new features in SQL Server 2008 is Change Data Capture. I wrote about Change Tracking in a previous blog entry. That will track the what, when and who but will not tell you ...