jump to navigation

Creating an SQL Server DSN (Data Source Name) September 15 2005

During my recent experiments with interfacing Perl and SQL Server, I came across the need to create a DSN (aka Data Source Name)to an SQL Server database on a Windows machine. This was accomplished be the following:

1. Control Panel -> Administrative Tools -> Data Sources (ODBC)
2. Add
3. SQL Server
4. Enter your info

Et Voila! Happy integration!

Comments

Sorry comments are closed for this entry