|
I don't have any samples of my own that could be used for
customer demos, however have you looked at the following
samples produced by Microsoft ?
- The 'Chili Pepper Company' sample available for download
from the Visual InterDev site. This is an online electronic
store for a fictitious company. It also demonstrates the use
of Visual InterDev for web development. The supplied database
is actually MS Access, but you could easily upload the data
to SQL Server & modify the DSN to access your SQLServer database
instead.
- The 'Friendship Insurance Company' tutorial, also available
for download from the Visual InterDev site. This includes
viewing of customer records, financial analysis of the
fictitious company's performance (MS Excel pivot table) and
database design using the new visual design tools for
SQLServer in Visual InterDev. The tutorial includes a .SQL file
that you run in SQLServer ISQL/W to create the database for
the exercises.
- The AdventureWorks sample that comes with IIS v3.0 Active
Server Pages. This is an electronic store for an outdoor-goods
company. It includes an online catalogue, electronic ordering,
and reporting on sales. Again, the supplied database is actually
MS Access, but you could easily upsize it to SQLServer. Actually,
you try out the MS Access to SQLServer upsizing wizard for this
step (I haven't used it yet.)
|