SMS? Yikes. I've only played with it a little bit, but I've never actually messed with the interfaces, especially with perl or anything like that. So, with that in mind, this is what I could find for you. Basically, if there isn't a good DBD driver for something Microsoft makes, always check COM objects and
Win32::OLE.
MSDN is your buddy:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sms/refsms10_1wdu.asp
That lists the COM interfaces to the SMS console. That's as close an alternative that I could come up with. I don't know it if will work if you have read-only access to the database.
The only DBI module that I see in CPAN that does SQL Server is
DBIx::MSSQLReporter.
<nt><nt>
It's a heck of a task. You may also be able to get away with using Win32::OLE with Excel.Application. Again, I've never tried these items, but it's a place to start. Good luck
--
jb
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.