Viewing 15 posts - 196 through 210 (of 312 total)
Thanks George. I'll take a look at the link and let you know how I get on.
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
January 7, 2010 at 8:24 am
Hi,
I think I understand what you are trying to do, but I think you might be a bit of target.
I can't see where you are dynamically creating the connection string...
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
January 7, 2010 at 7:16 am
Tim,
I'm yet another person to benifit from your fix. 😀
Thanks - work like a charm
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
January 6, 2010 at 8:09 am
Hi thanks.
I gone down the route of using the stored procedure and it would seem to now work as I expected it to.
As I need to disable a few jobs,...
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
January 4, 2010 at 3:16 am
Well scripting out and re-creating seems a little over-kill to me.
However, it has lead me onto somthing else. looking at MSDN, SQL agent re-caches a job following a modification,...
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
December 21, 2009 at 4:09 am
Thanks adam. We pretty much found the permissions were the issue.
My colleague and I have just found that we need to specificy the SQL Service Account as part of...
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
December 14, 2009 at 9:27 am
Hi
I'm trying to get this working on our servers, so that we can stop services as part of a scheduled job, but it appears that it won't run unless we...
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
December 14, 2009 at 8:36 am
Has anyone mirrored the reporting services database so that is can be failed over using Database mirroring
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
December 11, 2009 at 9:34 am
We are implemented a mirroring solution that fails over automatically week on week as a sort of automated DR test (so we know, that should we fail over when things...
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
December 9, 2009 at 7:59 am
The T-SQL I'm running as part of a scheduled job to enable / disable the job is as follows:
USE msdb
UPDATE sysjobs
SETEnabled = 0
WHERE[Name] LIKE 'DB Backup%';
This appears to work...
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
December 9, 2009 at 5:16 am
Yeah the jobs are running based on their schedule and that I am aware of there is now web schedules.
I do have SSRS configured, but this are only SQL Server...
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
December 8, 2009 at 3:16 am
Hi
I would restart your mirroring.
The easiest way to check that the mirror is being updated in to use the sql database mirroring monitor. (this will tell you if the...
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
December 7, 2009 at 5:39 am
Hi,
This is a great idea and I've just done something similar, but more focused on producing server documentation of jobs, backup devices etc etc.
What I'd like to suggest is a...
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
December 7, 2009 at 5:09 am
hi,
did you get an answer to your question?
Do you know where I could find any details on how to configure SSRS mirroring and whats involved (more so from the SSRS...
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
December 1, 2009 at 6:11 am
Cheers.
I managed to find some useful tips on MS SQL Tips (http://www.mssqltips.com/tip.asp?tip=1329).
To do it, I had to change my report slightly to have the 'summary' job details at a group...
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
November 19, 2009 at 6:47 am
Viewing 15 posts - 196 through 210 (of 312 total)