• it depends on the "report"

    Since you said it's a query, i assume you must be running it, copying it into an excel or something, and email it?

    or formatting as HTML?

    or just pasting it as plain text?

    this post has some great recommendations for sending html formatted emails:, if you can adapt your process:

    http://www.sqlservercentral.com/Forums/Topic1465444-279-1.aspx

    once you have a query, you can add sp_sendsbmail to use it,a nd then a scheduled job to execute that whole codeblock whenever you want it to.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!