all groups > sql server dts > december 2003 >
You're in the

sql server dts

group:

Access Front End to SQL Server Agent



Access Front End to SQL Server Agent spencer NO[at]SPAM tabbert.net
12/19/2003 10:13:55 AM
sql server dts: Has anyone built a simple interface to monitor and run SQL Agent Jobs
from Microsoft Access? I have built several SQL Agent jobs and would
like the ability for operations to be able to easily kick these jobs
off if needed and monitor if they succeeded or not.
Re: Access Front End to SQL Server Agent Mary Chipman
12/19/2003 3:59:33 PM
Instead of trying to build something that runs from Access, why not
just install the Enterprise Manager? The Developer edition of SQLS
only costs $49 US and you get all the client tools.

-- Mary
MCW Technologies
http://www.mcwtech.com

[quoted text, click to view]
Re: Access Front End to SQL Server Agent Darren Green
12/20/2003 11:30:01 AM
In article <2jp6uvsuct8d04iqh8lejako088cd4sg8v@4ax.com>, Mary Chipman
<mchip@nomail.please> writes
[quoted text, click to view]

If you want something more customised then you can write it, and using
SQL-NS will help. An example job manager can be found here-

http://www.sqldev.net/sqlagent/SQLJobMan.htm

Note that SQL-NS is not a redistributable component so you will still
need Enterprise Manager installed. I wrote my own job manager program,
because I wanted a consolidated view of all jobs across all my SQL
Servers, not just one at a time. Have a look at SQLJobMan and also the
SQL-NS samples that come with SQL Server.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org
Re: Access Front End to SQL Server Agent Andrea Montanari
12/21/2003 1:10:48 PM
hi Spencer,
"Spencer" <spencer@tabbert.net> ha scritto nel messaggio
news:57dd3c13.0312191013.7b44c28d@posting.google.com...
[quoted text, click to view]

in addition to Mary and Darren post, you can have a look at a free prj of
mine, written in VB6 using SQL-DMO (which is redistributable) at the link
following my sign...
it provides a user interface similar to Enterprise Manager with all the
facilities to edit and maintaining jobs, viewing job history, ....
as the Developer Edition ($49.00) is not allowed to manage production
servers, this is another free and legal way to perform your desired tasks...
hth
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org
DbaMgr2k ver 0.5.0 - DbaMgr ver 0.51.1
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
--------- remove DMO to reply

Re: Access Front End to SQL Server Agent spencer NO[at]SPAM tabbert.net
1/2/2004 7:04:36 AM
Thanks for the tips everyone. Unfortunately I would really like to
stay in the context of Access. Essentially I am trying to build a
dumbed down front end for a client to perform some basic functionality
like start an existing job and see the status of that job upon
completion with any errors. I don't need or want much of the
functionality available in Enterprise Manager thus that is why I don't
want to redistribute that. Looks like I will have to hack something
together myself.
Re: Access Front End to SQL Server Agent Mary Chipman
1/2/2004 2:39:35 PM
You should consider taking Darren Green's suggestion and using SQL-NS.
You'll still have the same licensing issues you would have if you
distributed SQL EM, but you can code your app to only use the pieces
of it that you need.

-- Mary
Microsoft Access Developer's Guide to SQL Server
http://www.amazon.com/exec/obidos/ASIN/0672319446

[quoted text, click to view]
AddThis Social Bookmark Button