Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server DTS
|
SQL Server DTS Discussion specific to Data Transformation Service with SQL Server. General SQL Server discussions should use the general SQL Server forum. Readers of the book Professional SQL Server 2000 DTS with questions specific to that book should post in that book forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server DTS section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 9th, 2005, 11:53 AM
Registered User
 
Join Date: Mar 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Can only members of sysadmin schedule DTS jobs?

Greetings all,

This is an offshoot question from one of my earlier posts. I can't get any of my DTS jobs to run if I schedule them. A number of posts have suggested that I get sysadmin rights in order for my logon to have the ability to run "xp_cmdshell".

However, I can't get these rights because it is not my server. Can only members of sysadmin schedule DTS jobs? Does this mean I'm out of luck?

I can't believe I'm the only person in the world who has had to schedule a job on a server he didn't own. Can someone PLEASE clue me in as to what needs to be done to allow my logon to schedule jobs? I'm desperate!!!

 
Old March 10th, 2005, 02:53 AM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

Try this
1. have the sysadmin create the schedule job (then disable it)
2. have the sysadmin create a stored procedure to call the job
3. have the sysadmin grant you execute to the stored procedure
4. then you create a job from the store procedure and schedule it.



Jaime E. Maccou





Similar Threads
Thread Thread Starter Forum Replies Last Post
DTS scheduled jobs not finishing abob SQL Server DTS 0 July 13th, 2007 07:48 AM
SQL Server 2000 schedule Jobs Jane SQL Server 2000 1 November 6th, 2006 09:19 PM
Unable to Schedule or See Existing DTS Jobs Crowandazi SQL Server DTS 1 March 4th, 2005 03:43 PM
DTS Scheduled Jobs Errors Walden SQL Server DTS 10 March 16th, 2004 10:32 AM
DTS Scheduled Jobs Errors in DB Walden SQL Server DTS 1 March 8th, 2004 11:55 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.