Forum Replies Created

Viewing 15 posts - 136 through 150 (of 1,584 total)

  • RE: Logshipping status report Throgh Mail

    anoop.mig29 (1/15/2015)Hi MyDoggieJessie

    I have basic question where to execute the code you provided on secondary server ???

    does it requires witnesses server to be present ????

    I am getting below...

  • RE: Logshipping status report Throgh Mail

    Peter2012 (1/15/2015)


    Hi,

    Could you help to fix this problem?

    Msg 245, Level 16, State 1, Line 127 Conversion failed when converting the nvarchar value 'DBCLUSTER' to data type bit.

    Perhaps need to convert...

  • RE: Counting values

    "COUNT()" returns total number of rows, irrespective of the contents...unless a specific column is specified that contains a NULL value, then those will be omitted

  • RE: Logshipping status report Throgh Mail

    Peter2012 (1/14/2015)


    Hi,

    When I tried to run the same script on my other database, it's throwing below errors. The same exact script, no change at all.

    Msg 245, Level 16, State 1,...

  • RE: Logshipping status report Throgh Mail

    Peter2012 (1/14/2015)


    Hi,

    Have some queries:

    - How to add date and timestamp to the message?

    - What does it mean when the status is showing GOOD or otherwise?

    - Should the script be run...

  • RE: Logshipping status report Throgh Mail

    EDIT: The post removes the < br /> tag that I added...so you need to put that back into the code...

    I believe it's a rendering issue; but easily fixed....

  • RE: Logshipping status report Throgh Mail

    Curious, have you altered the original script? Are you getting the results as an attachment or as the embedded HTML?

    EXECUTE msdb.dbo.sp_send_dbmail @recipients = @Recipients

    ,@subject = @Subject

    ,@body = @Body

    ,@body_format...

  • RE: Interesting Issue

    +1 Alexander Suprun

  • RE: Interesting Issue

    I temporarily resolved the issue by backing up the old stored procedure under a new name and then recreating it under the original name. The report now runs as normal...

  • RE: Interesting Issue

    I've seen this happen with a lot of temp tables (and for the life of me I can't recall the exact reason for its cause); but try replacing some of...

  • RE: Interesting Issue

    What does the result of this show for this exact report (you may need to tweak the query to tailor to your needs)? SELECT TOP 1000 STATUS,

    ...

  • RE: EMC Recoverpoint Continuous Data Protection

    Did you ever end up using this software solution? I know this is a very old thread but noticed you were online so thought I'd take a chance...

    We're looking...

  • RE: Dynamically grow a data file

    Thanks guys, I wasn't aware of these trace flags. I read the article and do have some concerns that Trace flag 1117 will cause all files to grow equally...

  • RE: Dynamically grow a data file

    This is more for a case when there are multiple data files in TempDB and I don't wish to set autogrowth because I don't want to risk growing a single...

  • RE: Weird I/O Problem with server

    It's a feature!

Viewing 15 posts - 136 through 150 (of 1,584 total)