http://www.perlmonks.org?node_id=362872

Grygonos has asked for the wisdom of the Perl Monks concerning the following question: (database programming)

Dealing with the sysprocesses table in the master database on MS-SQL Server.

Originally posted as a Categorized Question.

Replies are listed 'Best First'.
Re: How do I report the name of my application to MS-SQL Server?
by Grygonos (Chaplain) on Jun 09, 2004 at 20:22 UTC

    You can specify it in your connect statement

    my $dbh = DBI->connect('DBI:ODBC:dsn=x;app=ApplicationName',$login,$pa +ssword);