I just installed Microsoft Visual Studio 2008 Express edition, and it installs some sort of stripped down version of SQL Server. It comes with no tools for connecting to your "local" database, creating tables, etc., but it does allow you to create database files in SDF format within the IDE.
My question is: How do you then connect to these database files in Perl? I tried creating an ODBC connection, but there seems to...