Forum Replies Created

Viewing 15 posts - 466 through 480 (of 1,583 total)

  • RE: Reporting Services Permissions

    I find the easiest way to set up permissions in SSRS is to write it down on a blank sheet of paper first...it's so much easier to visually map it...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: E-Mail notifications occurring on success despite configuration in job

    This isn't what I meant. This is the maintenance plan's "auto-generated" code.

    Try opening SSMS, on the server this all runs on expand the (+) for the SQL Server Agent,...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Reporting Services Permissions

    Permissions in SSRS are tedious, but can be easily set. The things to remember is the security structure in inherited....so what is set at the "top" level is granted...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SSRS experts come inside!

    Is selecting the text, copying it into notepad, then saving it as an RDL file not an option or is your sole purpose to "automate" it?

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: E-Mail notifications occurring on success despite configuration in job

    Script out the jobs you are having issues with and post them here. There has to be some TSQL script sending the email...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: E-Mail notifications occurring on success despite configuration in job

    So under the Agent "Notifications" tab, do you have "Email" checked, the appropriate "Operator" selected, and "When the job fails" selected? or are you doing everything via TSQL?

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: E-Mail notifications occurring on success despite configuration in job

    But you've never mentioned sending a report or a file via email, only that people were receiving emails in both cases when the result was good/bad.

    So, it sounds like you...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Big transaction log file

    +1 , anyone live in the Nashville, TN area???

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: E-Mail notifications occurring on success despite configuration in job

    No worries, we are all here to learn 🙂

    If this is the case, can you confirm that in the Precedence Constraint Editor, that you have the Evaluation Operation set to...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Good Stats to use when consolidating servers?

    +1 to bench-marking, hard to tell what is what without knowing your basic daily load. I would recommend using PerMon or a similar tool to perhaps tally up some...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Big transaction log file

    What we can ALL AGREE upon is whichever route you take, please DO NOT SKIP STEP #10

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Big transaction log file

    You should set up transaction log backups to run "frequently". How frequently would depend on the type of system you have running and what level of point-in-time recovery option you...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Index structure comparison

    Quick update. Use varchar(max), not nvarchar(max).

    This will detect any change within each string

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Index structure comparison

    You could tweak the script [Click Here][/url] to script out and store your indexes to a centralized table, then use a simple check to compare them (this is what I...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: E-Mail notifications occurring on success despite configuration in job

    OK, is it safe for me to assume that you are using the Maintenance Plan Wizards and you have a connection from the actual Maintenance task ---> the Notify Operator...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

Viewing 15 posts - 466 through 480 (of 1,583 total)