Viewing 15 posts - 211 through 225 (of 972 total)
Grant execute explicitly to that procedure for the login being used.
September 17, 2014 at 10:10 am
What version of SSMS are you running?
What is compatibility level of database(s) you don't see intellisense work?
September 17, 2014 at 9:58 am
What query are your trying to execute to get job status?
September 17, 2014 at 9:52 am
I think you might want to define the user requirement in a bit more detail, or have the user provide it to you.
Are they looking to:
1. sort the output...
September 14, 2014 at 8:56 pm
Repeat post of this question.
Just reposting the same question does not help much when folks do not have the information that was already discussed in your original question. As well,...
September 11, 2014 at 11:13 am
You already determined that the associated SQL Agent job for this scheduled report contains two schedules within the configuration of the Job. If it does indeed have that then that...
September 10, 2014 at 1:34 pm
ramana3327 (9/10/2014)
use msdb;
GO
select name, date_modified, enabled ,*from sysjobs where name='JobName'
when I use that query it is showing that the data_modified was last year. That means there is no...
September 10, 2014 at 12:51 pm
Based on that it is likely someone modified the job from SQL Server Agent. Since these jobs are not supposed to be modified from that side I would suggest deleting...
September 10, 2014 at 12:22 pm
The subscriptions are run by a SQL Agent job running, it tells the SSRS service that "hey you need to run this report". I would check to see if the...
September 10, 2014 at 11:26 am
<removed>
September 9, 2014 at 11:15 am
I am not aware of any options that are going to make it easy for you. I would suggest going ahead and redesigning your email process for SSIS. Since 2008...
September 9, 2014 at 11:03 am
jorgans14 (9/4/2014)
September 5, 2014 at 9:03 pm
jorgans14 (9/3/2014)
September 3, 2014 at 3:32 pm
If this is a solution you are providing to multiple clients it is much more efficient to put any code in a procedure and not the SQL Agent job itself....
September 3, 2014 at 3:20 pm
joepacelli (9/3/2014)
For example, existing client on SQL Server 2008 R2 who updates to our latest release
Our goal is to be...
September 3, 2014 at 1:49 pm
Viewing 15 posts - 211 through 225 (of 972 total)