Forum Replies Created

Viewing 15 posts - 196 through 210 (of 312 total)

  • RE: SSRS with DB Mirroring for Disaster Recovery

    Thanks George. I'll take a look at the link and let you know how I get on.

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: Execute SQL Task & For Each Loop not passing values

    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)

  • RE: "HTTP 400: Bad Request" - Reporting Services 2005

    Tim,

    I'm yet another person to benifit from your fix. 😀

    Thanks - work like a charm

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: SQL Job appear to run when job has been disabled???

    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)

  • RE: SQL Job appear to run when job has been disabled???

    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)

  • RE: Can I script to stop windows/SQL Services?

    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)

  • RE: Can I script to stop windows/SQL Services?

    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)

  • RE: Reporting Services in mirroring

    Has anyone mirrored the reporting services database so that is can be failed over using Database mirroring

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: SQL Job appear to run when job has been disabled???

    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)

  • RE: SQL Job appear to run when job has been disabled???

    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)

  • RE: SQL Job appear to run when job has been disabled???

    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)

  • RE: Database Mirroring

    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)

  • RE: Enterprise SQL Job Activity Reporting

    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)

  • RE: Reporting Services in mirroring

    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)

  • RE: Report Filter: Summary of Detail level

    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)

Viewing 15 posts - 196 through 210 (of 312 total)