|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
MSSQL permissions
I made a simple dts to get a text file and place it in a table. It runs perfect when I click the execute button on the top of the dts s editor; the procedure clears the data from the table, and imports the file and loads the table. But when I schedule the procedure to run, it only clears the table. How do I find out if this is a permissions problem or not? What is different from running in the editor and running on the scheduler?
|
|
#2
|
|||
|
|||
|
It sounds like a permission problem. When you run the job it is using YOUR permissions. When the scheduler runs, it is using the SCHEDULER pemissions. Which would explain the in-ability to do the INSERT.
Ollie |
|
#3
|
|||
|
|||
|
Where are the run permissions set for the SQL scheduler?
|
|
#4
|
||||
|
||||
|
SQL Server Agent has to have permissions
|
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > MSSQL permissions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|