dbTalk Databases Forums  

Access Front End to SQL Server Agent

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Access Front End to SQL Server Agent in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Spencer
 
Posts: n/a

Default Access Front End to SQL Server Agent - 12-19-2003 , 12:13 PM






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.
Spencer Tabbert

Reply With Quote
  #2  
Old   
Mary Chipman
 
Posts: n/a

Default Re: Access Front End to SQL Server Agent - 12-19-2003 , 02:59 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

On 19 Dec 2003 10:13:55 -0800, spencer (AT) tabbert (DOT) net (Spencer) wrote:

Quote:
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.
Spencer Tabbert


Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: Access Front End to SQL Server Agent - 12-20-2003 , 05:30 AM



In article <2jp6uvsuct8d04iqh8lejako088cd4sg8v (AT) 4ax (DOT) com>, Mary Chipman
<mchip (AT) nomail (DOT) please> writes
Quote:
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

On 19 Dec 2003 10:13:55 -0800, spencer (AT) tabbert (DOT) net (Spencer) wrote:

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.
Spencer Tabbert

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



Reply With Quote
  #4  
Old   
Andrea Montanari
 
Posts: n/a

Default Re: Access Front End to SQL Server Agent - 12-21-2003 , 06:10 AM



hi Spencer,
"Spencer" <spencer (AT) tabbert (DOT) net> ha scritto nel messaggio
news:57dd3c13.0312191013.7b44c28d (AT) posting (DOT) google.com...
Quote:
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.
Spencer Tabbert
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




Reply With Quote
  #5  
Old   
Spencer
 
Posts: n/a

Default Re: Access Front End to SQL Server Agent - 01-02-2004 , 09:04 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.
Spencer

Reply With Quote
  #6  
Old   
Mary Chipman
 
Posts: n/a

Default Re: Access Front End to SQL Server Agent - 01-02-2004 , 01:39 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

On 2 Jan 2004 07:04:36 -0800, spencer (AT) tabbert (DOT) net (Spencer) wrote:

Quote:
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.
Spencer


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.